@import url(//at.alicdn.com/t/c/font_2201426_5zouj4513g3.css);
.avue-searchs[data-v-1ffa9008] {
  padding-top: 50px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 1024;
}
.avue-searchs__title[data-v-1ffa9008] {
  margin-bottom: 60px;
  text-align: center;
  font-size: 42px;
  font-weight: bold;
  letter-spacing: 2px;
  text-indent: 2px;
}
.avue-searchs__form[data-v-1ffa9008] {
  margin: 0 auto 50px auto;
  width: 50%;
  text-align: center;
}
.avue-searchs__form p[data-v-1ffa9008] {
  margin-top: 20px;
}
.avue-searchs__scrollbar[data-v-1ffa9008] {
  height: 400px;
}
.avue-searchs__list[data-v-1ffa9008] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 30px;
  margin: 0 auto;
  width: 70%;
  border-radius: 4px;
  border: 1px solid #ebeef5;
  background-color: #fff;
  overflow: hidden;
  color: #303133;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}
.avue-searchs__item[data-v-1ffa9008] {
  padding: 5px 0;
  border-bottom: 1px dashed #eee;
}
.avue-searchs__item-icon[data-v-1ffa9008] {
  margin-right: 5px;
  font-size: 18px;
}
.avue-searchs__item-title[data-v-1ffa9008] {
  font-size: 20px;
  font-weight: 500;
  color: #333;
}
.avue-searchs__item-path[data-v-1ffa9008] {
  line-height: 30px;
  color: #666;
}

.el-dropdown-link[data-v-0d036b25] {
  cursor: pointer;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 63px !important;
}
[data-v-0d036b25] .el-menu-item {
  font-size: 16px;
}
.menuItemBox[data-v-0d036b25]{
  max-width: 160px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #FFFFFF;
}

.my-autocomplete li {
  line-height: normal;
  padding: 7px;
}
.my-autocomplete li .icon {
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
}
.my-autocomplete li .name {
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
  vertical-align: middle;
}
.my-autocomplete li .addr {
  padding-top: 5px;
  width: 100%;
  font-size: 12px;
  color: #b4b4b4;
}
.my-autocomplete li .highlighted .addr {
  color: #ddd;
}
.list[data-v-1bd7f21a] {
  width: 100%;
}
.im-container[data-v-401c6b98] {
  position: fixed;
  right: 290px;
  bottom: 10px;
  z-index: 3000;
  background: #e6e9f0;
  border-radius: 4px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1) !important;
          box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1) !important;
}
.im-container *[data-v-401c6b98] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.im-container .header[data-v-401c6b98] {
  background: #fff;
  height: 50px;
  border-bottom: 1px solid #dcdfe6;
  padding: 0 10px;
  font-size: 0;
  color: #475059;
}
.im-container .header .el-avatar[data-v-401c6b98] {
  margin-top: 10px;
  vertical-align: top;
  margin-right: 10px;
}
.im-container .header .el-avatar.offLine[data-v-401c6b98] {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.im-container .header span[data-v-401c6b98] {
  line-height: 49px;
  font-size: 16px;
  color: #475059;
}
.im-container .header .el-link[data-v-401c6b98] {
  float: right;
}
.im-container .header .el-link[data-v-401c6b98] .el-icon-close {
  font-size: 20px;
  margin-top: 15px;
}
.im-container .main[data-v-401c6b98] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.im-container .main .chatBox[data-v-401c6b98] {
  width: 600px;
  height: 480px;
}
.im-container .main .chatBox .chatList[data-v-401c6b98] {
  height: 335px;
  overflow: auto;
  overflow-x: hidden;
  padding: 5px 15px 5px;
  background: #fff;
}
.im-container .main .chatBox .toolBox[data-v-401c6b98] {
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0;
}
.im-container .main .chatBox .toolBox i[data-v-401c6b98] {
  line-height: 35px;
  font-size: 20px;
  margin-right: 10px;
  color: #6b7a99;
  cursor: pointer;
}
.im-container .main .chatBox .toolBox .toolBox-left[data-v-401c6b98] .el-link {
  line-height: 35px;
}
.im-container .main .chatBox .toolBox .toolBox-left[data-v-401c6b98] .el-link i {
  font-size: 20px;
  margin-right: 10px;
}
.im-container .main .chatBox .toolBox .toolBox-left .uploadImg-btn[data-v-401c6b98] {
  display: inline-block;
}
.im-container .main .chatBox .toolBox .toolBox-right[data-v-401c6b98] {
  color: #6b7a99;
  line-height: 35px;
  font-size: 14px;
}
.im-container .main .chatBox .toolBox .toolBox-right[data-v-401c6b98] .el-link {
  line-height: 35px;
}
.im-container .main .chatBox .toolBox .toolBox-right[data-v-401c6b98] .el-link i {
  font-size: 18px;
  margin-right: 5px;
}
.im-container .main .chatBox .writeBox[data-v-401c6b98] {
  background: #fff;
  height: 110px;
}
.im-container .main .chatBox .writeBox[data-v-401c6b98] .el-textarea .el-textarea__inner {
  border: none;
  resize: none;
}
.im-container .main .chatBox .writeBox .btns[data-v-401c6b98] {
  padding-right: 10px;
  text-align: right;
  line-height: initial;
  font-size: initial;
}
.im-container .main .historyBox[data-v-401c6b98] {
  width: 350px;
  height: 480px;
  margin-left: 10px;
  background: #fff;
}
.im-container .main .historyBox .el-input[data-v-401c6b98] .el-input__inner {
  border-radius: 0;
  border-right: none;
  border-left: none;
  border-top: none;
}
.im-container .main .historyBox .el-input .el-input__icon[data-v-401c6b98] {
  cursor: pointer;
}
.im-container .main .historyBox .el-input .el-input__icon[data-v-401c6b98]:hover {
  color: #46a6ff;
}
.im-container .main .historyBox .historyList-box[data-v-401c6b98] {
  height: 448px;
  overflow: auto;
  overflow-x: hidden;
  padding: 5px;
  border-bottom-right-radius: 4px;
}
.im-container .main .historyBox .historyList-box .chatList-item .chatList-text[data-v-401c6b98] {
  max-width: 94%;
}
.im-container .main .historyBox .historyList-box .chatList__msg--audio[data-v-401c6b98] {
  width: 230px;
}
.im-container .chatList-item[data-v-401c6b98] {
  position: relative;
  font-size: 0;
  margin-bottom: 10px;
  padding-left: 60px;
  min-height: 68px;
  text-align: left;
}
.im-container .chatList-item .chatList-user[data-v-401c6b98],
.im-container .chatList-item .chatList-text[data-v-401c6b98] {
  display: inline-block;
  /* @css { * }display: inline;
  @css { * }zoom: 1; */
  vertical-align: top;
  font-size: 14px;
}
.im-container .chatList-item .chatList-user[data-v-401c6b98] {
  position: absolute;
  cursor: pointer;
  left: 3px;
}
.im-container .chatList-item .chatList-user img.offLine[data-v-401c6b98] {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.im-container .chatList-item .chatList-user cite[data-v-401c6b98] {
  position: absolute;
  left: 60px;
  top: -2px;
  /* width: 500px; */
  line-height: 24px;
  font-size: 12px;
  white-space: nowrap;
  color: #999;
  text-align: left;
  font-style: normal;
}
.im-container .chatList-item .chatList-user cite i[data-v-401c6b98] {
  padding-left: 15px;
  font-style: normal;
}
.im-container .chatList-item .chatList-text[data-v-401c6b98] {
  max-width: 75%;
  position: relative;
  line-height: 22px;
  margin-top: 25px;
  padding: 8px 15px;
  background-color: #f3f3f3;
  border-radius: 3px;
  border: 1px solid #f0f0f0;
  color: #000;
  word-break: break-all;
}
.im-container .chatList-item .chatList__msg--text[data-v-401c6b98] {
  line-height: 24px;
}
.im-container .chatList-item .chatList__msg--text[data-v-401c6b98] img {
  vertical-align: top;
  width: 24px;
  height: 24px;
  display: inline-block;
}
.im-container .chatList-item .chatList-arrow[data-v-401c6b98] {
  top: 6px;
  left: -8px;
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 8px;
  border-left-width: 0;
  border-right-color: #ebeef5;
}
.im-container .chatList-item .chatList-arrow[data-v-401c6b98]::after {
  content: " ";
  top: -7px;
  left: 1px;
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 7px;
  border-left-width: 0;
  border-right-color: #ebeef5;
}
.im-container .chatList-item.chatList-item--mine .chatList-text .chatList-arrow[data-v-401c6b98] {
  left: auto;
  right: -5px;
  border-color: transparent;
  border-style: solid;
  border-width: 8px;
  border-right-width: 0;
  border-left-color: #409eff;
}
.im-container .chatList-item.chatList-item--mine .chatList-text .chatList-arrow[data-v-401c6b98]::after {
  left: auto;
  right: -2px;
  border-color: transparent;
  border-style: solid;
  border-width: 7px;
  border-right-width: 0;
  border-left-color: #409eff;
}
.im-container .chatList-item.chatList-item--mine[data-v-401c6b98] {
  text-align: right;
  padding-left: 0;
  padding-right: 60px;
}
.im-container .chatList-item.chatList-item--mine .chatList-user[data-v-401c6b98] {
  left: auto;
  right: 3px;
}
.im-container .chatList-item.chatList-item--mine .chatList-user cite[data-v-401c6b98] {
  left: auto;
  right: 60px;
  text-align: right;
}
.im-container .chatList-item.chatList-item--mine .chatList-user cite i[data-v-401c6b98] {
  padding-left: 0;
  padding-right: 15px;
}
.im-container .chatList-item.chatList-item--mine .chatList-text[data-v-401c6b98] {
  margin-left: 0;
  text-align: left;
  background-color: #409eff;
  color: #fff;
}
.im-container .chatList-item .chatList__msg--video[data-v-401c6b98],
.im-container .chatList-item .chatList__msg--file[data-v-401c6b98] {
  position: relative;
  max-width: 100%;
  min-width: 200px;
  width: 100%;
  margin: 10px 0;
  overflow: hidden;
  border-radius: 5px;
  cursor: pointer;
  display: block;
}
.im-container .chatList-item .chatList__msg--img[data-v-401c6b98] {
  position: relative;
  max-width: 200px;
  width: 100%;
  margin: 10px 0;
  overflow: hidden;
  border-radius: 5px;
  cursor: pointer;
  display: block;
}
.emjioBox[data-v-401c6b98] {
  background: #fff;
  height: 150px;
  width: 300px;
  overflow: auto;
  text-align: left;
}
.emjioBox .emjio[data-v-401c6b98] {
  padding: 0;
}
.emjioBox li[data-v-401c6b98] {
  display: inline-block;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  cursor: pointer;
}
.emjio-popper {
  z-index: 30000 !important;
}
.contextmenu[data-v-5e3841fd] {
  margin: 0;
  background: #fff;
  z-index: 3000;
  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);
  left: 105px;
  line-height: normal;
}
.contextmenu li[data-v-5e3841fd] {
  margin: 0;
  padding: 7px 16px;
  cursor: pointer;
}
.contextmenu li[data-v-5e3841fd]:hover {
  background: #eee;
}
[data-v-5e3841fd] #el-drawer__title {
  font-size: 20px;
  padding-left: 20px !important;
}
.contacts-drawer[data-v-5e3841fd] .el-tabs {
  height: 100%;
}
.contacts-drawer[data-v-5e3841fd] .el-tabs .el-tabs__header {
  margin-bottom: 0 !important;
}
.contacts-drawer[data-v-5e3841fd] .el-tabs .el-tabs__item {
  width: 50%;
  text-align: center;
  color: #303133 !important;
}
.contacts-drawer[data-v-5e3841fd] .el-tabs .el-tabs__nav {
  width: 100%;
}
.contacts-drawer[data-v-5e3841fd] .el-tabs .el-tabs__content {
  height: calc(100% - 40px);
}
.contacts-drawer[data-v-5e3841fd] .el-tabs .el-tab-pane {
  height: 100%;
  overflow: hidden;
}
.contacts-drawer .noData-txt[data-v-5e3841fd] {
  font-size: 14px;
  color: #909399;
  line-height: 20px;
  text-align: center;
  padding-top: 20px;
}
.contacts-drawer .search-input[data-v-5e3841fd] .el-input__inner {
  border-radius: 0;
  border-right: none;
  border-left: none;
  border-top: none;
}
.contacts-drawer .search-input .el-input__icon[data-v-5e3841fd] {
  cursor: pointer;
}
.contacts-drawer .search-input .el-input__icon[data-v-5e3841fd]:hover {
  color: #1890ff;
}
.contacts-drawer[data-v-5e3841fd] .el-drawer__header {
  border: none;
}
.contacts-drawer[data-v-5e3841fd] .el-drawer__body {
  overflow: hidden;
}
.contacts-drawer[data-v-5e3841fd] .el-drawer__body .userList {
  overflow: auto;
  overflow-x: hidden;
  position: relative;
  height: calc(100% - 32px);
}
.contacts-drawer[data-v-5e3841fd] .el-drawer__body .userList.replyList {
  height: 100%;
}
.contacts-drawer[data-v-5e3841fd] .el-drawer__body .userList.replyList .title {
  overflow: auto;
  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;
  height: 20px;
}
.contacts-drawer[data-v-5e3841fd] .el-drawer__body .userList .el-badge {
  margin-top: 10px;
}
.contacts-drawer[data-v-5e3841fd] .el-drawer__body .userList ::v-deep .el-loading-mask {
  top: 100px;
}
.contacts-drawer[data-v-5e3841fd] .el-drawer__body .userList-item {
  position: relative;
  display: block;
  padding: 0 20px;
  background-color: #fff;
  border-bottom: 1px solid #f5f7f9;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.contacts-drawer[data-v-5e3841fd] .el-drawer__body .userList-item .offLine {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.contacts-drawer[data-v-5e3841fd] .el-drawer__body .userList-item:hover {
  background-color: #f5f7f9;
}
.contacts-drawer[data-v-5e3841fd] .el-drawer__body .userList-item .userList-txt {
  margin-left: 14px;
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 1px;
}
.contacts-drawer[data-v-5e3841fd] .el-drawer__body .userList-item .userList-txt .title {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 14px;
  color: #333;
  margin-bottom: 5px;
  line-height: 20px;
}
.contacts-drawer[data-v-5e3841fd] .el-drawer__body .userList-item .userList-txt .name {
  font-size: 12px;
  color: #999;
}
.contacts-drawer[data-v-5e3841fd] .el-drawer__body .userList-item .userList-txt .name .content {
  display: inline-block;
  width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.contacts-drawer[data-v-5e3841fd] .el-drawer__body .userList-item .userList-txt .name .time {
  float: right;
}
.code[data-v-2385e7ae] {
  font-size: 12px;
  display: block;
  font-family: monospace;
  white-space: pre;
  margin: 1em 0px;
}
@charset "UTF-8";
.head-layout[data-v-7fe2fec1] {
  background-color: #ffffff;
  border-bottom: 1px solid #cccccc;
  height: 41px;
  padding-right: 16px;
}
.margin-r-10[data-v-7fe2fec1] {
  margin-right: 10px;
}
.headLabel[data-v-7fe2fec1] {
  font-size: 14px;
  margin-left: 6px;
  white-space: nowrap; /* 确保文本不会换行 */
  text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
}
.headLabelTooltip[data-v-7fe2fec1] {
  width: 500px;
  white-space: normal;
  word-break: break-all;
}
[data-v-abdb1916] .avue-crud__menu {
  margin-bottom: 0 !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 0;
}

.theme-picker .el-color-picker__trigger {
  vertical-align: middle;
}
.theme-picker-dropdown .el-color-dropdown__link-btn {
  display: none;
}

.suitem[data-v-32aed6c4] {
  width: 100%;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.suitem img[data-v-32aed6c4] {
  margin-bottom: 3px;
  display: block;
}
.noticeTitle[data-v-32aed6c4] {
  width: 100%;
  color: #333333;
  font-weight: bold;
  text-align: center;
  line-height: 30px;
  font-size: 20px;
}
.list[data-v-32aed6c4] {
  margin-left: -40px;
}
.infinite-list-wrapper[data-v-32aed6c4] {
  height: 550px;
}
.list-item[data-v-32aed6c4] {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #f5f7f9;
  padding: 12px 0;
  cursor: pointer;
}
.messagePng[data-v-32aed6c4] {
  width: 36px;
  height: 36px;
}
.disflex[data-v-32aed6c4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.msgTile[data-v-32aed6c4] {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 14px;
  color: #333;
  margin-bottom: 5px;
}
.msgContent[data-v-32aed6c4] {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 12px;
  color: #999;
}
.bellBox[data-v-32aed6c4] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 42px;
  height: 42px;
  border-radius: 50px;
  text-align: center;
  background-color: #1890ff;
}
.bellBox i[data-v-32aed6c4] {
  font-size: 22px;
  color: #fff;
  line-height: 42px;
}
.UnreadBox[data-v-32aed6c4] {
  height: 20px;
  line-height: 20px;
  margin-bottom: 5px;
  margin-left: 55%;
}
.ligthNavbar.classic .navbar.lightWhite .right-menu .right-menu-item, #app .classic.darkBlue .navbar.lightWhite .right-menu .right-menu-item, #app .classic.tangerine .navbar.lightWhite .right-menu .right-menu-item, #app .classic.skyBlue .navbar.lightWhite .right-menu .right-menu-item, #app .classic.black .navbar.lightWhite .right-menu .right-menu-item, #app .classic.grey .navbar.lightWhite .right-menu .right-menu-item, #app .classic.red .navbar.lightWhite .right-menu .right-menu-item, #app .classic.orange .navbar.lightWhite .right-menu .right-menu-item, #app .classic.yellow .navbar.lightWhite .right-menu .right-menu-item, #app .classic.green .navbar.lightWhite .right-menu .right-menu-item, #app .classic.ocean .navbar.lightWhite .right-menu .right-menu-item, #app .classic.blue .navbar.lightWhite .right-menu .right-menu-item, #app .classic.blackblue .navbar.lightWhite .right-menu .right-menu-item, #app .classic.azure .navbar.lightWhite .right-menu .right-menu-item, #app .classic.purple .navbar.lightWhite .right-menu .right-menu-item, .ligthNavbar.plain .navbar.lightWhite .right-menu .right-menu-item, #app .plain.darkBlue .navbar.lightWhite .right-menu .right-menu-item, #app .plain.tangerine .navbar.lightWhite .right-menu .right-menu-item, #app .plain.skyBlue .navbar.lightWhite .right-menu .right-menu-item, #app .plain.black .navbar.lightWhite .right-menu .right-menu-item, #app .plain.grey .navbar.lightWhite .right-menu .right-menu-item, #app .plain.red .navbar.lightWhite .right-menu .right-menu-item, #app .plain.orange .navbar.lightWhite .right-menu .right-menu-item, #app .plain.yellow .navbar.lightWhite .right-menu .right-menu-item, #app .plain.green .navbar.lightWhite .right-menu .right-menu-item, #app .plain.ocean .navbar.lightWhite .right-menu .right-menu-item, #app .plain.blue .navbar.lightWhite .right-menu .right-menu-item, #app .plain.blackblue .navbar.lightWhite .right-menu .right-menu-item, #app .plain.azure .navbar.lightWhite .right-menu .right-menu-item, #app .plain.purple .navbar.lightWhite .right-menu .right-menu-item {
  color: #fff !important;
}
.ligthNavbar.classic .navbar.lightWhite .hamburger-container .icon-ym, #app .classic.darkBlue .navbar.lightWhite .hamburger-container .icon-ym, #app .classic.tangerine .navbar.lightWhite .hamburger-container .icon-ym, #app .classic.skyBlue .navbar.lightWhite .hamburger-container .icon-ym, #app .classic.black .navbar.lightWhite .hamburger-container .icon-ym, #app .classic.grey .navbar.lightWhite .hamburger-container .icon-ym, #app .classic.red .navbar.lightWhite .hamburger-container .icon-ym, #app .classic.orange .navbar.lightWhite .hamburger-container .icon-ym, #app .classic.yellow .navbar.lightWhite .hamburger-container .icon-ym, #app .classic.green .navbar.lightWhite .hamburger-container .icon-ym, #app .classic.ocean .navbar.lightWhite .hamburger-container .icon-ym, #app .classic.blue .navbar.lightWhite .hamburger-container .icon-ym, #app .classic.blackblue .navbar.lightWhite .hamburger-container .icon-ym, #app .classic.azure .navbar.lightWhite .hamburger-container .icon-ym, #app .classic.purple .navbar.lightWhite .hamburger-container .icon-ym, .ligthNavbar.plain .navbar.lightWhite .hamburger-container .icon-ym, #app .plain.darkBlue .navbar.lightWhite .hamburger-container .icon-ym, #app .plain.tangerine .navbar.lightWhite .hamburger-container .icon-ym, #app .plain.skyBlue .navbar.lightWhite .hamburger-container .icon-ym, #app .plain.black .navbar.lightWhite .hamburger-container .icon-ym, #app .plain.grey .navbar.lightWhite .hamburger-container .icon-ym, #app .plain.red .navbar.lightWhite .hamburger-container .icon-ym, #app .plain.orange .navbar.lightWhite .hamburger-container .icon-ym, #app .plain.yellow .navbar.lightWhite .hamburger-container .icon-ym, #app .plain.green .navbar.lightWhite .hamburger-container .icon-ym, #app .plain.ocean .navbar.lightWhite .hamburger-container .icon-ym, #app .plain.blue .navbar.lightWhite .hamburger-container .icon-ym, #app .plain.blackblue .navbar.lightWhite .hamburger-container .icon-ym, #app .plain.azure .navbar.lightWhite .hamburger-container .icon-ym, #app .plain.purple .navbar.lightWhite .hamburger-container .icon-ym {
  color: #fff;
}

.navbar {
  background: #fff;
}

#app .lightWhite {
  background-color: #fff !important;
}
#app .lightWhite .sidebar-logo-container {
  background: #fff !important;
  border-bottom: 1px solid #dcdfe6 !important;
}
#app .lightWhite.sidebar-container .el-menu {
  background: #fff;
}
#app .lightWhite.sidebar-container .el-menu .el-submenu__title,
#app .lightWhite.sidebar-container .el-menu .el-menu-item {
  color: #333;
}
#app .lightWhite.sidebar-container .el-menu .el-submenu__title i,
#app .lightWhite.sidebar-container .el-menu .el-menu-item i {
  color: #666;
}
#app .lightWhite .nest-menu .el-submenu > .el-submenu__title, #app .lightWhite .el-submenu .el-menu-item {
  background-color: #fff !important;
  color: #333;
}
#app .lightWhite .nest-menu .el-submenu > .el-submenu__title:hover, #app .lightWhite .el-submenu .el-menu-item:hover {
  color: #1890ff;
  background-color: transparent;
}
#app .lightWhite .nest-menu .el-submenu > .el-submenu__title:hover i, #app .lightWhite .el-submenu .el-menu-item:hover i {
  color: #1890ff;
}
#app .lightWhite .nest-menu .el-submenu > .el-submenu__title.is-active, #app .lightWhite .el-submenu .el-menu-item.is-active {
  background-color: #1890ff !important;
}

.lightWhite.classic.el-menu--vertical > .el-menu--popup,
.lightWhite.blend.el-menu--vertical > .el-menu--popup,
.lightWhite.plain.el-menu--vertical > .el-menu--popup {
  background: #fff;
}
.lightWhite.classic.el-menu--vertical .el-submenu__title,
.lightWhite.classic.el-menu--vertical .el-menu-item,
.lightWhite.blend.el-menu--vertical .el-submenu__title,
.lightWhite.blend.el-menu--vertical .el-menu-item,
.lightWhite.plain.el-menu--vertical .el-submenu__title,
.lightWhite.plain.el-menu--vertical .el-menu-item {
  color: #333;
}
.lightWhite.classic.el-menu--vertical .el-submenu__title i,
.lightWhite.classic.el-menu--vertical .el-menu-item i,
.lightWhite.blend.el-menu--vertical .el-submenu__title i,
.lightWhite.blend.el-menu--vertical .el-menu-item i,
.lightWhite.plain.el-menu--vertical .el-submenu__title i,
.lightWhite.plain.el-menu--vertical .el-menu-item i {
  color: #666;
}
.lightWhite.classic.el-menu--vertical .el-submenu__title:hover,
.lightWhite.classic.el-menu--vertical .el-menu-item:hover,
.lightWhite.blend.el-menu--vertical .el-submenu__title:hover,
.lightWhite.blend.el-menu--vertical .el-menu-item:hover,
.lightWhite.plain.el-menu--vertical .el-submenu__title:hover,
.lightWhite.plain.el-menu--vertical .el-menu-item:hover {
  color: #1890ff;
}
.lightWhite.classic.el-menu--vertical .el-submenu__title:hover i,
.lightWhite.classic.el-menu--vertical .el-menu-item:hover i,
.lightWhite.blend.el-menu--vertical .el-submenu__title:hover i,
.lightWhite.blend.el-menu--vertical .el-menu-item:hover i,
.lightWhite.plain.el-menu--vertical .el-submenu__title:hover i,
.lightWhite.plain.el-menu--vertical .el-menu-item:hover i {
  color: #1890ff;
}
.lightWhite.classic.el-menu--vertical .el-submenu__title.is-active,
.lightWhite.classic.el-menu--vertical .el-menu-item.is-active,
.lightWhite.blend.el-menu--vertical .el-submenu__title.is-active,
.lightWhite.blend.el-menu--vertical .el-menu-item.is-active,
.lightWhite.plain.el-menu--vertical .el-submenu__title.is-active,
.lightWhite.plain.el-menu--vertical .el-menu-item.is-active {
  color: #fff;
}
.lightWhite.classic.el-menu--vertical .el-submenu__title.is-active i,
.lightWhite.classic.el-menu--vertical .el-menu-item.is-active i,
.lightWhite.blend.el-menu--vertical .el-submenu__title.is-active i,
.lightWhite.blend.el-menu--vertical .el-menu-item.is-active i,
.lightWhite.plain.el-menu--vertical .el-submenu__title.is-active i,
.lightWhite.plain.el-menu--vertical .el-menu-item.is-active i {
  color: #fff;
}

#app .purple.classic .navbar.lightWhite, #app .purple.plain .navbar.lightWhite {
  background-image: -webkit-gradient(linear, left top, right top, from(#722ED1), to(#C34AFF));
  background-image: linear-gradient(to right, #722ED1, #C34AFF);
}
#app .purple.classic .lightWhite .navbar-platform, #app .purple.plain .lightWhite .navbar-platform {
  color: #fff;
}
#app .purple.classic .lightWhite .sidebar-logo-container, #app .purple.plain .lightWhite .sidebar-logo-container {
  background: #722ED1 !important;
}
#app .purple.blend .navbar.dark .el-tabs__item.is-active {
  color: #722ED1 !important;
}
#app .purple .com-hover:hover {
  color: #722ED1;
}
#app .purple .todo-box .todo-box-body .item:hover .text .name {
  color: #722ED1;
}
#app .purple .tags-view-container .tags-view-wrapper .tags-view-item.active {
  color: #722ED1;
}
#app .purple .tags-view-container .tags-view-wrapper .tags-view-item:hover {
  color: #722ED1;
}
#app .purple .SNOWS-Portal .el-main .layout-area .vue-grid-item.active-item {
  border: 1px solid #722ED1;
}
#app .purple .SNOWS-Portal .el-main .layout-area .vue-grid-item.vue-grid-placeholder {
  background: #722ED1;
}
#app .purple .SNOWS-Portal .el-main .layout-area .vue-grid-item .drawing-item-copy {
  border-color: #722ED1;
  color: #722ED1;
}
#app .purple .SNOWS-Portal .el-main .layout-area .vue-grid-item .drawing-item-copy:hover {
  background: #722ED1;
  color: #fff;
}
#app .purple .drawing-board .drawing-row-item.active-from-item {
  border: 1px solid #722ED1;
}
#app .purple .drawing-board .active-from-item > .component-name {
  color: #722ED1;
}
#app .purple .drawing-board .active-from-item > .el-form-item {
  border: 1px solid #722ED1;
}
#app .purple .drawing-board .drawing-item > .drawing-item-copy,
#app .purple .drawing-board .drawing-row-item > .drawing-item-copy {
  border-color: #722ED1;
  color: #722ED1;
}
#app .purple .drawing-board .drawing-item > .drawing-item-copy:hover,
#app .purple .drawing-board .drawing-row-item > .drawing-item-copy:hover {
  background: #722ED1;
  color: #fff;
}
#app .purple .drawing-board .sortable-ghost::before {
  background: #722ED1;
}
#app .purple .left-board .logo {
  color: #722ED1;
}
#app .purple .components-body:hover {
  border: 1px dashed #722ED1;
  color: #722ED1;
}
#app .purple .components-body:hover i {
  color: #722ED1;
}
#app .purple .board .main .item .item-list .item-list-item.active i {
  color: #722ED1;
}
#app .purple .navbar .top-menu .el-menu .el-submenu:hover .el-submenu__title {
  color: #722ED1;
}
#app .purple .navbar .top-menu .el-menu .el-submenu:hover .el-submenu__title i {
  color: #722ED1;
}
#app .purple .navbar .top-menu .el-menu .el-submenu.is-active .el-submenu__title {
  color: #722ED1;
}
#app .purple .navbar .top-menu .el-menu .el-submenu.is-active .el-submenu__title i {
  color: #722ED1;
}
#app .purple .navbar .top-menu .el-menu .el-menu-item.is-active,
#app .purple .navbar .top-menu .el-menu .el-submenu__title.is-active {
  color: #722ED1;
}
#app .purple .navbar .top-menu .el-menu .el-menu-item.is-active i,
#app .purple .navbar .top-menu .el-menu .el-submenu__title.is-active i {
  color: #722ED1;
}
#app .purple .navbar .top-menu .el-menu .el-menu-item:hover,
#app .purple .navbar .top-menu .el-menu .el-submenu__title:hover {
  color: #722ED1;
}
#app .purple .navbar .top-menu .el-menu .el-menu-item:hover i,
#app .purple .navbar .top-menu .el-menu .el-submenu__title:hover i {
  color: #722ED1;
}
#app .purple .setting.drawer-container .nav_items li .imgItems .icon-checked {
  border-color: #722ED1;
  border-left: 10px solid transparent;
  border-top: 10px solid transparent;
}
#app .purple .icons-container .icon-item:hover {
  border-color: #722ED1;
}
#app .purple .columnDesign-container .typeList .item .item-img.checked {
  border: 1px solid #722ED1;
}
#app .purple .columnDesign-container .typeList .item .item-img .icon-checked {
  border: 12px solid #722ED1;
  border-left: 12px solid transparent;
  border-top: 12px solid transparent;
}
#app .purple .user-form .avatar-uploader .el-upload:hover {
  border-color: #722ED1;
}
#app .purple.classic .el-menu .el-submenu__title:hover,
#app .purple.classic .el-menu .el-menu-item:hover, #app .purple.blend .el-menu .el-submenu__title:hover,
#app .purple.blend .el-menu .el-menu-item:hover, #app .purple.plain .el-menu .el-submenu__title:hover,
#app .purple.plain .el-menu .el-menu-item:hover {
  color: #722ED1;
}
#app .purple.classic .el-menu .el-submenu__title:hover i,
#app .purple.classic .el-menu .el-menu-item:hover i, #app .purple.blend .el-menu .el-submenu__title:hover i,
#app .purple.blend .el-menu .el-menu-item:hover i, #app .purple.plain .el-menu .el-submenu__title:hover i,
#app .purple.plain .el-menu .el-menu-item:hover i {
  color: #722ED1;
}
#app .purple.classic .el-menu .el-submenu__title.is-active,
#app .purple.classic .el-menu .el-menu-item.is-active, #app .purple.blend .el-menu .el-submenu__title.is-active,
#app .purple.blend .el-menu .el-menu-item.is-active, #app .purple.plain .el-menu .el-submenu__title.is-active,
#app .purple.plain .el-menu .el-menu-item.is-active {
  background-color: #722ED1;
}
#app .purple.classic .el-menu .el-submenu__title.is-active:hover,
#app .purple.classic .el-menu .el-menu-item.is-active:hover, #app .purple.blend .el-menu .el-submenu__title.is-active:hover,
#app .purple.blend .el-menu .el-menu-item.is-active:hover, #app .purple.plain .el-menu .el-submenu__title.is-active:hover,
#app .purple.plain .el-menu .el-menu-item.is-active:hover {
  color: #fff;
  background-color: #722ED1;
}
#app .purple.classic .el-menu .el-submenu__title.is-active:hover i,
#app .purple.classic .el-menu .el-menu-item.is-active:hover i, #app .purple.blend .el-menu .el-submenu__title.is-active:hover i,
#app .purple.blend .el-menu .el-menu-item.is-active:hover i, #app .purple.plain .el-menu .el-submenu__title.is-active:hover i,
#app .purple.plain .el-menu .el-menu-item.is-active:hover i {
  color: #fff;
}
#app .purple.classic .el-menu .nest-menu .el-submenu > .el-submenu__title:hover,
#app .purple.classic .el-menu .el-menu-item:hover, #app .purple.blend .el-menu .nest-menu .el-submenu > .el-submenu__title:hover,
#app .purple.blend .el-menu .el-menu-item:hover, #app .purple.plain .el-menu .nest-menu .el-submenu > .el-submenu__title:hover,
#app .purple.plain .el-menu .el-menu-item:hover {
  color: #722ED1;
}
#app .purple.classic .main-menu .el-submenu__title.is-active,
#app .purple.classic .main-menu .el-menu-item.is-active, #app .purple.blend .main-menu .el-submenu__title.is-active,
#app .purple.blend .main-menu .el-menu-item.is-active, #app .purple.plain .main-menu .el-submenu__title.is-active,
#app .purple.plain .main-menu .el-menu-item.is-active {
  background-color: #fff;
}
#app .purple.classic .main-menu .el-submenu__title.is-active:hover,
#app .purple.classic .main-menu .el-menu-item.is-active:hover, #app .purple.blend .main-menu .el-submenu__title.is-active:hover,
#app .purple.blend .main-menu .el-menu-item.is-active:hover, #app .purple.plain .main-menu .el-submenu__title.is-active:hover,
#app .purple.plain .main-menu .el-menu-item.is-active:hover {
  color: #722ED1;
  background-color: #fff;
}
#app .purple.classic .main-menu .el-submenu__title.is-active:hover i,
#app .purple.classic .main-menu .el-menu-item.is-active:hover i, #app .purple.blend .main-menu .el-submenu__title.is-active:hover i,
#app .purple.blend .main-menu .el-menu-item.is-active:hover i, #app .purple.plain .main-menu .el-submenu__title.is-active:hover i,
#app .purple.plain .main-menu .el-menu-item.is-active:hover i {
  color: #722ED1;
}
#app .purple.classic .lightWhite .el-menu .el-submenu__title.is-active,
#app .purple.classic .lightWhite .el-menu .el-menu-item.is-active, #app .purple.blend .lightWhite .el-menu .el-submenu__title.is-active,
#app .purple.blend .lightWhite .el-menu .el-menu-item.is-active, #app .purple.plain .lightWhite .el-menu .el-submenu__title.is-active,
#app .purple.plain .lightWhite .el-menu .el-menu-item.is-active {
  background-color: #722ED1 !important;
}
#app .purple.classic .lightWhite .main-menu .el-menu .el-submenu__title.is-active,
#app .purple.classic .lightWhite .main-menu .el-menu .el-menu-item.is-active, #app .purple.blend .lightWhite .main-menu .el-menu .el-submenu__title.is-active,
#app .purple.blend .lightWhite .main-menu .el-menu .el-menu-item.is-active, #app .purple.plain .lightWhite .main-menu .el-menu .el-submenu__title.is-active,
#app .purple.plain .lightWhite .main-menu .el-menu .el-menu-item.is-active {
  background-color: #fff !important;
}

.purple.classic.el-menu--vertical .el-submenu__title:hover,
.purple.classic.el-menu--vertical .el-menu-item:hover, .purple.blend.el-menu--vertical .el-submenu__title:hover,
.purple.blend.el-menu--vertical .el-menu-item:hover, .purple.plain.el-menu--vertical .el-submenu__title:hover,
.purple.plain.el-menu--vertical .el-menu-item:hover {
  color: #722ED1;
}
.purple.classic.el-menu--vertical .el-submenu__title:hover i,
.purple.classic.el-menu--vertical .el-menu-item:hover i, .purple.blend.el-menu--vertical .el-submenu__title:hover i,
.purple.blend.el-menu--vertical .el-menu-item:hover i, .purple.plain.el-menu--vertical .el-submenu__title:hover i,
.purple.plain.el-menu--vertical .el-menu-item:hover i {
  color: #722ED1;
}
.purple.classic.el-menu--vertical .el-submenu__title.is-active,
.purple.classic.el-menu--vertical .el-menu-item.is-active, .purple.blend.el-menu--vertical .el-submenu__title.is-active,
.purple.blend.el-menu--vertical .el-menu-item.is-active, .purple.plain.el-menu--vertical .el-submenu__title.is-active,
.purple.plain.el-menu--vertical .el-menu-item.is-active {
  color: #fff;
  background-color: #722ED1;
}
.purple.classic.el-menu--vertical .el-submenu__title.is-active i,
.purple.classic.el-menu--vertical .el-menu-item.is-active i, .purple.blend.el-menu--vertical .el-submenu__title.is-active i,
.purple.blend.el-menu--vertical .el-menu-item.is-active i, .purple.plain.el-menu--vertical .el-submenu__title.is-active i,
.purple.plain.el-menu--vertical .el-menu-item.is-active i {
  color: #fff;
}
.purple.functional.el-menu--horizontal .el-menu .nest-menu .el-submenu.is-active .el-submenu__title, .purple.blend.el-menu--horizontal .el-menu .nest-menu .el-submenu.is-active .el-submenu__title {
  color: #722ED1;
}
.purple.functional.el-menu--horizontal .el-menu .nest-menu .el-submenu.is-active .el-submenu__title i, .purple.blend.el-menu--horizontal .el-menu .nest-menu .el-submenu.is-active .el-submenu__title i {
  color: #722ED1;
}
.purple.functional.el-menu--horizontal .el-menu .nest-menu .el-menu-item:hover,
.purple.functional.el-menu--horizontal .el-menu .nest-menu .el-submenu__title:hover, .purple.blend.el-menu--horizontal .el-menu .nest-menu .el-menu-item:hover,
.purple.blend.el-menu--horizontal .el-menu .nest-menu .el-submenu__title:hover {
  color: #722ED1;
}
.purple.functional.el-menu--horizontal .el-menu .nest-menu .el-menu-item:hover i,
.purple.functional.el-menu--horizontal .el-menu .nest-menu .el-submenu__title:hover i, .purple.blend.el-menu--horizontal .el-menu .nest-menu .el-menu-item:hover i,
.purple.blend.el-menu--horizontal .el-menu .nest-menu .el-submenu__title:hover i {
  color: #722ED1;
}
.purple.functional.el-menu--horizontal .el-menu .nest-menu .el-menu-item.is-active,
.purple.functional.el-menu--horizontal .el-menu .nest-menu .el-submenu__title.is-active, .purple.blend.el-menu--horizontal .el-menu .nest-menu .el-menu-item.is-active,
.purple.blend.el-menu--horizontal .el-menu .nest-menu .el-submenu__title.is-active {
  color: #722ED1 !important;
}
.purple.functional.el-menu--horizontal .el-menu .nest-menu .el-menu-item.is-active i,
.purple.functional.el-menu--horizontal .el-menu .nest-menu .el-submenu__title.is-active i, .purple.blend.el-menu--horizontal .el-menu .nest-menu .el-menu-item.is-active i,
.purple.blend.el-menu--horizontal .el-menu .nest-menu .el-submenu__title.is-active i {
  color: #722ED1 !important;
}
.purple.SNOWS-select-tree .el-tree.single .is-current > .el-tree-node__content .custom-tree-node {
  color: #722ED1;
}

#app .azure.classic .navbar.lightWhite, #app .azure.plain .navbar.lightWhite {
  background-image: -webkit-gradient(linear, left top, right top, from(#211BCE), to(#4D89F1));
  background-image: linear-gradient(to right, #211BCE, #4D89F1);
}
#app .azure.classic .lightWhite .navbar-platform, #app .azure.plain .lightWhite .navbar-platform {
  color: #fff;
}
#app .azure.classic .lightWhite .sidebar-logo-container, #app .azure.plain .lightWhite .sidebar-logo-container {
  background: #211BCE !important;
}
#app .azure.blend .navbar.dark .el-tabs__item.is-active {
  color: #211BCE !important;
}
#app .azure .com-hover:hover {
  color: #211BCE;
}
#app .azure .todo-box .todo-box-body .item:hover .text .name {
  color: #211BCE;
}
#app .azure .tags-view-container .tags-view-wrapper .tags-view-item.active {
  color: #211BCE;
}
#app .azure .tags-view-container .tags-view-wrapper .tags-view-item:hover {
  color: #211BCE;
}
#app .azure .SNOWS-Portal .el-main .layout-area .vue-grid-item.active-item {
  border: 1px solid #211BCE;
}
#app .azure .SNOWS-Portal .el-main .layout-area .vue-grid-item.vue-grid-placeholder {
  background: #211BCE;
}
#app .azure .SNOWS-Portal .el-main .layout-area .vue-grid-item .drawing-item-copy {
  border-color: #211BCE;
  color: #211BCE;
}
#app .azure .SNOWS-Portal .el-main .layout-area .vue-grid-item .drawing-item-copy:hover {
  background: #211BCE;
  color: #fff;
}
#app .azure .drawing-board .drawing-row-item.active-from-item {
  border: 1px solid #211BCE;
}
#app .azure .drawing-board .active-from-item > .component-name {
  color: #211BCE;
}
#app .azure .drawing-board .active-from-item > .el-form-item {
  border: 1px solid #211BCE;
}
#app .azure .drawing-board .drawing-item > .drawing-item-copy,
#app .azure .drawing-board .drawing-row-item > .drawing-item-copy {
  border-color: #211BCE;
  color: #211BCE;
}
#app .azure .drawing-board .drawing-item > .drawing-item-copy:hover,
#app .azure .drawing-board .drawing-row-item > .drawing-item-copy:hover {
  background: #211BCE;
  color: #fff;
}
#app .azure .drawing-board .sortable-ghost::before {
  background: #211BCE;
}
#app .azure .left-board .logo {
  color: #211BCE;
}
#app .azure .components-body:hover {
  border: 1px dashed #211BCE;
  color: #211BCE;
}
#app .azure .components-body:hover i {
  color: #211BCE;
}
#app .azure .board .main .item .item-list .item-list-item.active i {
  color: #211BCE;
}
#app .azure .navbar .top-menu .el-menu .el-submenu:hover .el-submenu__title {
  color: #211BCE;
}
#app .azure .navbar .top-menu .el-menu .el-submenu:hover .el-submenu__title i {
  color: #211BCE;
}
#app .azure .navbar .top-menu .el-menu .el-submenu.is-active .el-submenu__title {
  color: #211BCE;
}
#app .azure .navbar .top-menu .el-menu .el-submenu.is-active .el-submenu__title i {
  color: #211BCE;
}
#app .azure .navbar .top-menu .el-menu .el-menu-item.is-active,
#app .azure .navbar .top-menu .el-menu .el-submenu__title.is-active {
  color: #211BCE;
}
#app .azure .navbar .top-menu .el-menu .el-menu-item.is-active i,
#app .azure .navbar .top-menu .el-menu .el-submenu__title.is-active i {
  color: #211BCE;
}
#app .azure .navbar .top-menu .el-menu .el-menu-item:hover,
#app .azure .navbar .top-menu .el-menu .el-submenu__title:hover {
  color: #211BCE;
}
#app .azure .navbar .top-menu .el-menu .el-menu-item:hover i,
#app .azure .navbar .top-menu .el-menu .el-submenu__title:hover i {
  color: #211BCE;
}
#app .azure .setting.drawer-container .nav_items li .imgItems .icon-checked {
  border-color: #211BCE;
  border-left: 10px solid transparent;
  border-top: 10px solid transparent;
}
#app .azure .icons-container .icon-item:hover {
  border-color: #211BCE;
}
#app .azure .columnDesign-container .typeList .item .item-img.checked {
  border: 1px solid #211BCE;
}
#app .azure .columnDesign-container .typeList .item .item-img .icon-checked {
  border: 12px solid #211BCE;
  border-left: 12px solid transparent;
  border-top: 12px solid transparent;
}
#app .azure .user-form .avatar-uploader .el-upload:hover {
  border-color: #211BCE;
}
#app .azure.classic .el-menu .el-submenu__title:hover,
#app .azure.classic .el-menu .el-menu-item:hover, #app .azure.blend .el-menu .el-submenu__title:hover,
#app .azure.blend .el-menu .el-menu-item:hover, #app .azure.plain .el-menu .el-submenu__title:hover,
#app .azure.plain .el-menu .el-menu-item:hover {
  color: #211BCE;
}
#app .azure.classic .el-menu .el-submenu__title:hover i,
#app .azure.classic .el-menu .el-menu-item:hover i, #app .azure.blend .el-menu .el-submenu__title:hover i,
#app .azure.blend .el-menu .el-menu-item:hover i, #app .azure.plain .el-menu .el-submenu__title:hover i,
#app .azure.plain .el-menu .el-menu-item:hover i {
  color: #211BCE;
}
#app .azure.classic .el-menu .el-submenu__title.is-active,
#app .azure.classic .el-menu .el-menu-item.is-active, #app .azure.blend .el-menu .el-submenu__title.is-active,
#app .azure.blend .el-menu .el-menu-item.is-active, #app .azure.plain .el-menu .el-submenu__title.is-active,
#app .azure.plain .el-menu .el-menu-item.is-active {
  background-color: #211BCE;
}
#app .azure.classic .el-menu .el-submenu__title.is-active:hover,
#app .azure.classic .el-menu .el-menu-item.is-active:hover, #app .azure.blend .el-menu .el-submenu__title.is-active:hover,
#app .azure.blend .el-menu .el-menu-item.is-active:hover, #app .azure.plain .el-menu .el-submenu__title.is-active:hover,
#app .azure.plain .el-menu .el-menu-item.is-active:hover {
  color: #fff;
  background-color: #211BCE;
}
#app .azure.classic .el-menu .el-submenu__title.is-active:hover i,
#app .azure.classic .el-menu .el-menu-item.is-active:hover i, #app .azure.blend .el-menu .el-submenu__title.is-active:hover i,
#app .azure.blend .el-menu .el-menu-item.is-active:hover i, #app .azure.plain .el-menu .el-submenu__title.is-active:hover i,
#app .azure.plain .el-menu .el-menu-item.is-active:hover i {
  color: #fff;
}
#app .azure.classic .el-menu .nest-menu .el-submenu > .el-submenu__title:hover,
#app .azure.classic .el-menu .el-menu-item:hover, #app .azure.blend .el-menu .nest-menu .el-submenu > .el-submenu__title:hover,
#app .azure.blend .el-menu .el-menu-item:hover, #app .azure.plain .el-menu .nest-menu .el-submenu > .el-submenu__title:hover,
#app .azure.plain .el-menu .el-menu-item:hover {
  color: #211BCE;
}
#app .azure.classic .main-menu .el-submenu__title.is-active,
#app .azure.classic .main-menu .el-menu-item.is-active, #app .azure.blend .main-menu .el-submenu__title.is-active,
#app .azure.blend .main-menu .el-menu-item.is-active, #app .azure.plain .main-menu .el-submenu__title.is-active,
#app .azure.plain .main-menu .el-menu-item.is-active {
  background-color: #fff;
}
#app .azure.classic .main-menu .el-submenu__title.is-active:hover,
#app .azure.classic .main-menu .el-menu-item.is-active:hover, #app .azure.blend .main-menu .el-submenu__title.is-active:hover,
#app .azure.blend .main-menu .el-menu-item.is-active:hover, #app .azure.plain .main-menu .el-submenu__title.is-active:hover,
#app .azure.plain .main-menu .el-menu-item.is-active:hover {
  color: #211BCE;
  background-color: #fff;
}
#app .azure.classic .main-menu .el-submenu__title.is-active:hover i,
#app .azure.classic .main-menu .el-menu-item.is-active:hover i, #app .azure.blend .main-menu .el-submenu__title.is-active:hover i,
#app .azure.blend .main-menu .el-menu-item.is-active:hover i, #app .azure.plain .main-menu .el-submenu__title.is-active:hover i,
#app .azure.plain .main-menu .el-menu-item.is-active:hover i {
  color: #211BCE;
}
#app .azure.classic .lightWhite .el-menu .el-submenu__title.is-active,
#app .azure.classic .lightWhite .el-menu .el-menu-item.is-active, #app .azure.blend .lightWhite .el-menu .el-submenu__title.is-active,
#app .azure.blend .lightWhite .el-menu .el-menu-item.is-active, #app .azure.plain .lightWhite .el-menu .el-submenu__title.is-active,
#app .azure.plain .lightWhite .el-menu .el-menu-item.is-active {
  background-color: #211BCE !important;
}
#app .azure.classic .lightWhite .main-menu .el-menu .el-submenu__title.is-active,
#app .azure.classic .lightWhite .main-menu .el-menu .el-menu-item.is-active, #app .azure.blend .lightWhite .main-menu .el-menu .el-submenu__title.is-active,
#app .azure.blend .lightWhite .main-menu .el-menu .el-menu-item.is-active, #app .azure.plain .lightWhite .main-menu .el-menu .el-submenu__title.is-active,
#app .azure.plain .lightWhite .main-menu .el-menu .el-menu-item.is-active {
  background-color: #fff !important;
}

.azure.classic.el-menu--vertical .el-submenu__title:hover,
.azure.classic.el-menu--vertical .el-menu-item:hover, .azure.blend.el-menu--vertical .el-submenu__title:hover,
.azure.blend.el-menu--vertical .el-menu-item:hover, .azure.plain.el-menu--vertical .el-submenu__title:hover,
.azure.plain.el-menu--vertical .el-menu-item:hover {
  color: #211BCE;
}
.azure.classic.el-menu--vertical .el-submenu__title:hover i,
.azure.classic.el-menu--vertical .el-menu-item:hover i, .azure.blend.el-menu--vertical .el-submenu__title:hover i,
.azure.blend.el-menu--vertical .el-menu-item:hover i, .azure.plain.el-menu--vertical .el-submenu__title:hover i,
.azure.plain.el-menu--vertical .el-menu-item:hover i {
  color: #211BCE;
}
.azure.classic.el-menu--vertical .el-submenu__title.is-active,
.azure.classic.el-menu--vertical .el-menu-item.is-active, .azure.blend.el-menu--vertical .el-submenu__title.is-active,
.azure.blend.el-menu--vertical .el-menu-item.is-active, .azure.plain.el-menu--vertical .el-submenu__title.is-active,
.azure.plain.el-menu--vertical .el-menu-item.is-active {
  color: #fff;
  background-color: #211BCE;
}
.azure.classic.el-menu--vertical .el-submenu__title.is-active i,
.azure.classic.el-menu--vertical .el-menu-item.is-active i, .azure.blend.el-menu--vertical .el-submenu__title.is-active i,
.azure.blend.el-menu--vertical .el-menu-item.is-active i, .azure.plain.el-menu--vertical .el-submenu__title.is-active i,
.azure.plain.el-menu--vertical .el-menu-item.is-active i {
  color: #fff;
}
.azure.functional.el-menu--horizontal .el-menu .nest-menu .el-submenu.is-active .el-submenu__title, .azure.blend.el-menu--horizontal .el-menu .nest-menu .el-submenu.is-active .el-submenu__title {
  color: #211BCE;
}
.azure.functional.el-menu--horizontal .el-menu .nest-menu .el-submenu.is-active .el-submenu__title i, .azure.blend.el-menu--horizontal .el-menu .nest-menu .el-submenu.is-active .el-submenu__title i {
  color: #211BCE;
}
.azure.functional.el-menu--horizontal .el-menu .nest-menu .el-menu-item:hover,
.azure.functional.el-menu--horizontal .el-menu .nest-menu .el-submenu__title:hover, .azure.blend.el-menu--horizontal .el-menu .nest-menu .el-menu-item:hover,
.azure.blend.el-menu--horizontal .el-menu .nest-menu .el-submenu__title:hover {
  color: #211BCE;
}
.azure.functional.el-menu--horizontal .el-menu .nest-menu .el-menu-item:hover i,
.azure.functional.el-menu--horizontal .el-menu .nest-menu .el-submenu__title:hover i, .azure.blend.el-menu--horizontal .el-menu .nest-menu .el-menu-item:hover i,
.azure.blend.el-menu--horizontal .el-menu .nest-menu .el-submenu__title:hover i {
  color: #211BCE;
}
.azure.functional.el-menu--horizontal .el-menu .nest-menu .el-menu-item.is-active,
.azure.functional.el-menu--horizontal .el-menu .nest-menu .el-submenu__title.is-active, .azure.blend.el-menu--horizontal .el-menu .nest-menu .el-menu-item.is-active,
.azure.blend.el-menu--horizontal .el-menu .nest-menu .el-submenu__title.is-active {
  color: #211BCE !important;
}
.azure.functional.el-menu--horizontal .el-menu .nest-menu .el-menu-item.is-active i,
.azure.functional.el-menu--horizontal .el-menu .nest-menu .el-submenu__title.is-active i, .azure.blend.el-menu--horizontal .el-menu .nest-menu .el-menu-item.is-active i,
.azure.blend.el-menu--horizontal .el-menu .nest-menu .el-submenu__title.is-active i {
  color: #211BCE !important;
}
.azure.SNOWS-select-tree .el-tree.single .is-current > .el-tree-node__content .custom-tree-node {
  color: #211BCE;
}

#app .blackblue.classic .navbar.lightWhite, #app .blackblue.plain .navbar.lightWhite {
  background-image: -webkit-gradient(linear, left top, right top, from(#211BCE), to(#4D89F1));
  background-image: linear-gradient(to right, #211BCE, #4D89F1);
}
#app .blackblue.classic .lightWhite .navbar-platform, #app .blackblue.plain .lightWhite .navbar-platform {
  color: #fff;
}
#app .blackblue.classic .lightWhite .sidebar-logo-container, #app .blackblue.plain .lightWhite .sidebar-logo-container {
  background: #211BCE !important;
}
#app .blackblue.blend .navbar.dark .el-tabs__item.is-active {
  color: #211BCE !important;
}
#app .blackblue .com-hover:hover {
  color: #211BCE;
}
#app .blackblue .todo-box .todo-box-body .item:hover .text .name {
  color: #211BCE;
}
#app .blackblue .tags-view-container .tags-view-wrapper .tags-view-item.active {
  color: #211BCE;
}
#app .blackblue .tags-view-container .tags-view-wrapper .tags-view-item:hover {
  color: #211BCE;
}
#app .blackblue .SNOWS-Portal .el-main .layout-area .vue-grid-item.active-item {
  border: 1px solid #211BCE;
}
#app .blackblue .SNOWS-Portal .el-main .layout-area .vue-grid-item.vue-grid-placeholder {
  background: #211BCE;
}
#app .blackblue .SNOWS-Portal .el-main .layout-area .vue-grid-item .drawing-item-copy {
  border-color: #211BCE;
  color: #211BCE;
}
#app .blackblue .SNOWS-Portal .el-main .layout-area .vue-grid-item .drawing-item-copy:hover {
  background: #211BCE;
  color: #fff;
}
#app .blackblue .drawing-board .drawing-row-item.active-from-item {
  border: 1px solid #211BCE;
}
#app .blackblue .drawing-board .active-from-item > .component-name {
  color: #211BCE;
}
#app .blackblue .drawing-board .active-from-item > .el-form-item {
  border: 1px solid #211BCE;
}
#app .blackblue .drawing-board .drawing-item > .drawing-item-copy,
#app .blackblue .drawing-board .drawing-row-item > .drawing-item-copy {
  border-color: #211BCE;
  color: #211BCE;
}
#app .blackblue .drawing-board .drawing-item > .drawing-item-copy:hover,
#app .blackblue .drawing-board .drawing-row-item > .drawing-item-copy:hover {
  background: #211BCE;
  color: #fff;
}
#app .blackblue .drawing-board .sortable-ghost::before {
  background: #211BCE;
}
#app .blackblue .left-board .logo {
  color: #211BCE;
}
#app .blackblue .components-body:hover {
  border: 1px dashed #211BCE;
  color: #211BCE;
}
#app .blackblue .components-body:hover i {
  color: #211BCE;
}
#app .blackblue .board .main .item .item-list .item-list-item.active i {
  color: #211BCE;
}
#app .blackblue .navbar .top-menu .el-menu .el-submenu:hover .el-submenu__title {
  color: #211BCE;
}
#app .blackblue .navbar .top-menu .el-menu .el-submenu:hover .el-submenu__title i {
  color: #211BCE;
}
#app .blackblue .navbar .top-menu .el-menu .el-submenu.is-active .el-submenu__title {
  color: #211BCE;
}
#app .blackblue .navbar .top-menu .el-menu .el-submenu.is-active .el-submenu__title i {
  color: #211BCE;
}
#app .blackblue .navbar .top-menu .el-menu .el-menu-item.is-active,
#app .blackblue .navbar .top-menu .el-menu .el-submenu__title.is-active {
  color: #211BCE;
}
#app .blackblue .navbar .top-menu .el-menu .el-menu-item.is-active i,
#app .blackblue .navbar .top-menu .el-menu .el-submenu__title.is-active i {
  color: #211BCE;
}
#app .blackblue .navbar .top-menu .el-menu .el-menu-item:hover,
#app .blackblue .navbar .top-menu .el-menu .el-submenu__title:hover {
  color: #211BCE;
}
#app .blackblue .navbar .top-menu .el-menu .el-menu-item:hover i,
#app .blackblue .navbar .top-menu .el-menu .el-submenu__title:hover i {
  color: #211BCE;
}
#app .blackblue .setting.drawer-container .nav_items li .imgItems .icon-checked {
  border-color: #211BCE;
  border-left: 10px solid transparent;
  border-top: 10px solid transparent;
}
#app .blackblue .icons-container .icon-item:hover {
  border-color: #211BCE;
}
#app .blackblue .columnDesign-container .typeList .item .item-img.checked {
  border: 1px solid #211BCE;
}
#app .blackblue .columnDesign-container .typeList .item .item-img .icon-checked {
  border: 12px solid #211BCE;
  border-left: 12px solid transparent;
  border-top: 12px solid transparent;
}
#app .blackblue .user-form .avatar-uploader .el-upload:hover {
  border-color: #211BCE;
}
#app .blackblue.classic .el-menu .el-submenu__title:hover,
#app .blackblue.classic .el-menu .el-menu-item:hover, #app .blackblue.blend .el-menu .el-submenu__title:hover,
#app .blackblue.blend .el-menu .el-menu-item:hover, #app .blackblue.plain .el-menu .el-submenu__title:hover,
#app .blackblue.plain .el-menu .el-menu-item:hover {
  color: #211BCE;
}
#app .blackblue.classic .el-menu .el-submenu__title:hover i,
#app .blackblue.classic .el-menu .el-menu-item:hover i, #app .blackblue.blend .el-menu .el-submenu__title:hover i,
#app .blackblue.blend .el-menu .el-menu-item:hover i, #app .blackblue.plain .el-menu .el-submenu__title:hover i,
#app .blackblue.plain .el-menu .el-menu-item:hover i {
  color: #211BCE;
}
#app .blackblue.classic .el-menu .el-submenu__title.is-active,
#app .blackblue.classic .el-menu .el-menu-item.is-active, #app .blackblue.blend .el-menu .el-submenu__title.is-active,
#app .blackblue.blend .el-menu .el-menu-item.is-active, #app .blackblue.plain .el-menu .el-submenu__title.is-active,
#app .blackblue.plain .el-menu .el-menu-item.is-active {
  background-color: #211BCE;
}
#app .blackblue.classic .el-menu .el-submenu__title.is-active:hover,
#app .blackblue.classic .el-menu .el-menu-item.is-active:hover, #app .blackblue.blend .el-menu .el-submenu__title.is-active:hover,
#app .blackblue.blend .el-menu .el-menu-item.is-active:hover, #app .blackblue.plain .el-menu .el-submenu__title.is-active:hover,
#app .blackblue.plain .el-menu .el-menu-item.is-active:hover {
  color: #fff;
  background-color: #211BCE;
}
#app .blackblue.classic .el-menu .el-submenu__title.is-active:hover i,
#app .blackblue.classic .el-menu .el-menu-item.is-active:hover i, #app .blackblue.blend .el-menu .el-submenu__title.is-active:hover i,
#app .blackblue.blend .el-menu .el-menu-item.is-active:hover i, #app .blackblue.plain .el-menu .el-submenu__title.is-active:hover i,
#app .blackblue.plain .el-menu .el-menu-item.is-active:hover i {
  color: #fff;
}
#app .blackblue.classic .el-menu .nest-menu .el-submenu > .el-submenu__title:hover,
#app .blackblue.classic .el-menu .el-menu-item:hover, #app .blackblue.blend .el-menu .nest-menu .el-submenu > .el-submenu__title:hover,
#app .blackblue.blend .el-menu .el-menu-item:hover, #app .blackblue.plain .el-menu .nest-menu .el-submenu > .el-submenu__title:hover,
#app .blackblue.plain .el-menu .el-menu-item:hover {
  color: #211BCE;
}
#app .blackblue.classic .main-menu .el-submenu__title.is-active,
#app .blackblue.classic .main-menu .el-menu-item.is-active, #app .blackblue.blend .main-menu .el-submenu__title.is-active,
#app .blackblue.blend .main-menu .el-menu-item.is-active, #app .blackblue.plain .main-menu .el-submenu__title.is-active,
#app .blackblue.plain .main-menu .el-menu-item.is-active {
  background-color: #fff;
}
#app .blackblue.classic .main-menu .el-submenu__title.is-active:hover,
#app .blackblue.classic .main-menu .el-menu-item.is-active:hover, #app .blackblue.blend .main-menu .el-submenu__title.is-active:hover,
#app .blackblue.blend .main-menu .el-menu-item.is-active:hover, #app .blackblue.plain .main-menu .el-submenu__title.is-active:hover,
#app .blackblue.plain .main-menu .el-menu-item.is-active:hover {
  color: #211BCE;
  background-color: #fff;
}
#app .blackblue.classic .main-menu .el-submenu__title.is-active:hover i,
#app .blackblue.classic .main-menu .el-menu-item.is-active:hover i, #app .blackblue.blend .main-menu .el-submenu__title.is-active:hover i,
#app .blackblue.blend .main-menu .el-menu-item.is-active:hover i, #app .blackblue.plain .main-menu .el-submenu__title.is-active:hover i,
#app .blackblue.plain .main-menu .el-menu-item.is-active:hover i {
  color: #211BCE;
}
#app .blackblue.classic .lightWhite .el-menu .el-submenu__title.is-active,
#app .blackblue.classic .lightWhite .el-menu .el-menu-item.is-active, #app .blackblue.blend .lightWhite .el-menu .el-submenu__title.is-active,
#app .blackblue.blend .lightWhite .el-menu .el-menu-item.is-active, #app .blackblue.plain .lightWhite .el-menu .el-submenu__title.is-active,
#app .blackblue.plain .lightWhite .el-menu .el-menu-item.is-active {
  background-color: #211BCE !important;
}
#app .blackblue.classic .lightWhite .main-menu .el-menu .el-submenu__title.is-active,
#app .blackblue.classic .lightWhite .main-menu .el-menu .el-menu-item.is-active, #app .blackblue.blend .lightWhite .main-menu .el-menu .el-submenu__title.is-active,
#app .blackblue.blend .lightWhite .main-menu .el-menu .el-menu-item.is-active, #app .blackblue.plain .lightWhite .main-menu .el-menu .el-submenu__title.is-active,
#app .blackblue.plain .lightWhite .main-menu .el-menu .el-menu-item.is-active {
  background-color: #fff !important;
}

.blackblue.classic.el-menu--vertical .el-submenu__title:hover,
.blackblue.classic.el-menu--vertical .el-menu-item:hover, .blackblue.blend.el-menu--vertical .el-submenu__title:hover,
.blackblue.blend.el-menu--vertical .el-menu-item:hover, .blackblue.plain.el-menu--vertical .el-submenu__title:hover,
.blackblue.plain.el-menu--vertical .el-menu-item:hover {
  color: #211BCE;
}
.blackblue.classic.el-menu--vertical .el-submenu__title:hover i,
.blackblue.classic.el-menu--vertical .el-menu-item:hover i, .blackblue.blend.el-menu--vertical .el-submenu__title:hover i,
.blackblue.blend.el-menu--vertical .el-menu-item:hover i, .blackblue.plain.el-menu--vertical .el-submenu__title:hover i,
.blackblue.plain.el-menu--vertical .el-menu-item:hover i {
  color: #211BCE;
}
.blackblue.classic.el-menu--vertical .el-submenu__title.is-active,
.blackblue.classic.el-menu--vertical .el-menu-item.is-active, .blackblue.blend.el-menu--vertical .el-submenu__title.is-active,
.blackblue.blend.el-menu--vertical .el-menu-item.is-active, .blackblue.plain.el-menu--vertical .el-submenu__title.is-active,
.blackblue.plain.el-menu--vertical .el-menu-item.is-active {
  color: #fff;
  background-color: #211BCE;
}
.blackblue.classic.el-menu--vertical .el-submenu__title.is-active i,
.blackblue.classic.el-menu--vertical .el-menu-item.is-active i, .blackblue.blend.el-menu--vertical .el-submenu__title.is-active i,
.blackblue.blend.el-menu--vertical .el-menu-item.is-active i, .blackblue.plain.el-menu--vertical .el-submenu__title.is-active i,
.blackblue.plain.el-menu--vertical .el-menu-item.is-active i {
  color: #fff;
}
.blackblue.functional.el-menu--horizontal .el-menu .nest-menu .el-submenu.is-active .el-submenu__title, .blackblue.blend.el-menu--horizontal .el-menu .nest-menu .el-submenu.is-active .el-submenu__title {
  color: #211BCE;
}
.blackblue.functional.el-menu--horizontal .el-menu .nest-menu .el-submenu.is-active .el-submenu__title i, .blackblue.blend.el-menu--horizontal .el-menu .nest-menu .el-submenu.is-active .el-submenu__title i {
  color: #211BCE;
}
.blackblue.functional.el-menu--horizontal .el-menu .nest-menu .el-menu-item:hover,
.blackblue.functional.el-menu--horizontal .el-menu .nest-menu .el-submenu__title:hover, .blackblue.blend.el-menu--horizontal .el-menu .nest-menu .el-menu-item:hover,
.blackblue.blend.el-menu--horizontal .el-menu .nest-menu .el-submenu__title:hover {
  color: #211BCE;
}
.blackblue.functional.el-menu--horizontal .el-menu .nest-menu .el-menu-item:hover i,
.blackblue.functional.el-menu--horizontal .el-menu .nest-menu .el-submenu__title:hover i, .blackblue.blend.el-menu--horizontal .el-menu .nest-menu .el-menu-item:hover i,
.blackblue.blend.el-menu--horizontal .el-menu .nest-menu .el-submenu__title:hover i {
  color: #211BCE;
}
.blackblue.functional.el-menu--horizontal .el-menu .nest-menu .el-menu-item.is-active,
.blackblue.functional.el-menu--horizontal .el-menu .nest-menu .el-submenu__title.is-active, .blackblue.blend.el-menu--horizontal .el-menu .nest-menu .el-menu-item.is-active,
.blackblue.blend.el-menu--horizontal .el-menu .nest-menu .el-submenu__title.is-active {
  color: #211BCE !important;
}
.blackblue.functional.el-menu--horizontal .el-menu .nest-menu .el-menu-item.is-active i,
.blackblue.functional.el-menu--horizontal .el-menu .nest-menu .el-submenu__title.is-active i, .blackblue.blend.el-menu--horizontal .el-menu .nest-menu .el-menu-item.is-active i,
.blackblue.blend.el-menu--horizontal .el-menu .nest-menu .el-submenu__title.is-active i {
  color: #211BCE !important;
}
.blackblue.SNOWS-select-tree .el-tree.single .is-current > .el-tree-node__content .custom-tree-node {
  color: #211BCE;
}

#app .blue.classic .navbar.lightWhite, #app .blue.plain .navbar.lightWhite {
  background-image: -webkit-gradient(linear, left top, right top, from(#1B60A5), to(#3FB9F8));
  background-image: linear-gradient(to right, #1B60A5, #3FB9F8);
}
#app .blue.classic .lightWhite .navbar-platform, #app .blue.plain .lightWhite .navbar-platform {
  color: #fff;
}
#app .blue.classic .lightWhite .sidebar-logo-container, #app .blue.plain .lightWhite .sidebar-logo-container {
  background: #1B60A5 !important;
}
#app .blue.blend .navbar.dark .el-tabs__item.is-active {
  color: #1B60A5 !important;
}
#app .blue .com-hover:hover {
  color: #1B60A5;
}
#app .blue .todo-box .todo-box-body .item:hover .text .name {
  color: #1B60A5;
}
#app .blue .tags-view-container .tags-view-wrapper .tags-view-item.active {
  color: #1B60A5;
}
#app .blue .tags-view-container .tags-view-wrapper .tags-view-item:hover {
  color: #1B60A5;
}
#app .blue .SNOWS-Portal .el-main .layout-area .vue-grid-item.active-item {
  border: 1px solid #1B60A5;
}
#app .blue .SNOWS-Portal .el-main .layout-area .vue-grid-item.vue-grid-placeholder {
  background: #1B60A5;
}
#app .blue .SNOWS-Portal .el-main .layout-area .vue-grid-item .drawing-item-copy {
  border-color: #1B60A5;
  color: #1B60A5;
}
#app .blue .SNOWS-Portal .el-main .layout-area .vue-grid-item .drawing-item-copy:hover {
  background: #1B60A5;
  color: #fff;
}
#app .blue .drawing-board .drawing-row-item.active-from-item {
  border: 1px solid #1B60A5;
}
#app .blue .drawing-board .active-from-item > .component-name {
  color: #1B60A5;
}
#app .blue .drawing-board .active-from-item > .el-form-item {
  border: 1px solid #1B60A5;
}
#app .blue .drawing-board .drawing-item > .drawing-item-copy,
#app .blue .drawing-board .drawing-row-item > .drawing-item-copy {
  border-color: #1B60A5;
  color: #1B60A5;
}
#app .blue .drawing-board .drawing-item > .drawing-item-copy:hover,
#app .blue .drawing-board .drawing-row-item > .drawing-item-copy:hover {
  background: #1B60A5;
  color: #fff;
}
#app .blue .drawing-board .sortable-ghost::before {
  background: #1B60A5;
}
#app .blue .left-board .logo {
  color: #1B60A5;
}
#app .blue .components-body:hover {
  border: 1px dashed #1B60A5;
  color: #1B60A5;
}
#app .blue .components-body:hover i {
  color: #1B60A5;
}
#app .blue .board .main .item .item-list .item-list-item.active i {
  color: #1B60A5;
}
#app .blue .navbar .top-menu .el-menu .el-submenu:hover .el-submenu__title {
  color: #1B60A5;
}
#app .blue .navbar .top-menu .el-menu .el-submenu:hover .el-submenu__title i {
  color: #1B60A5;
}
#app .blue .navbar .top-menu .el-menu .el-submenu.is-active .el-submenu__title {
  color: #1B60A5;
}
#app .blue .navbar .top-menu .el-menu .el-submenu.is-active .el-submenu__title i {
  color: #1B60A5;
}
#app .blue .navbar .top-menu .el-menu .el-menu-item.is-active,
#app .blue .navbar .top-menu .el-menu .el-submenu__title.is-active {
  color: #1B60A5;
}
#app .blue .navbar .top-menu .el-menu .el-menu-item.is-active i,
#app .blue .navbar .top-menu .el-menu .el-submenu__title.is-active i {
  color: #1B60A5;
}
#app .blue .navbar .top-menu .el-menu .el-menu-item:hover,
#app .blue .navbar .top-menu .el-menu .el-submenu__title:hover {
  color: #1B60A5;
}
#app .blue .navbar .top-menu .el-menu .el-menu-item:hover i,
#app .blue .navbar .top-menu .el-menu .el-submenu__title:hover i {
  color: #1B60A5;
}
#app .blue .setting.drawer-container .nav_items li .imgItems .icon-checked {
  border-color: #1B60A5;
  border-left: 10px solid transparent;
  border-top: 10px solid transparent;
}
#app .blue .icons-container .icon-item:hover {
  border-color: #1B60A5;
}
#app .blue .columnDesign-container .typeList .item .item-img.checked {
  border: 1px solid #1B60A5;
}
#app .blue .columnDesign-container .typeList .item .item-img .icon-checked {
  border: 12px solid #1B60A5;
  border-left: 12px solid transparent;
  border-top: 12px solid transparent;
}
#app .blue .user-form .avatar-uploader .el-upload:hover {
  border-color: #1B60A5;
}
#app .blue.classic .el-menu .el-submenu__title:hover,
#app .blue.classic .el-menu .el-menu-item:hover, #app .blue.blend .el-menu .el-submenu__title:hover,
#app .blue.blend .el-menu .el-menu-item:hover, #app .blue.plain .el-menu .el-submenu__title:hover,
#app .blue.plain .el-menu .el-menu-item:hover {
  color: #1B60A5;
}
#app .blue.classic .el-menu .el-submenu__title:hover i,
#app .blue.classic .el-menu .el-menu-item:hover i, #app .blue.blend .el-menu .el-submenu__title:hover i,
#app .blue.blend .el-menu .el-menu-item:hover i, #app .blue.plain .el-menu .el-submenu__title:hover i,
#app .blue.plain .el-menu .el-menu-item:hover i {
  color: #1B60A5;
}
#app .blue.classic .el-menu .el-submenu__title.is-active,
#app .blue.classic .el-menu .el-menu-item.is-active, #app .blue.blend .el-menu .el-submenu__title.is-active,
#app .blue.blend .el-menu .el-menu-item.is-active, #app .blue.plain .el-menu .el-submenu__title.is-active,
#app .blue.plain .el-menu .el-menu-item.is-active {
  background-color: #1B60A5;
}
#app .blue.classic .el-menu .el-submenu__title.is-active:hover,
#app .blue.classic .el-menu .el-menu-item.is-active:hover, #app .blue.blend .el-menu .el-submenu__title.is-active:hover,
#app .blue.blend .el-menu .el-menu-item.is-active:hover, #app .blue.plain .el-menu .el-submenu__title.is-active:hover,
#app .blue.plain .el-menu .el-menu-item.is-active:hover {
  color: #fff;
  background-color: #1B60A5;
}
#app .blue.classic .el-menu .el-submenu__title.is-active:hover i,
#app .blue.classic .el-menu .el-menu-item.is-active:hover i, #app .blue.blend .el-menu .el-submenu__title.is-active:hover i,
#app .blue.blend .el-menu .el-menu-item.is-active:hover i, #app .blue.plain .el-menu .el-submenu__title.is-active:hover i,
#app .blue.plain .el-menu .el-menu-item.is-active:hover i {
  color: #fff;
}
#app .blue.classic .el-menu .nest-menu .el-submenu > .el-submenu__title:hover,
#app .blue.classic .el-menu .el-menu-item:hover, #app .blue.blend .el-menu .nest-menu .el-submenu > .el-submenu__title:hover,
#app .blue.blend .el-menu .el-menu-item:hover, #app .blue.plain .el-menu .nest-menu .el-submenu > .el-submenu__title:hover,
#app .blue.plain .el-menu .el-menu-item:hover {
  color: #1B60A5;
}
#app .blue.classic .main-menu .el-submenu__title.is-active,
#app .blue.classic .main-menu .el-menu-item.is-active, #app .blue.blend .main-menu .el-submenu__title.is-active,
#app .blue.blend .main-menu .el-menu-item.is-active, #app .blue.plain .main-menu .el-submenu__title.is-active,
#app .blue.plain .main-menu .el-menu-item.is-active {
  background-color: #fff;
}
#app .blue.classic .main-menu .el-submenu__title.is-active:hover,
#app .blue.classic .main-menu .el-menu-item.is-active:hover, #app .blue.blend .main-menu .el-submenu__title.is-active:hover,
#app .blue.blend .main-menu .el-menu-item.is-active:hover, #app .blue.plain .main-menu .el-submenu__title.is-active:hover,
#app .blue.plain .main-menu .el-menu-item.is-active:hover {
  color: #1B60A5;
  background-color: #fff;
}
#app .blue.classic .main-menu .el-submenu__title.is-active:hover i,
#app .blue.classic .main-menu .el-menu-item.is-active:hover i, #app .blue.blend .main-menu .el-submenu__title.is-active:hover i,
#app .blue.blend .main-menu .el-menu-item.is-active:hover i, #app .blue.plain .main-menu .el-submenu__title.is-active:hover i,
#app .blue.plain .main-menu .el-menu-item.is-active:hover i {
  color: #1B60A5;
}
#app .blue.classic .lightWhite .el-menu .el-submenu__title.is-active,
#app .blue.classic .lightWhite .el-menu .el-menu-item.is-active, #app .blue.blend .lightWhite .el-menu .el-submenu__title.is-active,
#app .blue.blend .lightWhite .el-menu .el-menu-item.is-active, #app .blue.plain .lightWhite .el-menu .el-submenu__title.is-active,
#app .blue.plain .lightWhite .el-menu .el-menu-item.is-active {
  background-color: #1B60A5 !important;
}
#app .blue.classic .lightWhite .main-menu .el-menu .el-submenu__title.is-active,
#app .blue.classic .lightWhite .main-menu .el-menu .el-menu-item.is-active, #app .blue.blend .lightWhite .main-menu .el-menu .el-submenu__title.is-active,
#app .blue.blend .lightWhite .main-menu .el-menu .el-menu-item.is-active, #app .blue.plain .lightWhite .main-menu .el-menu .el-submenu__title.is-active,
#app .blue.plain .lightWhite .main-menu .el-menu .el-menu-item.is-active {
  background-color: #fff !important;
}

.blue.classic.el-menu--vertical .el-submenu__title:hover,
.blue.classic.el-menu--vertical .el-menu-item:hover, .blue.blend.el-menu--vertical .el-submenu__title:hover,
.blue.blend.el-menu--vertical .el-menu-item:hover, .blue.plain.el-menu--vertical .el-submenu__title:hover,
.blue.plain.el-menu--vertical .el-menu-item:hover {
  color: #1B60A5;
}
.blue.classic.el-menu--vertical .el-submenu__title:hover i,
.blue.classic.el-menu--vertical .el-menu-item:hover i, .blue.blend.el-menu--vertical .el-submenu__title:hover i,
.blue.blend.el-menu--vertical .el-menu-item:hover i, .blue.plain.el-menu--vertical .el-submenu__title:hover i,
.blue.plain.el-menu--vertical .el-menu-item:hover i {
  color: #1B60A5;
}
.blue.classic.el-menu--vertical .el-submenu__title.is-active,
.blue.classic.el-menu--vertical .el-menu-item.is-active, .blue.blend.el-menu--vertical .el-submenu__title.is-active,
.blue.blend.el-menu--vertical .el-menu-item.is-active, .blue.plain.el-menu--vertical .el-submenu__title.is-active,
.blue.plain.el-menu--vertical .el-menu-item.is-active {
  color: #fff;
  background-color: #1B60A5;
}
.blue.classic.el-menu--vertical .el-submenu__title.is-active i,
.blue.classic.el-menu--vertical .el-menu-item.is-active i, .blue.blend.el-menu--vertical .el-submenu__title.is-active i,
.blue.blend.el-menu--vertical .el-menu-item.is-active i, .blue.plain.el-menu--vertical .el-submenu__title.is-active i,
.blue.plain.el-menu--vertical .el-menu-item.is-active i {
  color: #fff;
}
.blue.functional.el-menu--horizontal .el-menu .nest-menu .el-submenu.is-active .el-submenu__title, .blue.blend.el-menu--horizontal .el-menu .nest-menu .el-submenu.is-active .el-submenu__title {
  color: #1B60A5;
}
.blue.functional.el-menu--horizontal .el-menu .nest-menu .el-submenu.is-active .el-submenu__title i, .blue.blend.el-menu--horizontal .el-menu .nest-menu .el-submenu.is-active .el-submenu__title i {
  color: #1B60A5;
}
.blue.functional.el-menu--horizontal .el-menu .nest-menu .el-menu-item:hover,
.blue.functional.el-menu--horizontal .el-menu .nest-menu .el-submenu__title:hover, .blue.blend.el-menu--horizontal .el-menu .nest-menu .el-menu-item:hover,
.blue.blend.el-menu--horizontal .el-menu .nest-menu .el-submenu__title:hover {
  color: #1B60A5;
}
.blue.functional.el-menu--horizontal .el-menu .nest-menu .el-menu-item:hover i,
.blue.functional.el-menu--horizontal .el-menu .nest-menu .el-submenu__title:hover i, .blue.blend.el-menu--horizontal .el-menu .nest-menu .el-menu-item:hover i,
.blue.blend.el-menu--horizontal .el-menu .nest-menu .el-submenu__title:hover i {
  color: #1B60A5;
}
.blue.functional.el-menu--horizontal .el-menu .nest-menu .el-menu-item.is-active,
.blue.functional.el-menu--horizontal .el-menu .nest-menu .el-submenu__title.is-active, .blue.blend.el-menu--horizontal .el-menu .nest-menu .el-menu-item.is-active,
.blue.blend.el-menu--horizontal .el-menu .nest-menu .el-submenu__title.is-active {
  color: #1B60A5 !important;
}
.blue.functional.el-menu--horizontal .el-menu .nest-menu .el-menu-item.is-active i,
.blue.functional.el-menu--horizontal .el-menu .nest-menu .el-submenu__title.is-active i, .blue.blend.el-menu--horizontal .el-menu .nest-menu .el-menu-item.is-active i,
.blue.blend.el-menu--horizontal .el-menu .nest-menu .el-submenu__title.is-active i {
  color: #1B60A5 !important;
}
.blue.SNOWS-select-tree .el-tree.single .is-current > .el-tree-node__content .custom-tree-node {
  color: #1B60A5;
}

#app .ocean.classic .navbar.lightWhite, #app .ocean.plain .navbar.lightWhite {
  background-image: -webkit-gradient(linear, left top, right top, from(#13C2C2), to(#69D5E6));
  background-image: linear-gradient(to right, #13C2C2, #69D5E6);
}
#app .ocean.classic .lightWhite .navbar-platform, #app .ocean.plain .lightWhite .navbar-platform {
  color: #fff;
}
#app .ocean.classic .lightWhite .sidebar-logo-container, #app .ocean.plain .lightWhite .sidebar-logo-container {
  background: #13C2C2 !important;
}
#app .ocean.blend .navbar.dark .el-tabs__item.is-active {
  color: #13C2C2 !important;
}
#app .ocean .com-hover:hover {
  color: #13C2C2;
}
#app .ocean .todo-box .todo-box-body .item:hover .text .name {
  color: #13C2C2;
}
#app .ocean .tags-view-container .tags-view-wrapper .tags-view-item.active {
  color: #13C2C2;
}
#app .ocean .tags-view-container .tags-view-wrapper .tags-view-item:hover {
  color: #13C2C2;
}
#app .ocean .SNOWS-Portal .el-main .layout-area .vue-grid-item.active-item {
  border: 1px solid #13C2C2;
}
#app .ocean .SNOWS-Portal .el-main .layout-area .vue-grid-item.vue-grid-placeholder {
  background: #13C2C2;
}
#app .ocean .SNOWS-Portal .el-main .layout-area .vue-grid-item .drawing-item-copy {
  border-color: #13C2C2;
  color: #13C2C2;
}
#app .ocean .SNOWS-Portal .el-main .layout-area .vue-grid-item .drawing-item-copy:hover {
  background: #13C2C2;
  color: #fff;
}
#app .ocean .drawing-board .drawing-row-item.active-from-item {
  border: 1px solid #13C2C2;
}
#app .ocean .drawing-board .active-from-item > .component-name {
  color: #13C2C2;
}
#app .ocean .drawing-board .active-from-item > .el-form-item {
  border: 1px solid #13C2C2;
}
#app .ocean .drawing-board .drawing-item > .drawing-item-copy,
#app .ocean .drawing-board .drawing-row-item > .drawing-item-copy {
  border-color: #13C2C2;
  color: #13C2C2;
}
#app .ocean .drawing-board .drawing-item > .drawing-item-copy:hover,
#app .ocean .drawing-board .drawing-row-item > .drawing-item-copy:hover {
  background: #13C2C2;
  color: #fff;
}
#app .ocean .drawing-board .sortable-ghost::before {
  background: #13C2C2;
}
#app .ocean .left-board .logo {
  color: #13C2C2;
}
#app .ocean .components-body:hover {
  border: 1px dashed #13C2C2;
  color: #13C2C2;
}
#app .ocean .components-body:hover i {
  color: #13C2C2;
}
#app .ocean .board .main .item .item-list .item-list-item.active i {
  color: #13C2C2;
}
#app .ocean .navbar .top-menu .el-menu .el-submenu:hover .el-submenu__title {
  color: #13C2C2;
}
#app .ocean .navbar .top-menu .el-menu .el-submenu:hover .el-submenu__title i {
  color: #13C2C2;
}
#app .ocean .navbar .top-menu .el-menu .el-submenu.is-active .el-submenu__title {
  color: #13C2C2;
}
#app .ocean .navbar .top-menu .el-menu .el-submenu.is-active .el-submenu__title i {
  color: #13C2C2;
}
#app .ocean .navbar .top-menu .el-menu .el-menu-item.is-active,
#app .ocean .navbar .top-menu .el-menu .el-submenu__title.is-active {
  color: #13C2C2;
}
#app .ocean .navbar .top-menu .el-menu .el-menu-item.is-active i,
#app .ocean .navbar .top-menu .el-menu .el-submenu__title.is-active i {
  color: #13C2C2;
}
#app .ocean .navbar .top-menu .el-menu .el-menu-item:hover,
#app .ocean .navbar .top-menu .el-menu .el-submenu__title:hover {
  color: #13C2C2;
}
#app .ocean .navbar .top-menu .el-menu .el-menu-item:hover i,
#app .ocean .navbar .top-menu .el-menu .el-submenu__title:hover i {
  color: #13C2C2;
}
#app .ocean .setting.drawer-container .nav_items li .imgItems .icon-checked {
  border-color: #13C2C2;
  border-left: 10px solid transparent;
  border-top: 10px solid transparent;
}
#app .ocean .icons-container .icon-item:hover {
  border-color: #13C2C2;
}
#app .ocean .columnDesign-container .typeList .item .item-img.checked {
  border: 1px solid #13C2C2;
}
#app .ocean .columnDesign-container .typeList .item .item-img .icon-checked {
  border: 12px solid #13C2C2;
  border-left: 12px solid transparent;
  border-top: 12px solid transparent;
}
#app .ocean .user-form .avatar-uploader .el-upload:hover {
  border-color: #13C2C2;
}
#app .ocean.classic .el-menu .el-submenu__title:hover,
#app .ocean.classic .el-menu .el-menu-item:hover, #app .ocean.blend .el-menu .el-submenu__title:hover,
#app .ocean.blend .el-menu .el-menu-item:hover, #app .ocean.plain .el-menu .el-submenu__title:hover,
#app .ocean.plain .el-menu .el-menu-item:hover {
  color: #13C2C2;
}
#app .ocean.classic .el-menu .el-submenu__title:hover i,
#app .ocean.classic .el-menu .el-menu-item:hover i, #app .ocean.blend .el-menu .el-submenu__title:hover i,
#app .ocean.blend .el-menu .el-menu-item:hover i, #app .ocean.plain .el-menu .el-submenu__title:hover i,
#app .ocean.plain .el-menu .el-menu-item:hover i {
  color: #13C2C2;
}
#app .ocean.classic .el-menu .el-submenu__title.is-active,
#app .ocean.classic .el-menu .el-menu-item.is-active, #app .ocean.blend .el-menu .el-submenu__title.is-active,
#app .ocean.blend .el-menu .el-menu-item.is-active, #app .ocean.plain .el-menu .el-submenu__title.is-active,
#app .ocean.plain .el-menu .el-menu-item.is-active {
  background-color: #13C2C2;
}
#app .ocean.classic .el-menu .el-submenu__title.is-active:hover,
#app .ocean.classic .el-menu .el-menu-item.is-active:hover, #app .ocean.blend .el-menu .el-submenu__title.is-active:hover,
#app .ocean.blend .el-menu .el-menu-item.is-active:hover, #app .ocean.plain .el-menu .el-submenu__title.is-active:hover,
#app .ocean.plain .el-menu .el-menu-item.is-active:hover {
  color: #fff;
  background-color: #13C2C2;
}
#app .ocean.classic .el-menu .el-submenu__title.is-active:hover i,
#app .ocean.classic .el-menu .el-menu-item.is-active:hover i, #app .ocean.blend .el-menu .el-submenu__title.is-active:hover i,
#app .ocean.blend .el-menu .el-menu-item.is-active:hover i, #app .ocean.plain .el-menu .el-submenu__title.is-active:hover i,
#app .ocean.plain .el-menu .el-menu-item.is-active:hover i {
  color: #fff;
}
#app .ocean.classic .el-menu .nest-menu .el-submenu > .el-submenu__title:hover,
#app .ocean.classic .el-menu .el-menu-item:hover, #app .ocean.blend .el-menu .nest-menu .el-submenu > .el-submenu__title:hover,
#app .ocean.blend .el-menu .el-menu-item:hover, #app .ocean.plain .el-menu .nest-menu .el-submenu > .el-submenu__title:hover,
#app .ocean.plain .el-menu .el-menu-item:hover {
  color: #13C2C2;
}
#app .ocean.classic .main-menu .el-submenu__title.is-active,
#app .ocean.classic .main-menu .el-menu-item.is-active, #app .ocean.blend .main-menu .el-submenu__title.is-active,
#app .ocean.blend .main-menu .el-menu-item.is-active, #app .ocean.plain .main-menu .el-submenu__title.is-active,
#app .ocean.plain .main-menu .el-menu-item.is-active {
  background-color: #fff;
}
#app .ocean.classic .main-menu .el-submenu__title.is-active:hover,
#app .ocean.classic .main-menu .el-menu-item.is-active:hover, #app .ocean.blend .main-menu .el-submenu__title.is-active:hover,
#app .ocean.blend .main-menu .el-menu-item.is-active:hover, #app .ocean.plain .main-menu .el-submenu__title.is-active:hover,
#app .ocean.plain .main-menu .el-menu-item.is-active:hover {
  color: #13C2C2;
  background-color: #fff;
}
#app .ocean.classic .main-menu .el-submenu__title.is-active:hover i,
#app .ocean.classic .main-menu .el-menu-item.is-active:hover i, #app .ocean.blend .main-menu .el-submenu__title.is-active:hover i,
#app .ocean.blend .main-menu .el-menu-item.is-active:hover i, #app .ocean.plain .main-menu .el-submenu__title.is-active:hover i,
#app .ocean.plain .main-menu .el-menu-item.is-active:hover i {
  color: #13C2C2;
}
#app .ocean.classic .lightWhite .el-menu .el-submenu__title.is-active,
#app .ocean.classic .lightWhite .el-menu .el-menu-item.is-active, #app .ocean.blend .lightWhite .el-menu .el-submenu__title.is-active,
#app .ocean.blend .lightWhite .el-menu .el-menu-item.is-active, #app .ocean.plain .lightWhite .el-menu .el-submenu__title.is-active,
#app .ocean.plain .lightWhite .el-menu .el-menu-item.is-active {
  background-color: #13C2C2 !important;
}
#app .ocean.classic .lightWhite .main-menu .el-menu .el-submenu__title.is-active,
#app .ocean.classic .lightWhite .main-menu .el-menu .el-menu-item.is-active, #app .ocean.blend .lightWhite .main-menu .el-menu .el-submenu__title.is-active,
#app .ocean.blend .lightWhite .main-menu .el-menu .el-menu-item.is-active, #app .ocean.plain .lightWhite .main-menu .el-menu .el-submenu__title.is-active,
#app .ocean.plain .lightWhite .main-menu .el-menu .el-menu-item.is-active {
  background-color: #fff !important;
}

.ocean.classic.el-menu--vertical .el-submenu__title:hover,
.ocean.classic.el-menu--vertical .el-menu-item:hover, .ocean.blend.el-menu--vertical .el-submenu__title:hover,
.ocean.blend.el-menu--vertical .el-menu-item:hover, .ocean.plain.el-menu--vertical .el-submenu__title:hover,
.ocean.plain.el-menu--vertical .el-menu-item:hover {
  color: #13C2C2;
}
.ocean.classic.el-menu--vertical .el-submenu__title:hover i,
.ocean.classic.el-menu--vertical .el-menu-item:hover i, .ocean.blend.el-menu--vertical .el-submenu__title:hover i,
.ocean.blend.el-menu--vertical .el-menu-item:hover i, .ocean.plain.el-menu--vertical .el-submenu__title:hover i,
.ocean.plain.el-menu--vertical .el-menu-item:hover i {
  color: #13C2C2;
}
.ocean.classic.el-menu--vertical .el-submenu__title.is-active,
.ocean.classic.el-menu--vertical .el-menu-item.is-active, .ocean.blend.el-menu--vertical .el-submenu__title.is-active,
.ocean.blend.el-menu--vertical .el-menu-item.is-active, .ocean.plain.el-menu--vertical .el-submenu__title.is-active,
.ocean.plain.el-menu--vertical .el-menu-item.is-active {
  color: #fff;
  background-color: #13C2C2;
}
.ocean.classic.el-menu--vertical .el-submenu__title.is-active i,
.ocean.classic.el-menu--vertical .el-menu-item.is-active i, .ocean.blend.el-menu--vertical .el-submenu__title.is-active i,
.ocean.blend.el-menu--vertical .el-menu-item.is-active i, .ocean.plain.el-menu--vertical .el-submenu__title.is-active i,
.ocean.plain.el-menu--vertical .el-menu-item.is-active i {
  color: #fff;
}
.ocean.functional.el-menu--horizontal .el-menu .nest-menu .el-submenu.is-active .el-submenu__title, .ocean.blend.el-menu--horizontal .el-menu .nest-menu .el-submenu.is-active .el-submenu__title {
  color: #13C2C2;
}
.ocean.functional.el-menu--horizontal .el-menu .nest-menu .el-submenu.is-active .el-submenu__title i, .ocean.blend.el-menu--horizontal .el-menu .nest-menu .el-submenu.is-active .el-submenu__title i {
  color: #13C2C2;
}
.ocean.functional.el-menu--horizontal .el-menu .nest-menu .el-menu-item:hover,
.ocean.functional.el-menu--horizontal .el-menu .nest-menu .el-submenu__title:hover, .ocean.blend.el-menu--horizontal .el-menu .nest-menu .el-menu-item:hover,
.ocean.blend.el-menu--horizontal .el-menu .nest-menu .el-submenu__title:hover {
  color: #13C2C2;
}
.ocean.functional.el-menu--horizontal .el-menu .nest-menu .el-menu-item:hover i,
.ocean.functional.el-menu--horizontal .el-menu .nest-menu .el-submenu__title:hover i, .ocean.blend.el-menu--horizontal .el-menu .nest-menu .el-menu-item:hover i,
.ocean.blend.el-menu--horizontal .el-menu .nest-menu .el-submenu__title:hover i {
  color: #13C2C2;
}
.ocean.functional.el-menu--horizontal .el-menu .nest-menu .el-menu-item.is-active,
.ocean.functional.el-menu--horizontal .el-menu .nest-menu .el-submenu__title.is-active, .ocean.blend.el-menu--horizontal .el-menu .nest-menu .el-menu-item.is-active,
.ocean.blend.el-menu--horizontal .el-menu .nest-menu .el-submenu__title.is-active {
  color: #13C2C2 !important;
}
.ocean.functional.el-menu--horizontal .el-menu .nest-menu .el-menu-item.is-active i,
.ocean.functional.el-menu--horizontal .el-menu .nest-menu .el-submenu__title.is-active i, .ocean.blend.el-menu--horizontal .el-menu .nest-menu .el-menu-item.is-active i,
.ocean.blend.el-menu--horizontal .el-menu .nest-menu .el-submenu__title.is-active i {
  color: #13C2C2 !important;
}
.ocean.SNOWS-select-tree .el-tree.single .is-current > .el-tree-node__content .custom-tree-node {
  color: #13C2C2;
}

#app .green.classic .navbar.lightWhite, #app .green.plain .navbar.lightWhite {
  background-image: -webkit-gradient(linear, left top, right top, from(#2f6741), to(#5BDECC));
  background-image: linear-gradient(to right, #2f6741, #5BDECC);
}
#app .green.classic .lightWhite .navbar-platform, #app .green.plain .lightWhite .navbar-platform {
  color: #fff;
}
#app .green.classic .lightWhite .sidebar-logo-container, #app .green.plain .lightWhite .sidebar-logo-container {
  background: #2f6741 !important;
}
#app .green.blend .navbar.dark .el-tabs__item.is-active {
  color: #2f6741 !important;
}
#app .green .com-hover:hover {
  color: #2f6741;
}
#app .green .todo-box .todo-box-body .item:hover .text .name {
  color: #2f6741;
}
#app .green .tags-view-container .tags-view-wrapper .tags-view-item.active {
  color: #2f6741;
}
#app .green .tags-view-container .tags-view-wrapper .tags-view-item:hover {
  color: #2f6741;
}
#app .green .SNOWS-Portal .el-main .layout-area .vue-grid-item.active-item {
  border: 1px solid #2f6741;
}
#app .green .SNOWS-Portal .el-main .layout-area .vue-grid-item.vue-grid-placeholder {
  background: #2f6741;
}
#app .green .SNOWS-Portal .el-main .layout-area .vue-grid-item .drawing-item-copy {
  border-color: #2f6741;
  color: #2f6741;
}
#app .green .SNOWS-Portal .el-main .layout-area .vue-grid-item .drawing-item-copy:hover {
  background: #2f6741;
  color: #fff;
}
#app .green .drawing-board .drawing-row-item.active-from-item {
  border: 1px solid #2f6741;
}
#app .green .drawing-board .active-from-item > .component-name {
  color: #2f6741;
}
#app .green .drawing-board .active-from-item > .el-form-item {
  border: 1px solid #2f6741;
}
#app .green .drawing-board .drawing-item > .drawing-item-copy,
#app .green .drawing-board .drawing-row-item > .drawing-item-copy {
  border-color: #2f6741;
  color: #2f6741;
}
#app .green .drawing-board .drawing-item > .drawing-item-copy:hover,
#app .green .drawing-board .drawing-row-item > .drawing-item-copy:hover {
  background: #2f6741;
  color: #fff;
}
#app .green .drawing-board .sortable-ghost::before {
  background: #2f6741;
}
#app .green .left-board .logo {
  color: #2f6741;
}
#app .green .components-body:hover {
  border: 1px dashed #2f6741;
  color: #2f6741;
}
#app .green .components-body:hover i {
  color: #2f6741;
}
#app .green .board .main .item .item-list .item-list-item.active i {
  color: #2f6741;
}
#app .green .navbar .top-menu .el-menu .el-submenu:hover .el-submenu__title {
  color: #2f6741;
}
#app .green .navbar .top-menu .el-menu .el-submenu:hover .el-submenu__title i {
  color: #2f6741;
}
#app .green .navbar .top-menu .el-menu .el-submenu.is-active .el-submenu__title {
  color: #2f6741;
}
#app .green .navbar .top-menu .el-menu .el-submenu.is-active .el-submenu__title i {
  color: #2f6741;
}
#app .green .navbar .top-menu .el-menu .el-menu-item.is-active,
#app .green .navbar .top-menu .el-menu .el-submenu__title.is-active {
  color: #2f6741;
}
#app .green .navbar .top-menu .el-menu .el-menu-item.is-active i,
#app .green .navbar .top-menu .el-menu .el-submenu__title.is-active i {
  color: #2f6741;
}
#app .green .navbar .top-menu .el-menu .el-menu-item:hover,
#app .green .navbar .top-menu .el-menu .el-submenu__title:hover {
  color: #2f6741;
}
#app .green .navbar .top-menu .el-menu .el-menu-item:hover i,
#app .green .navbar .top-menu .el-menu .el-submenu__title:hover i {
  color: #2f6741;
}
#app .green .setting.drawer-container .nav_items li .imgItems .icon-checked {
  border-color: #2f6741;
  border-left: 10px solid transparent;
  border-top: 10px solid transparent;
}
#app .green .icons-container .icon-item:hover {
  border-color: #2f6741;
}
#app .green .columnDesign-container .typeList .item .item-img.checked {
  border: 1px solid #2f6741;
}
#app .green .columnDesign-container .typeList .item .item-img .icon-checked {
  border: 12px solid #2f6741;
  border-left: 12px solid transparent;
  border-top: 12px solid transparent;
}
#app .green .user-form .avatar-uploader .el-upload:hover {
  border-color: #2f6741;
}
#app .green.classic .el-menu .el-submenu__title:hover,
#app .green.classic .el-menu .el-menu-item:hover, #app .green.blend .el-menu .el-submenu__title:hover,
#app .green.blend .el-menu .el-menu-item:hover, #app .green.plain .el-menu .el-submenu__title:hover,
#app .green.plain .el-menu .el-menu-item:hover {
  color: #2f6741;
}
#app .green.classic .el-menu .el-submenu__title:hover i,
#app .green.classic .el-menu .el-menu-item:hover i, #app .green.blend .el-menu .el-submenu__title:hover i,
#app .green.blend .el-menu .el-menu-item:hover i, #app .green.plain .el-menu .el-submenu__title:hover i,
#app .green.plain .el-menu .el-menu-item:hover i {
  color: #2f6741;
}
#app .green.classic .el-menu .el-submenu__title.is-active,
#app .green.classic .el-menu .el-menu-item.is-active, #app .green.blend .el-menu .el-submenu__title.is-active,
#app .green.blend .el-menu .el-menu-item.is-active, #app .green.plain .el-menu .el-submenu__title.is-active,
#app .green.plain .el-menu .el-menu-item.is-active {
  background-color: #2f6741;
}
#app .green.classic .el-menu .el-submenu__title.is-active:hover,
#app .green.classic .el-menu .el-menu-item.is-active:hover, #app .green.blend .el-menu .el-submenu__title.is-active:hover,
#app .green.blend .el-menu .el-menu-item.is-active:hover, #app .green.plain .el-menu .el-submenu__title.is-active:hover,
#app .green.plain .el-menu .el-menu-item.is-active:hover {
  color: #fff;
  background-color: #2f6741;
}
#app .green.classic .el-menu .el-submenu__title.is-active:hover i,
#app .green.classic .el-menu .el-menu-item.is-active:hover i, #app .green.blend .el-menu .el-submenu__title.is-active:hover i,
#app .green.blend .el-menu .el-menu-item.is-active:hover i, #app .green.plain .el-menu .el-submenu__title.is-active:hover i,
#app .green.plain .el-menu .el-menu-item.is-active:hover i {
  color: #fff;
}
#app .green.classic .el-menu .nest-menu .el-submenu > .el-submenu__title:hover,
#app .green.classic .el-menu .el-menu-item:hover, #app .green.blend .el-menu .nest-menu .el-submenu > .el-submenu__title:hover,
#app .green.blend .el-menu .el-menu-item:hover, #app .green.plain .el-menu .nest-menu .el-submenu > .el-submenu__title:hover,
#app .green.plain .el-menu .el-menu-item:hover {
  color: #2f6741;
}
#app .green.classic .main-menu .el-submenu__title.is-active,
#app .green.classic .main-menu .el-menu-item.is-active, #app .green.blend .main-menu .el-submenu__title.is-active,
#app .green.blend .main-menu .el-menu-item.is-active, #app .green.plain .main-menu .el-submenu__title.is-active,
#app .green.plain .main-menu .el-menu-item.is-active {
  background-color: #fff;
}
#app .green.classic .main-menu .el-submenu__title.is-active:hover,
#app .green.classic .main-menu .el-menu-item.is-active:hover, #app .green.blend .main-menu .el-submenu__title.is-active:hover,
#app .green.blend .main-menu .el-menu-item.is-active:hover, #app .green.plain .main-menu .el-submenu__title.is-active:hover,
#app .green.plain .main-menu .el-menu-item.is-active:hover {
  color: #2f6741;
  background-color: #fff;
}
#app .green.classic .main-menu .el-submenu__title.is-active:hover i,
#app .green.classic .main-menu .el-menu-item.is-active:hover i, #app .green.blend .main-menu .el-submenu__title.is-active:hover i,
#app .green.blend .main-menu .el-menu-item.is-active:hover i, #app .green.plain .main-menu .el-submenu__title.is-active:hover i,
#app .green.plain .main-menu .el-menu-item.is-active:hover i {
  color: #2f6741;
}
#app .green.classic .lightWhite .el-menu .el-submenu__title.is-active,
#app .green.classic .lightWhite .el-menu .el-menu-item.is-active, #app .green.blend .lightWhite .el-menu .el-submenu__title.is-active,
#app .green.blend .lightWhite .el-menu .el-menu-item.is-active, #app .green.plain .lightWhite .el-menu .el-submenu__title.is-active,
#app .green.plain .lightWhite .el-menu .el-menu-item.is-active {
  background-color: #2f6741 !important;
}
#app .green.classic .lightWhite .main-menu .el-menu .el-submenu__title.is-active,
#app .green.classic .lightWhite .main-menu .el-menu .el-menu-item.is-active, #app .green.blend .lightWhite .main-menu .el-menu .el-submenu__title.is-active,
#app .green.blend .lightWhite .main-menu .el-menu .el-menu-item.is-active, #app .green.plain .lightWhite .main-menu .el-menu .el-submenu__title.is-active,
#app .green.plain .lightWhite .main-menu .el-menu .el-menu-item.is-active {
  background-color: #fff !important;
}

.green.classic.el-menu--vertical .el-submenu__title:hover,
.green.classic.el-menu--vertical .el-menu-item:hover, .green.blend.el-menu--vertical .el-submenu__title:hover,
.green.blend.el-menu--vertical .el-menu-item:hover, .green.plain.el-menu--vertical .el-submenu__title:hover,
.green.plain.el-menu--vertical .el-menu-item:hover {
  color: #2f6741;
}
.green.classic.el-menu--vertical .el-submenu__title:hover i,
.green.classic.el-menu--vertical .el-menu-item:hover i, .green.blend.el-menu--vertical .el-submenu__title:hover i,
.green.blend.el-menu--vertical .el-menu-item:hover i, .green.plain.el-menu--vertical .el-submenu__title:hover i,
.green.plain.el-menu--vertical .el-menu-item:hover i {
  color: #2f6741;
}
.green.classic.el-menu--vertical .el-submenu__title.is-active,
.green.classic.el-menu--vertical .el-menu-item.is-active, .green.blend.el-menu--vertical .el-submenu__title.is-active,
.green.blend.el-menu--vertical .el-menu-item.is-active, .green.plain.el-menu--vertical .el-submenu__title.is-active,
.green.plain.el-menu--vertical .el-menu-item.is-active {
  color: #fff;
  background-color: #2f6741;
}
.green.classic.el-menu--vertical .el-submenu__title.is-active i,
.green.classic.el-menu--vertical .el-menu-item.is-active i, .green.blend.el-menu--vertical .el-submenu__title.is-active i,
.green.blend.el-menu--vertical .el-menu-item.is-active i, .green.plain.el-menu--vertical .el-submenu__title.is-active i,
.green.plain.el-menu--vertical .el-menu-item.is-active i {
  color: #fff;
}
.green.functional.el-menu--horizontal .el-menu .nest-menu .el-submenu.is-active .el-submenu__title, .green.blend.el-menu--horizontal .el-menu .nest-menu .el-submenu.is-active .el-submenu__title {
  color: #2f6741;
}
.green.functional.el-menu--horizontal .el-menu .nest-menu .el-submenu.is-active .el-submenu__title i, .green.blend.el-menu--horizontal .el-menu .nest-menu .el-submenu.is-active .el-submenu__title i {
  color: #2f6741;
}
.green.functional.el-menu--horizontal .el-menu .nest-menu .el-menu-item:hover,
.green.functional.el-menu--horizontal .el-menu .nest-menu .el-submenu__title:hover, .green.blend.el-menu--horizontal .el-menu .nest-menu .el-menu-item:hover,
.green.blend.el-menu--horizontal .el-menu .nest-menu .el-submenu__title:hover {
  color: #2f6741;
}
.green.functional.el-menu--horizontal .el-menu .nest-menu .el-menu-item:hover i,
.green.functional.el-menu--horizontal .el-menu .nest-menu .el-submenu__title:hover i, .green.blend.el-menu--horizontal .el-menu .nest-menu .el-menu-item:hover i,
.green.blend.el-menu--horizontal .el-menu .nest-menu .el-submenu__title:hover i {
  color: #2f6741;
}
.green.functional.el-menu--horizontal .el-menu .nest-menu .el-menu-item.is-active,
.green.functional.el-menu--horizontal .el-menu .nest-menu .el-submenu__title.is-active, .green.blend.el-menu--horizontal .el-menu .nest-menu .el-menu-item.is-active,
.green.blend.el-menu--horizontal .el-menu .nest-menu .el-submenu__title.is-active {
  color: #2f6741 !important;
}
.green.functional.el-menu--horizontal .el-menu .nest-menu .el-menu-item.is-active i,
.green.functional.el-menu--horizontal .el-menu .nest-menu .el-submenu__title.is-active i, .green.blend.el-menu--horizontal .el-menu .nest-menu .el-menu-item.is-active i,
.green.blend.el-menu--horizontal .el-menu .nest-menu .el-submenu__title.is-active i {
  color: #2f6741 !important;
}
.green.SNOWS-select-tree .el-tree.single .is-current > .el-tree-node__content .custom-tree-node {
  color: #2f6741;
}

#app .yellow.classic .navbar.lightWhite, #app .yellow.plain .navbar.lightWhite {
  background-image: -webkit-gradient(linear, left top, right top, from(#F8BC18), to(#FF9C1C));
  background-image: linear-gradient(to right, #F8BC18, #FF9C1C);
}
#app .yellow.classic .lightWhite .navbar-platform, #app .yellow.plain .lightWhite .navbar-platform {
  color: #fff;
}
#app .yellow.classic .lightWhite .sidebar-logo-container, #app .yellow.plain .lightWhite .sidebar-logo-container {
  background: #F8BC18 !important;
}
#app .yellow.blend .navbar.dark .el-tabs__item.is-active {
  color: #F8BC18 !important;
}
#app .yellow .com-hover:hover {
  color: #F8BC18;
}
#app .yellow .todo-box .todo-box-body .item:hover .text .name {
  color: #F8BC18;
}
#app .yellow .tags-view-container .tags-view-wrapper .tags-view-item.active {
  color: #F8BC18;
}
#app .yellow .tags-view-container .tags-view-wrapper .tags-view-item:hover {
  color: #F8BC18;
}
#app .yellow .SNOWS-Portal .el-main .layout-area .vue-grid-item.active-item {
  border: 1px solid #F8BC18;
}
#app .yellow .SNOWS-Portal .el-main .layout-area .vue-grid-item.vue-grid-placeholder {
  background: #F8BC18;
}
#app .yellow .SNOWS-Portal .el-main .layout-area .vue-grid-item .drawing-item-copy {
  border-color: #F8BC18;
  color: #F8BC18;
}
#app .yellow .SNOWS-Portal .el-main .layout-area .vue-grid-item .drawing-item-copy:hover {
  background: #F8BC18;
  color: #fff;
}
#app .yellow .drawing-board .drawing-row-item.active-from-item {
  border: 1px solid #F8BC18;
}
#app .yellow .drawing-board .active-from-item > .component-name {
  color: #F8BC18;
}
#app .yellow .drawing-board .active-from-item > .el-form-item {
  border: 1px solid #F8BC18;
}
#app .yellow .drawing-board .drawing-item > .drawing-item-copy,
#app .yellow .drawing-board .drawing-row-item > .drawing-item-copy {
  border-color: #F8BC18;
  color: #F8BC18;
}
#app .yellow .drawing-board .drawing-item > .drawing-item-copy:hover,
#app .yellow .drawing-board .drawing-row-item > .drawing-item-copy:hover {
  background: #F8BC18;
  color: #fff;
}
#app .yellow .drawing-board .sortable-ghost::before {
  background: #F8BC18;
}
#app .yellow .left-board .logo {
  color: #F8BC18;
}
#app .yellow .components-body:hover {
  border: 1px dashed #F8BC18;
  color: #F8BC18;
}
#app .yellow .components-body:hover i {
  color: #F8BC18;
}
#app .yellow .board .main .item .item-list .item-list-item.active i {
  color: #F8BC18;
}
#app .yellow .navbar .top-menu .el-menu .el-submenu:hover .el-submenu__title {
  color: #F8BC18;
}
#app .yellow .navbar .top-menu .el-menu .el-submenu:hover .el-submenu__title i {
  color: #F8BC18;
}
#app .yellow .navbar .top-menu .el-menu .el-submenu.is-active .el-submenu__title {
  color: #F8BC18;
}
#app .yellow .navbar .top-menu .el-menu .el-submenu.is-active .el-submenu__title i {
  color: #F8BC18;
}
#app .yellow .navbar .top-menu .el-menu .el-menu-item.is-active,
#app .yellow .navbar .top-menu .el-menu .el-submenu__title.is-active {
  color: #F8BC18;
}
#app .yellow .navbar .top-menu .el-menu .el-menu-item.is-active i,
#app .yellow .navbar .top-menu .el-menu .el-submenu__title.is-active i {
  color: #F8BC18;
}
#app .yellow .navbar .top-menu .el-menu .el-menu-item:hover,
#app .yellow .navbar .top-menu .el-menu .el-submenu__title:hover {
  color: #F8BC18;
}
#app .yellow .navbar .top-menu .el-menu .el-menu-item:hover i,
#app .yellow .navbar .top-menu .el-menu .el-submenu__title:hover i {
  color: #F8BC18;
}
#app .yellow .setting.drawer-container .nav_items li .imgItems .icon-checked {
  border-color: #F8BC18;
  border-left: 10px solid transparent;
  border-top: 10px solid transparent;
}
#app .yellow .icons-container .icon-item:hover {
  border-color: #F8BC18;
}
#app .yellow .columnDesign-container .typeList .item .item-img.checked {
  border: 1px solid #F8BC18;
}
#app .yellow .columnDesign-container .typeList .item .item-img .icon-checked {
  border: 12px solid #F8BC18;
  border-left: 12px solid transparent;
  border-top: 12px solid transparent;
}
#app .yellow .user-form .avatar-uploader .el-upload:hover {
  border-color: #F8BC18;
}
#app .yellow.classic .el-menu .el-submenu__title:hover,
#app .yellow.classic .el-menu .el-menu-item:hover, #app .yellow.blend .el-menu .el-submenu__title:hover,
#app .yellow.blend .el-menu .el-menu-item:hover, #app .yellow.plain .el-menu .el-submenu__title:hover,
#app .yellow.plain .el-menu .el-menu-item:hover {
  color: #F8BC18;
}
#app .yellow.classic .el-menu .el-submenu__title:hover i,
#app .yellow.classic .el-menu .el-menu-item:hover i, #app .yellow.blend .el-menu .el-submenu__title:hover i,
#app .yellow.blend .el-menu .el-menu-item:hover i, #app .yellow.plain .el-menu .el-submenu__title:hover i,
#app .yellow.plain .el-menu .el-menu-item:hover i {
  color: #F8BC18;
}
#app .yellow.classic .el-menu .el-submenu__title.is-active,
#app .yellow.classic .el-menu .el-menu-item.is-active, #app .yellow.blend .el-menu .el-submenu__title.is-active,
#app .yellow.blend .el-menu .el-menu-item.is-active, #app .yellow.plain .el-menu .el-submenu__title.is-active,
#app .yellow.plain .el-menu .el-menu-item.is-active {
  background-color: #F8BC18;
}
#app .yellow.classic .el-menu .el-submenu__title.is-active:hover,
#app .yellow.classic .el-menu .el-menu-item.is-active:hover, #app .yellow.blend .el-menu .el-submenu__title.is-active:hover,
#app .yellow.blend .el-menu .el-menu-item.is-active:hover, #app .yellow.plain .el-menu .el-submenu__title.is-active:hover,
#app .yellow.plain .el-menu .el-menu-item.is-active:hover {
  color: #fff;
  background-color: #F8BC18;
}
#app .yellow.classic .el-menu .el-submenu__title.is-active:hover i,
#app .yellow.classic .el-menu .el-menu-item.is-active:hover i, #app .yellow.blend .el-menu .el-submenu__title.is-active:hover i,
#app .yellow.blend .el-menu .el-menu-item.is-active:hover i, #app .yellow.plain .el-menu .el-submenu__title.is-active:hover i,
#app .yellow.plain .el-menu .el-menu-item.is-active:hover i {
  color: #fff;
}
#app .yellow.classic .el-menu .nest-menu .el-submenu > .el-submenu__title:hover,
#app .yellow.classic .el-menu .el-menu-item:hover, #app .yellow.blend .el-menu .nest-menu .el-submenu > .el-submenu__title:hover,
#app .yellow.blend .el-menu .el-menu-item:hover, #app .yellow.plain .el-menu .nest-menu .el-submenu > .el-submenu__title:hover,
#app .yellow.plain .el-menu .el-menu-item:hover {
  color: #F8BC18;
}
#app .yellow.classic .main-menu .el-submenu__title.is-active,
#app .yellow.classic .main-menu .el-menu-item.is-active, #app .yellow.blend .main-menu .el-submenu__title.is-active,
#app .yellow.blend .main-menu .el-menu-item.is-active, #app .yellow.plain .main-menu .el-submenu__title.is-active,
#app .yellow.plain .main-menu .el-menu-item.is-active {
  background-color: #fff;
}
#app .yellow.classic .main-menu .el-submenu__title.is-active:hover,
#app .yellow.classic .main-menu .el-menu-item.is-active:hover, #app .yellow.blend .main-menu .el-submenu__title.is-active:hover,
#app .yellow.blend .main-menu .el-menu-item.is-active:hover, #app .yellow.plain .main-menu .el-submenu__title.is-active:hover,
#app .yellow.plain .main-menu .el-menu-item.is-active:hover {
  color: #F8BC18;
  background-color: #fff;
}
#app .yellow.classic .main-menu .el-submenu__title.is-active:hover i,
#app .yellow.classic .main-menu .el-menu-item.is-active:hover i, #app .yellow.blend .main-menu .el-submenu__title.is-active:hover i,
#app .yellow.blend .main-menu .el-menu-item.is-active:hover i, #app .yellow.plain .main-menu .el-submenu__title.is-active:hover i,
#app .yellow.plain .main-menu .el-menu-item.is-active:hover i {
  color: #F8BC18;
}
#app .yellow.classic .lightWhite .el-menu .el-submenu__title.is-active,
#app .yellow.classic .lightWhite .el-menu .el-menu-item.is-active, #app .yellow.blend .lightWhite .el-menu .el-submenu__title.is-active,
#app .yellow.blend .lightWhite .el-menu .el-menu-item.is-active, #app .yellow.plain .lightWhite .el-menu .el-submenu__title.is-active,
#app .yellow.plain .lightWhite .el-menu .el-menu-item.is-active {
  background-color: #F8BC18 !important;
}
#app .yellow.classic .lightWhite .main-menu .el-menu .el-submenu__title.is-active,
#app .yellow.classic .lightWhite .main-menu .el-menu .el-menu-item.is-active, #app .yellow.blend .lightWhite .main-menu .el-menu .el-submenu__title.is-active,
#app .yellow.blend .lightWhite .main-menu .el-menu .el-menu-item.is-active, #app .yellow.plain .lightWhite .main-menu .el-menu .el-submenu__title.is-active,
#app .yellow.plain .lightWhite .main-menu .el-menu .el-menu-item.is-active {
  background-color: #fff !important;
}

.yellow.classic.el-menu--vertical .el-submenu__title:hover,
.yellow.classic.el-menu--vertical .el-menu-item:hover, .yellow.blend.el-menu--vertical .el-submenu__title:hover,
.yellow.blend.el-menu--vertical .el-menu-item:hover, .yellow.plain.el-menu--vertical .el-submenu__title:hover,
.yellow.plain.el-menu--vertical .el-menu-item:hover {
  color: #F8BC18;
}
.yellow.classic.el-menu--vertical .el-submenu__title:hover i,
.yellow.classic.el-menu--vertical .el-menu-item:hover i, .yellow.blend.el-menu--vertical .el-submenu__title:hover i,
.yellow.blend.el-menu--vertical .el-menu-item:hover i, .yellow.plain.el-menu--vertical .el-submenu__title:hover i,
.yellow.plain.el-menu--vertical .el-menu-item:hover i {
  color: #F8BC18;
}
.yellow.classic.el-menu--vertical .el-submenu__title.is-active,
.yellow.classic.el-menu--vertical .el-menu-item.is-active, .yellow.blend.el-menu--vertical .el-submenu__title.is-active,
.yellow.blend.el-menu--vertical .el-menu-item.is-active, .yellow.plain.el-menu--vertical .el-submenu__title.is-active,
.yellow.plain.el-menu--vertical .el-menu-item.is-active {
  color: #fff;
  background-color: #F8BC18;
}
.yellow.classic.el-menu--vertical .el-submenu__title.is-active i,
.yellow.classic.el-menu--vertical .el-menu-item.is-active i, .yellow.blend.el-menu--vertical .el-submenu__title.is-active i,
.yellow.blend.el-menu--vertical .el-menu-item.is-active i, .yellow.plain.el-menu--vertical .el-submenu__title.is-active i,
.yellow.plain.el-menu--vertical .el-menu-item.is-active i {
  color: #fff;
}
.yellow.functional.el-menu--horizontal .el-menu .nest-menu .el-submenu.is-active .el-submenu__title, .yellow.blend.el-menu--horizontal .el-menu .nest-menu .el-submenu.is-active .el-submenu__title {
  color: #F8BC18;
}
.yellow.functional.el-menu--horizontal .el-menu .nest-menu .el-submenu.is-active .el-submenu__title i, .yellow.blend.el-menu--horizontal .el-menu .nest-menu .el-submenu.is-active .el-submenu__title i {
  color: #F8BC18;
}
.yellow.functional.el-menu--horizontal .el-menu .nest-menu .el-menu-item:hover,
.yellow.functional.el-menu--horizontal .el-menu .nest-menu .el-submenu__title:hover, .yellow.blend.el-menu--horizontal .el-menu .nest-menu .el-menu-item:hover,
.yellow.blend.el-menu--horizontal .el-menu .nest-menu .el-submenu__title:hover {
  color: #F8BC18;
}
.yellow.functional.el-menu--horizontal .el-menu .nest-menu .el-menu-item:hover i,
.yellow.functional.el-menu--horizontal .el-menu .nest-menu .el-submenu__title:hover i, .yellow.blend.el-menu--horizontal .el-menu .nest-menu .el-menu-item:hover i,
.yellow.blend.el-menu--horizontal .el-menu .nest-menu .el-submenu__title:hover i {
  color: #F8BC18;
}
.yellow.functional.el-menu--horizontal .el-menu .nest-menu .el-menu-item.is-active,
.yellow.functional.el-menu--horizontal .el-menu .nest-menu .el-submenu__title.is-active, .yellow.blend.el-menu--horizontal .el-menu .nest-menu .el-menu-item.is-active,
.yellow.blend.el-menu--horizontal .el-menu .nest-menu .el-submenu__title.is-active {
  color: #F8BC18 !important;
}
.yellow.functional.el-menu--horizontal .el-menu .nest-menu .el-menu-item.is-active i,
.yellow.functional.el-menu--horizontal .el-menu .nest-menu .el-submenu__title.is-active i, .yellow.blend.el-menu--horizontal .el-menu .nest-menu .el-menu-item.is-active i,
.yellow.blend.el-menu--horizontal .el-menu .nest-menu .el-submenu__title.is-active i {
  color: #F8BC18 !important;
}
.yellow.SNOWS-select-tree .el-tree.single .is-current > .el-tree-node__content .custom-tree-node {
  color: #F8BC18;
}

#app .orange.classic .navbar.lightWhite, #app .orange.plain .navbar.lightWhite {
  background-image: -webkit-gradient(linear, left top, right top, from(#F5811C), to(#FEB814));
  background-image: linear-gradient(to right, #F5811C, #FEB814);
}
#app .orange.classic .lightWhite .navbar-platform, #app .orange.plain .lightWhite .navbar-platform {
  color: #fff;
}
#app .orange.classic .lightWhite .sidebar-logo-container, #app .orange.plain .lightWhite .sidebar-logo-container {
  background: #F5811C !important;
}
#app .orange.blend .navbar.dark .el-tabs__item.is-active {
  color: #F5811C !important;
}
#app .orange .com-hover:hover {
  color: #F5811C;
}
#app .orange .todo-box .todo-box-body .item:hover .text .name {
  color: #F5811C;
}
#app .orange .tags-view-container .tags-view-wrapper .tags-view-item.active {
  color: #F5811C;
}
#app .orange .tags-view-container .tags-view-wrapper .tags-view-item:hover {
  color: #F5811C;
}
#app .orange .SNOWS-Portal .el-main .layout-area .vue-grid-item.active-item {
  border: 1px solid #F5811C;
}
#app .orange .SNOWS-Portal .el-main .layout-area .vue-grid-item.vue-grid-placeholder {
  background: #F5811C;
}
#app .orange .SNOWS-Portal .el-main .layout-area .vue-grid-item .drawing-item-copy {
  border-color: #F5811C;
  color: #F5811C;
}
#app .orange .SNOWS-Portal .el-main .layout-area .vue-grid-item .drawing-item-copy:hover {
  background: #F5811C;
  color: #fff;
}
#app .orange .drawing-board .drawing-row-item.active-from-item {
  border: 1px solid #F5811C;
}
#app .orange .drawing-board .active-from-item > .component-name {
  color: #F5811C;
}
#app .orange .drawing-board .active-from-item > .el-form-item {
  border: 1px solid #F5811C;
}
#app .orange .drawing-board .drawing-item > .drawing-item-copy,
#app .orange .drawing-board .drawing-row-item > .drawing-item-copy {
  border-color: #F5811C;
  color: #F5811C;
}
#app .orange .drawing-board .drawing-item > .drawing-item-copy:hover,
#app .orange .drawing-board .drawing-row-item > .drawing-item-copy:hover {
  background: #F5811C;
  color: #fff;
}
#app .orange .drawing-board .sortable-ghost::before {
  background: #F5811C;
}
#app .orange .left-board .logo {
  color: #F5811C;
}
#app .orange .components-body:hover {
  border: 1px dashed #F5811C;
  color: #F5811C;
}
#app .orange .components-body:hover i {
  color: #F5811C;
}
#app .orange .board .main .item .item-list .item-list-item.active i {
  color: #F5811C;
}
#app .orange .navbar .top-menu .el-menu .el-submenu:hover .el-submenu__title {
  color: #F5811C;
}
#app .orange .navbar .top-menu .el-menu .el-submenu:hover .el-submenu__title i {
  color: #F5811C;
}
#app .orange .navbar .top-menu .el-menu .el-submenu.is-active .el-submenu__title {
  color: #F5811C;
}
#app .orange .navbar .top-menu .el-menu .el-submenu.is-active .el-submenu__title i {
  color: #F5811C;
}
#app .orange .navbar .top-menu .el-menu .el-menu-item.is-active,
#app .orange .navbar .top-menu .el-menu .el-submenu__title.is-active {
  color: #F5811C;
}
#app .orange .navbar .top-menu .el-menu .el-menu-item.is-active i,
#app .orange .navbar .top-menu .el-menu .el-submenu__title.is-active i {
  color: #F5811C;
}
#app .orange .navbar .top-menu .el-menu .el-menu-item:hover,
#app .orange .navbar .top-menu .el-menu .el-submenu__title:hover {
  color: #F5811C;
}
#app .orange .navbar .top-menu .el-menu .el-menu-item:hover i,
#app .orange .navbar .top-menu .el-menu .el-submenu__title:hover i {
  color: #F5811C;
}
#app .orange .setting.drawer-container .nav_items li .imgItems .icon-checked {
  border-color: #F5811C;
  border-left: 10px solid transparent;
  border-top: 10px solid transparent;
}
#app .orange .icons-container .icon-item:hover {
  border-color: #F5811C;
}
#app .orange .columnDesign-container .typeList .item .item-img.checked {
  border: 1px solid #F5811C;
}
#app .orange .columnDesign-container .typeList .item .item-img .icon-checked {
  border: 12px solid #F5811C;
  border-left: 12px solid transparent;
  border-top: 12px solid transparent;
}
#app .orange .user-form .avatar-uploader .el-upload:hover {
  border-color: #F5811C;
}
#app .orange.classic .el-menu .el-submenu__title:hover,
#app .orange.classic .el-menu .el-menu-item:hover, #app .orange.blend .el-menu .el-submenu__title:hover,
#app .orange.blend .el-menu .el-menu-item:hover, #app .orange.plain .el-menu .el-submenu__title:hover,
#app .orange.plain .el-menu .el-menu-item:hover {
  color: #F5811C;
}
#app .orange.classic .el-menu .el-submenu__title:hover i,
#app .orange.classic .el-menu .el-menu-item:hover i, #app .orange.blend .el-menu .el-submenu__title:hover i,
#app .orange.blend .el-menu .el-menu-item:hover i, #app .orange.plain .el-menu .el-submenu__title:hover i,
#app .orange.plain .el-menu .el-menu-item:hover i {
  color: #F5811C;
}
#app .orange.classic .el-menu .el-submenu__title.is-active,
#app .orange.classic .el-menu .el-menu-item.is-active, #app .orange.blend .el-menu .el-submenu__title.is-active,
#app .orange.blend .el-menu .el-menu-item.is-active, #app .orange.plain .el-menu .el-submenu__title.is-active,
#app .orange.plain .el-menu .el-menu-item.is-active {
  background-color: #F5811C;
}
#app .orange.classic .el-menu .el-submenu__title.is-active:hover,
#app .orange.classic .el-menu .el-menu-item.is-active:hover, #app .orange.blend .el-menu .el-submenu__title.is-active:hover,
#app .orange.blend .el-menu .el-menu-item.is-active:hover, #app .orange.plain .el-menu .el-submenu__title.is-active:hover,
#app .orange.plain .el-menu .el-menu-item.is-active:hover {
  color: #fff;
  background-color: #F5811C;
}
#app .orange.classic .el-menu .el-submenu__title.is-active:hover i,
#app .orange.classic .el-menu .el-menu-item.is-active:hover i, #app .orange.blend .el-menu .el-submenu__title.is-active:hover i,
#app .orange.blend .el-menu .el-menu-item.is-active:hover i, #app .orange.plain .el-menu .el-submenu__title.is-active:hover i,
#app .orange.plain .el-menu .el-menu-item.is-active:hover i {
  color: #fff;
}
#app .orange.classic .el-menu .nest-menu .el-submenu > .el-submenu__title:hover,
#app .orange.classic .el-menu .el-menu-item:hover, #app .orange.blend .el-menu .nest-menu .el-submenu > .el-submenu__title:hover,
#app .orange.blend .el-menu .el-menu-item:hover, #app .orange.plain .el-menu .nest-menu .el-submenu > .el-submenu__title:hover,
#app .orange.plain .el-menu .el-menu-item:hover {
  color: #F5811C;
}
#app .orange.classic .main-menu .el-submenu__title.is-active,
#app .orange.classic .main-menu .el-menu-item.is-active, #app .orange.blend .main-menu .el-submenu__title.is-active,
#app .orange.blend .main-menu .el-menu-item.is-active, #app .orange.plain .main-menu .el-submenu__title.is-active,
#app .orange.plain .main-menu .el-menu-item.is-active {
  background-color: #fff;
}
#app .orange.classic .main-menu .el-submenu__title.is-active:hover,
#app .orange.classic .main-menu .el-menu-item.is-active:hover, #app .orange.blend .main-menu .el-submenu__title.is-active:hover,
#app .orange.blend .main-menu .el-menu-item.is-active:hover, #app .orange.plain .main-menu .el-submenu__title.is-active:hover,
#app .orange.plain .main-menu .el-menu-item.is-active:hover {
  color: #F5811C;
  background-color: #fff;
}
#app .orange.classic .main-menu .el-submenu__title.is-active:hover i,
#app .orange.classic .main-menu .el-menu-item.is-active:hover i, #app .orange.blend .main-menu .el-submenu__title.is-active:hover i,
#app .orange.blend .main-menu .el-menu-item.is-active:hover i, #app .orange.plain .main-menu .el-submenu__title.is-active:hover i,
#app .orange.plain .main-menu .el-menu-item.is-active:hover i {
  color: #F5811C;
}
#app .orange.classic .lightWhite .el-menu .el-submenu__title.is-active,
#app .orange.classic .lightWhite .el-menu .el-menu-item.is-active, #app .orange.blend .lightWhite .el-menu .el-submenu__title.is-active,
#app .orange.blend .lightWhite .el-menu .el-menu-item.is-active, #app .orange.plain .lightWhite .el-menu .el-submenu__title.is-active,
#app .orange.plain .lightWhite .el-menu .el-menu-item.is-active {
  background-color: #F5811C !important;
}
#app .orange.classic .lightWhite .main-menu .el-menu .el-submenu__title.is-active,
#app .orange.classic .lightWhite .main-menu .el-menu .el-menu-item.is-active, #app .orange.blend .lightWhite .main-menu .el-menu .el-submenu__title.is-active,
#app .orange.blend .lightWhite .main-menu .el-menu .el-menu-item.is-active, #app .orange.plain .lightWhite .main-menu .el-menu .el-submenu__title.is-active,
#app .orange.plain .lightWhite .main-menu .el-menu .el-menu-item.is-active {
  background-color: #fff !important;
}

.orange.classic.el-menu--vertical .el-submenu__title:hover,
.orange.classic.el-menu--vertical .el-menu-item:hover, .orange.blend.el-menu--vertical .el-submenu__title:hover,
.orange.blend.el-menu--vertical .el-menu-item:hover, .orange.plain.el-menu--vertical .el-submenu__title:hover,
.orange.plain.el-menu--vertical .el-menu-item:hover {
  color: #F5811C;
}
.orange.classic.el-menu--vertical .el-submenu__title:hover i,
.orange.classic.el-menu--vertical .el-menu-item:hover i, .orange.blend.el-menu--vertical .el-submenu__title:hover i,
.orange.blend.el-menu--vertical .el-menu-item:hover i, .orange.plain.el-menu--vertical .el-submenu__title:hover i,
.orange.plain.el-menu--vertical .el-menu-item:hover i {
  color: #F5811C;
}
.orange.classic.el-menu--vertical .el-submenu__title.is-active,
.orange.classic.el-menu--vertical .el-menu-item.is-active, .orange.blend.el-menu--vertical .el-submenu__title.is-active,
.orange.blend.el-menu--vertical .el-menu-item.is-active, .orange.plain.el-menu--vertical .el-submenu__title.is-active,
.orange.plain.el-menu--vertical .el-menu-item.is-active {
  color: #fff;
  background-color: #F5811C;
}
.orange.classic.el-menu--vertical .el-submenu__title.is-active i,
.orange.classic.el-menu--vertical .el-menu-item.is-active i, .orange.blend.el-menu--vertical .el-submenu__title.is-active i,
.orange.blend.el-menu--vertical .el-menu-item.is-active i, .orange.plain.el-menu--vertical .el-submenu__title.is-active i,
.orange.plain.el-menu--vertical .el-menu-item.is-active i {
  color: #fff;
}
.orange.functional.el-menu--horizontal .el-menu .nest-menu .el-submenu.is-active .el-submenu__title, .orange.blend.el-menu--horizontal .el-menu .nest-menu .el-submenu.is-active .el-submenu__title {
  color: #F5811C;
}
.orange.functional.el-menu--horizontal .el-menu .nest-menu .el-submenu.is-active .el-submenu__title i, .orange.blend.el-menu--horizontal .el-menu .nest-menu .el-submenu.is-active .el-submenu__title i {
  color: #F5811C;
}
.orange.functional.el-menu--horizontal .el-menu .nest-menu .el-menu-item:hover,
.orange.functional.el-menu--horizontal .el-menu .nest-menu .el-submenu__title:hover, .orange.blend.el-menu--horizontal .el-menu .nest-menu .el-menu-item:hover,
.orange.blend.el-menu--horizontal .el-menu .nest-menu .el-submenu__title:hover {
  color: #F5811C;
}
.orange.functional.el-menu--horizontal .el-menu .nest-menu .el-menu-item:hover i,
.orange.functional.el-menu--horizontal .el-menu .nest-menu .el-submenu__title:hover i, .orange.blend.el-menu--horizontal .el-menu .nest-menu .el-menu-item:hover i,
.orange.blend.el-menu--horizontal .el-menu .nest-menu .el-submenu__title:hover i {
  color: #F5811C;
}
.orange.functional.el-menu--horizontal .el-menu .nest-menu .el-menu-item.is-active,
.orange.functional.el-menu--horizontal .el-menu .nest-menu .el-submenu__title.is-active, .orange.blend.el-menu--horizontal .el-menu .nest-menu .el-menu-item.is-active,
.orange.blend.el-menu--horizontal .el-menu .nest-menu .el-submenu__title.is-active {
  color: #F5811C !important;
}
.orange.functional.el-menu--horizontal .el-menu .nest-menu .el-menu-item.is-active i,
.orange.functional.el-menu--horizontal .el-menu .nest-menu .el-submenu__title.is-active i, .orange.blend.el-menu--horizontal .el-menu .nest-menu .el-menu-item.is-active i,
.orange.blend.el-menu--horizontal .el-menu .nest-menu .el-submenu__title.is-active i {
  color: #F5811C !important;
}
.orange.SNOWS-select-tree .el-tree.single .is-current > .el-tree-node__content .custom-tree-node {
  color: #F5811C;
}

#app .red.classic .navbar.lightWhite, #app .red.plain .navbar.lightWhite {
  background-image: -webkit-gradient(linear, left top, right top, from(#C5211B), to(#FF5D65));
  background-image: linear-gradient(to right, #C5211B, #FF5D65);
}
#app .red.classic .lightWhite .navbar-platform, #app .red.plain .lightWhite .navbar-platform {
  color: #fff;
}
#app .red.classic .lightWhite .sidebar-logo-container, #app .red.plain .lightWhite .sidebar-logo-container {
  background: #C5211B !important;
}
#app .red.blend .navbar.dark .el-tabs__item.is-active {
  color: #C5211B !important;
}
#app .red .com-hover:hover {
  color: #C5211B;
}
#app .red .todo-box .todo-box-body .item:hover .text .name {
  color: #C5211B;
}
#app .red .tags-view-container .tags-view-wrapper .tags-view-item.active {
  color: #C5211B;
}
#app .red .tags-view-container .tags-view-wrapper .tags-view-item:hover {
  color: #C5211B;
}
#app .red .SNOWS-Portal .el-main .layout-area .vue-grid-item.active-item {
  border: 1px solid #C5211B;
}
#app .red .SNOWS-Portal .el-main .layout-area .vue-grid-item.vue-grid-placeholder {
  background: #C5211B;
}
#app .red .SNOWS-Portal .el-main .layout-area .vue-grid-item .drawing-item-copy {
  border-color: #C5211B;
  color: #C5211B;
}
#app .red .SNOWS-Portal .el-main .layout-area .vue-grid-item .drawing-item-copy:hover {
  background: #C5211B;
  color: #fff;
}
#app .red .drawing-board .drawing-row-item.active-from-item {
  border: 1px solid #C5211B;
}
#app .red .drawing-board .active-from-item > .component-name {
  color: #C5211B;
}
#app .red .drawing-board .active-from-item > .el-form-item {
  border: 1px solid #C5211B;
}
#app .red .drawing-board .drawing-item > .drawing-item-copy,
#app .red .drawing-board .drawing-row-item > .drawing-item-copy {
  border-color: #C5211B;
  color: #C5211B;
}
#app .red .drawing-board .drawing-item > .drawing-item-copy:hover,
#app .red .drawing-board .drawing-row-item > .drawing-item-copy:hover {
  background: #C5211B;
  color: #fff;
}
#app .red .drawing-board .sortable-ghost::before {
  background: #C5211B;
}
#app .red .left-board .logo {
  color: #C5211B;
}
#app .red .components-body:hover {
  border: 1px dashed #C5211B;
  color: #C5211B;
}
#app .red .components-body:hover i {
  color: #C5211B;
}
#app .red .board .main .item .item-list .item-list-item.active i {
  color: #C5211B;
}
#app .red .navbar .top-menu .el-menu .el-submenu:hover .el-submenu__title {
  color: #C5211B;
}
#app .red .navbar .top-menu .el-menu .el-submenu:hover .el-submenu__title i {
  color: #C5211B;
}
#app .red .navbar .top-menu .el-menu .el-submenu.is-active .el-submenu__title {
  color: #C5211B;
}
#app .red .navbar .top-menu .el-menu .el-submenu.is-active .el-submenu__title i {
  color: #C5211B;
}
#app .red .navbar .top-menu .el-menu .el-menu-item.is-active,
#app .red .navbar .top-menu .el-menu .el-submenu__title.is-active {
  color: #C5211B;
}
#app .red .navbar .top-menu .el-menu .el-menu-item.is-active i,
#app .red .navbar .top-menu .el-menu .el-submenu__title.is-active i {
  color: #C5211B;
}
#app .red .navbar .top-menu .el-menu .el-menu-item:hover,
#app .red .navbar .top-menu .el-menu .el-submenu__title:hover {
  color: #C5211B;
}
#app .red .navbar .top-menu .el-menu .el-menu-item:hover i,
#app .red .navbar .top-menu .el-menu .el-submenu__title:hover i {
  color: #C5211B;
}
#app .red .setting.drawer-container .nav_items li .imgItems .icon-checked {
  border-color: #C5211B;
  border-left: 10px solid transparent;
  border-top: 10px solid transparent;
}
#app .red .icons-container .icon-item:hover {
  border-color: #C5211B;
}
#app .red .columnDesign-container .typeList .item .item-img.checked {
  border: 1px solid #C5211B;
}
#app .red .columnDesign-container .typeList .item .item-img .icon-checked {
  border: 12px solid #C5211B;
  border-left: 12px solid transparent;
  border-top: 12px solid transparent;
}
#app .red .user-form .avatar-uploader .el-upload:hover {
  border-color: #C5211B;
}
#app .red.classic .el-menu .el-submenu__title:hover,
#app .red.classic .el-menu .el-menu-item:hover, #app .red.blend .el-menu .el-submenu__title:hover,
#app .red.blend .el-menu .el-menu-item:hover, #app .red.plain .el-menu .el-submenu__title:hover,
#app .red.plain .el-menu .el-menu-item:hover {
  color: #C5211B;
}
#app .red.classic .el-menu .el-submenu__title:hover i,
#app .red.classic .el-menu .el-menu-item:hover i, #app .red.blend .el-menu .el-submenu__title:hover i,
#app .red.blend .el-menu .el-menu-item:hover i, #app .red.plain .el-menu .el-submenu__title:hover i,
#app .red.plain .el-menu .el-menu-item:hover i {
  color: #C5211B;
}
#app .red.classic .el-menu .el-submenu__title.is-active,
#app .red.classic .el-menu .el-menu-item.is-active, #app .red.blend .el-menu .el-submenu__title.is-active,
#app .red.blend .el-menu .el-menu-item.is-active, #app .red.plain .el-menu .el-submenu__title.is-active,
#app .red.plain .el-menu .el-menu-item.is-active {
  background-color: #C5211B;
}
#app .red.classic .el-menu .el-submenu__title.is-active:hover,
#app .red.classic .el-menu .el-menu-item.is-active:hover, #app .red.blend .el-menu .el-submenu__title.is-active:hover,
#app .red.blend .el-menu .el-menu-item.is-active:hover, #app .red.plain .el-menu .el-submenu__title.is-active:hover,
#app .red.plain .el-menu .el-menu-item.is-active:hover {
  color: #fff;
  background-color: #C5211B;
}
#app .red.classic .el-menu .el-submenu__title.is-active:hover i,
#app .red.classic .el-menu .el-menu-item.is-active:hover i, #app .red.blend .el-menu .el-submenu__title.is-active:hover i,
#app .red.blend .el-menu .el-menu-item.is-active:hover i, #app .red.plain .el-menu .el-submenu__title.is-active:hover i,
#app .red.plain .el-menu .el-menu-item.is-active:hover i {
  color: #fff;
}
#app .red.classic .el-menu .nest-menu .el-submenu > .el-submenu__title:hover,
#app .red.classic .el-menu .el-menu-item:hover, #app .red.blend .el-menu .nest-menu .el-submenu > .el-submenu__title:hover,
#app .red.blend .el-menu .el-menu-item:hover, #app .red.plain .el-menu .nest-menu .el-submenu > .el-submenu__title:hover,
#app .red.plain .el-menu .el-menu-item:hover {
  color: #C5211B;
}
#app .red.classic .main-menu .el-submenu__title.is-active,
#app .red.classic .main-menu .el-menu-item.is-active, #app .red.blend .main-menu .el-submenu__title.is-active,
#app .red.blend .main-menu .el-menu-item.is-active, #app .red.plain .main-menu .el-submenu__title.is-active,
#app .red.plain .main-menu .el-menu-item.is-active {
  background-color: #fff;
}
#app .red.classic .main-menu .el-submenu__title.is-active:hover,
#app .red.classic .main-menu .el-menu-item.is-active:hover, #app .red.blend .main-menu .el-submenu__title.is-active:hover,
#app .red.blend .main-menu .el-menu-item.is-active:hover, #app .red.plain .main-menu .el-submenu__title.is-active:hover,
#app .red.plain .main-menu .el-menu-item.is-active:hover {
  color: #C5211B;
  background-color: #fff;
}
#app .red.classic .main-menu .el-submenu__title.is-active:hover i,
#app .red.classic .main-menu .el-menu-item.is-active:hover i, #app .red.blend .main-menu .el-submenu__title.is-active:hover i,
#app .red.blend .main-menu .el-menu-item.is-active:hover i, #app .red.plain .main-menu .el-submenu__title.is-active:hover i,
#app .red.plain .main-menu .el-menu-item.is-active:hover i {
  color: #C5211B;
}
#app .red.classic .lightWhite .el-menu .el-submenu__title.is-active,
#app .red.classic .lightWhite .el-menu .el-menu-item.is-active, #app .red.blend .lightWhite .el-menu .el-submenu__title.is-active,
#app .red.blend .lightWhite .el-menu .el-menu-item.is-active, #app .red.plain .lightWhite .el-menu .el-submenu__title.is-active,
#app .red.plain .lightWhite .el-menu .el-menu-item.is-active {
  background-color: #C5211B !important;
}
#app .red.classic .lightWhite .main-menu .el-menu .el-submenu__title.is-active,
#app .red.classic .lightWhite .main-menu .el-menu .el-menu-item.is-active, #app .red.blend .lightWhite .main-menu .el-menu .el-submenu__title.is-active,
#app .red.blend .lightWhite .main-menu .el-menu .el-menu-item.is-active, #app .red.plain .lightWhite .main-menu .el-menu .el-submenu__title.is-active,
#app .red.plain .lightWhite .main-menu .el-menu .el-menu-item.is-active {
  background-color: #fff !important;
}

.red.classic.el-menu--vertical .el-submenu__title:hover,
.red.classic.el-menu--vertical .el-menu-item:hover, .red.blend.el-menu--vertical .el-submenu__title:hover,
.red.blend.el-menu--vertical .el-menu-item:hover, .red.plain.el-menu--vertical .el-submenu__title:hover,
.red.plain.el-menu--vertical .el-menu-item:hover {
  color: #C5211B;
}
.red.classic.el-menu--vertical .el-submenu__title:hover i,
.red.classic.el-menu--vertical .el-menu-item:hover i, .red.blend.el-menu--vertical .el-submenu__title:hover i,
.red.blend.el-menu--vertical .el-menu-item:hover i, .red.plain.el-menu--vertical .el-submenu__title:hover i,
.red.plain.el-menu--vertical .el-menu-item:hover i {
  color: #C5211B;
}
.red.classic.el-menu--vertical .el-submenu__title.is-active,
.red.classic.el-menu--vertical .el-menu-item.is-active, .red.blend.el-menu--vertical .el-submenu__title.is-active,
.red.blend.el-menu--vertical .el-menu-item.is-active, .red.plain.el-menu--vertical .el-submenu__title.is-active,
.red.plain.el-menu--vertical .el-menu-item.is-active {
  color: #fff;
  background-color: #C5211B;
}
.red.classic.el-menu--vertical .el-submenu__title.is-active i,
.red.classic.el-menu--vertical .el-menu-item.is-active i, .red.blend.el-menu--vertical .el-submenu__title.is-active i,
.red.blend.el-menu--vertical .el-menu-item.is-active i, .red.plain.el-menu--vertical .el-submenu__title.is-active i,
.red.plain.el-menu--vertical .el-menu-item.is-active i {
  color: #fff;
}
.red.functional.el-menu--horizontal .el-menu .nest-menu .el-submenu.is-active .el-submenu__title, .red.blend.el-menu--horizontal .el-menu .nest-menu .el-submenu.is-active .el-submenu__title {
  color: #C5211B;
}
.red.functional.el-menu--horizontal .el-menu .nest-menu .el-submenu.is-active .el-submenu__title i, .red.blend.el-menu--horizontal .el-menu .nest-menu .el-submenu.is-active .el-submenu__title i {
  color: #C5211B;
}
.red.functional.el-menu--horizontal .el-menu .nest-menu .el-menu-item:hover,
.red.functional.el-menu--horizontal .el-menu .nest-menu .el-submenu__title:hover, .red.blend.el-menu--horizontal .el-menu .nest-menu .el-menu-item:hover,
.red.blend.el-menu--horizontal .el-menu .nest-menu .el-submenu__title:hover {
  color: #C5211B;
}
.red.functional.el-menu--horizontal .el-menu .nest-menu .el-menu-item:hover i,
.red.functional.el-menu--horizontal .el-menu .nest-menu .el-submenu__title:hover i, .red.blend.el-menu--horizontal .el-menu .nest-menu .el-menu-item:hover i,
.red.blend.el-menu--horizontal .el-menu .nest-menu .el-submenu__title:hover i {
  color: #C5211B;
}
.red.functional.el-menu--horizontal .el-menu .nest-menu .el-menu-item.is-active,
.red.functional.el-menu--horizontal .el-menu .nest-menu .el-submenu__title.is-active, .red.blend.el-menu--horizontal .el-menu .nest-menu .el-menu-item.is-active,
.red.blend.el-menu--horizontal .el-menu .nest-menu .el-submenu__title.is-active {
  color: #C5211B !important;
}
.red.functional.el-menu--horizontal .el-menu .nest-menu .el-menu-item.is-active i,
.red.functional.el-menu--horizontal .el-menu .nest-menu .el-submenu__title.is-active i, .red.blend.el-menu--horizontal .el-menu .nest-menu .el-menu-item.is-active i,
.red.blend.el-menu--horizontal .el-menu .nest-menu .el-submenu__title.is-active i {
  color: #C5211B !important;
}
.red.SNOWS-select-tree .el-tree.single .is-current > .el-tree-node__content .custom-tree-node {
  color: #C5211B;
}

#app .grey.classic .navbar.lightWhite, #app .grey.plain .navbar.lightWhite {
  background-image: -webkit-gradient(linear, left top, right top, from(#435967), to(#435967));
  background-image: linear-gradient(to right, #435967, #435967);
}
#app .grey.classic .lightWhite .navbar-platform, #app .grey.plain .lightWhite .navbar-platform {
  color: #fff;
}
#app .grey.classic .lightWhite .sidebar-logo-container, #app .grey.plain .lightWhite .sidebar-logo-container {
  background: #435967 !important;
}
#app .grey.blend .navbar.dark .el-tabs__item.is-active {
  color: #435967 !important;
}
#app .grey .com-hover:hover {
  color: #435967;
}
#app .grey .todo-box .todo-box-body .item:hover .text .name {
  color: #435967;
}
#app .grey .tags-view-container .tags-view-wrapper .tags-view-item.active {
  color: #435967;
}
#app .grey .tags-view-container .tags-view-wrapper .tags-view-item:hover {
  color: #435967;
}
#app .grey .SNOWS-Portal .el-main .layout-area .vue-grid-item.active-item {
  border: 1px solid #435967;
}
#app .grey .SNOWS-Portal .el-main .layout-area .vue-grid-item.vue-grid-placeholder {
  background: #435967;
}
#app .grey .SNOWS-Portal .el-main .layout-area .vue-grid-item .drawing-item-copy {
  border-color: #435967;
  color: #435967;
}
#app .grey .SNOWS-Portal .el-main .layout-area .vue-grid-item .drawing-item-copy:hover {
  background: #435967;
  color: #fff;
}
#app .grey .drawing-board .drawing-row-item.active-from-item {
  border: 1px solid #435967;
}
#app .grey .drawing-board .active-from-item > .component-name {
  color: #435967;
}
#app .grey .drawing-board .active-from-item > .el-form-item {
  border: 1px solid #435967;
}
#app .grey .drawing-board .drawing-item > .drawing-item-copy,
#app .grey .drawing-board .drawing-row-item > .drawing-item-copy {
  border-color: #435967;
  color: #435967;
}
#app .grey .drawing-board .drawing-item > .drawing-item-copy:hover,
#app .grey .drawing-board .drawing-row-item > .drawing-item-copy:hover {
  background: #435967;
  color: #fff;
}
#app .grey .drawing-board .sortable-ghost::before {
  background: #435967;
}
#app .grey .left-board .logo {
  color: #435967;
}
#app .grey .components-body:hover {
  border: 1px dashed #435967;
  color: #435967;
}
#app .grey .components-body:hover i {
  color: #435967;
}
#app .grey .board .main .item .item-list .item-list-item.active i {
  color: #435967;
}
#app .grey .navbar .top-menu .el-menu .el-submenu:hover .el-submenu__title {
  color: #435967;
}
#app .grey .navbar .top-menu .el-menu .el-submenu:hover .el-submenu__title i {
  color: #435967;
}
#app .grey .navbar .top-menu .el-menu .el-submenu.is-active .el-submenu__title {
  color: #435967;
}
#app .grey .navbar .top-menu .el-menu .el-submenu.is-active .el-submenu__title i {
  color: #435967;
}
#app .grey .navbar .top-menu .el-menu .el-menu-item.is-active,
#app .grey .navbar .top-menu .el-menu .el-submenu__title.is-active {
  color: #435967;
}
#app .grey .navbar .top-menu .el-menu .el-menu-item.is-active i,
#app .grey .navbar .top-menu .el-menu .el-submenu__title.is-active i {
  color: #435967;
}
#app .grey .navbar .top-menu .el-menu .el-menu-item:hover,
#app .grey .navbar .top-menu .el-menu .el-submenu__title:hover {
  color: #435967;
}
#app .grey .navbar .top-menu .el-menu .el-menu-item:hover i,
#app .grey .navbar .top-menu .el-menu .el-submenu__title:hover i {
  color: #435967;
}
#app .grey .setting.drawer-container .nav_items li .imgItems .icon-checked {
  border-color: #435967;
  border-left: 10px solid transparent;
  border-top: 10px solid transparent;
}
#app .grey .icons-container .icon-item:hover {
  border-color: #435967;
}
#app .grey .columnDesign-container .typeList .item .item-img.checked {
  border: 1px solid #435967;
}
#app .grey .columnDesign-container .typeList .item .item-img .icon-checked {
  border: 12px solid #435967;
  border-left: 12px solid transparent;
  border-top: 12px solid transparent;
}
#app .grey .user-form .avatar-uploader .el-upload:hover {
  border-color: #435967;
}
#app .grey.classic .el-menu .el-submenu__title:hover,
#app .grey.classic .el-menu .el-menu-item:hover, #app .grey.blend .el-menu .el-submenu__title:hover,
#app .grey.blend .el-menu .el-menu-item:hover, #app .grey.plain .el-menu .el-submenu__title:hover,
#app .grey.plain .el-menu .el-menu-item:hover {
  color: #435967;
}
#app .grey.classic .el-menu .el-submenu__title:hover i,
#app .grey.classic .el-menu .el-menu-item:hover i, #app .grey.blend .el-menu .el-submenu__title:hover i,
#app .grey.blend .el-menu .el-menu-item:hover i, #app .grey.plain .el-menu .el-submenu__title:hover i,
#app .grey.plain .el-menu .el-menu-item:hover i {
  color: #435967;
}
#app .grey.classic .el-menu .el-submenu__title.is-active,
#app .grey.classic .el-menu .el-menu-item.is-active, #app .grey.blend .el-menu .el-submenu__title.is-active,
#app .grey.blend .el-menu .el-menu-item.is-active, #app .grey.plain .el-menu .el-submenu__title.is-active,
#app .grey.plain .el-menu .el-menu-item.is-active {
  background-color: #435967;
}
#app .grey.classic .el-menu .el-submenu__title.is-active:hover,
#app .grey.classic .el-menu .el-menu-item.is-active:hover, #app .grey.blend .el-menu .el-submenu__title.is-active:hover,
#app .grey.blend .el-menu .el-menu-item.is-active:hover, #app .grey.plain .el-menu .el-submenu__title.is-active:hover,
#app .grey.plain .el-menu .el-menu-item.is-active:hover {
  color: #fff;
  background-color: #435967;
}
#app .grey.classic .el-menu .el-submenu__title.is-active:hover i,
#app .grey.classic .el-menu .el-menu-item.is-active:hover i, #app .grey.blend .el-menu .el-submenu__title.is-active:hover i,
#app .grey.blend .el-menu .el-menu-item.is-active:hover i, #app .grey.plain .el-menu .el-submenu__title.is-active:hover i,
#app .grey.plain .el-menu .el-menu-item.is-active:hover i {
  color: #fff;
}
#app .grey.classic .el-menu .nest-menu .el-submenu > .el-submenu__title:hover,
#app .grey.classic .el-menu .el-menu-item:hover, #app .grey.blend .el-menu .nest-menu .el-submenu > .el-submenu__title:hover,
#app .grey.blend .el-menu .el-menu-item:hover, #app .grey.plain .el-menu .nest-menu .el-submenu > .el-submenu__title:hover,
#app .grey.plain .el-menu .el-menu-item:hover {
  color: #435967;
}
#app .grey.classic .main-menu .el-submenu__title.is-active,
#app .grey.classic .main-menu .el-menu-item.is-active, #app .grey.blend .main-menu .el-submenu__title.is-active,
#app .grey.blend .main-menu .el-menu-item.is-active, #app .grey.plain .main-menu .el-submenu__title.is-active,
#app .grey.plain .main-menu .el-menu-item.is-active {
  background-color: #fff;
}
#app .grey.classic .main-menu .el-submenu__title.is-active:hover,
#app .grey.classic .main-menu .el-menu-item.is-active:hover, #app .grey.blend .main-menu .el-submenu__title.is-active:hover,
#app .grey.blend .main-menu .el-menu-item.is-active:hover, #app .grey.plain .main-menu .el-submenu__title.is-active:hover,
#app .grey.plain .main-menu .el-menu-item.is-active:hover {
  color: #435967;
  background-color: #fff;
}
#app .grey.classic .main-menu .el-submenu__title.is-active:hover i,
#app .grey.classic .main-menu .el-menu-item.is-active:hover i, #app .grey.blend .main-menu .el-submenu__title.is-active:hover i,
#app .grey.blend .main-menu .el-menu-item.is-active:hover i, #app .grey.plain .main-menu .el-submenu__title.is-active:hover i,
#app .grey.plain .main-menu .el-menu-item.is-active:hover i {
  color: #435967;
}
#app .grey.classic .lightWhite .el-menu .el-submenu__title.is-active,
#app .grey.classic .lightWhite .el-menu .el-menu-item.is-active, #app .grey.blend .lightWhite .el-menu .el-submenu__title.is-active,
#app .grey.blend .lightWhite .el-menu .el-menu-item.is-active, #app .grey.plain .lightWhite .el-menu .el-submenu__title.is-active,
#app .grey.plain .lightWhite .el-menu .el-menu-item.is-active {
  background-color: #435967 !important;
}
#app .grey.classic .lightWhite .main-menu .el-menu .el-submenu__title.is-active,
#app .grey.classic .lightWhite .main-menu .el-menu .el-menu-item.is-active, #app .grey.blend .lightWhite .main-menu .el-menu .el-submenu__title.is-active,
#app .grey.blend .lightWhite .main-menu .el-menu .el-menu-item.is-active, #app .grey.plain .lightWhite .main-menu .el-menu .el-submenu__title.is-active,
#app .grey.plain .lightWhite .main-menu .el-menu .el-menu-item.is-active {
  background-color: #fff !important;
}

.red.classic.el-menu--vertical .el-submenu__title:hover,
.red.classic.el-menu--vertical .el-menu-item:hover, .red.blend.el-menu--vertical .el-submenu__title:hover,
.red.blend.el-menu--vertical .el-menu-item:hover, .red.plain.el-menu--vertical .el-submenu__title:hover,
.red.plain.el-menu--vertical .el-menu-item:hover {
  color: #C5211B;
}
.red.classic.el-menu--vertical .el-submenu__title:hover i,
.red.classic.el-menu--vertical .el-menu-item:hover i, .red.blend.el-menu--vertical .el-submenu__title:hover i,
.red.blend.el-menu--vertical .el-menu-item:hover i, .red.plain.el-menu--vertical .el-submenu__title:hover i,
.red.plain.el-menu--vertical .el-menu-item:hover i {
  color: #C5211B;
}
.red.classic.el-menu--vertical .el-submenu__title.is-active,
.red.classic.el-menu--vertical .el-menu-item.is-active, .red.blend.el-menu--vertical .el-submenu__title.is-active,
.red.blend.el-menu--vertical .el-menu-item.is-active, .red.plain.el-menu--vertical .el-submenu__title.is-active,
.red.plain.el-menu--vertical .el-menu-item.is-active {
  color: #fff;
  background-color: #C5211B;
}
.red.classic.el-menu--vertical .el-submenu__title.is-active i,
.red.classic.el-menu--vertical .el-menu-item.is-active i, .red.blend.el-menu--vertical .el-submenu__title.is-active i,
.red.blend.el-menu--vertical .el-menu-item.is-active i, .red.plain.el-menu--vertical .el-submenu__title.is-active i,
.red.plain.el-menu--vertical .el-menu-item.is-active i {
  color: #fff;
}
.red.functional.el-menu--horizontal .el-menu .nest-menu .el-submenu.is-active .el-submenu__title, .red.blend.el-menu--horizontal .el-menu .nest-menu .el-submenu.is-active .el-submenu__title {
  color: #C5211B;
}
.red.functional.el-menu--horizontal .el-menu .nest-menu .el-submenu.is-active .el-submenu__title i, .red.blend.el-menu--horizontal .el-menu .nest-menu .el-submenu.is-active .el-submenu__title i {
  color: #C5211B;
}
.red.functional.el-menu--horizontal .el-menu .nest-menu .el-menu-item:hover,
.red.functional.el-menu--horizontal .el-menu .nest-menu .el-submenu__title:hover, .red.blend.el-menu--horizontal .el-menu .nest-menu .el-menu-item:hover,
.red.blend.el-menu--horizontal .el-menu .nest-menu .el-submenu__title:hover {
  color: #C5211B;
}
.red.functional.el-menu--horizontal .el-menu .nest-menu .el-menu-item:hover i,
.red.functional.el-menu--horizontal .el-menu .nest-menu .el-submenu__title:hover i, .red.blend.el-menu--horizontal .el-menu .nest-menu .el-menu-item:hover i,
.red.blend.el-menu--horizontal .el-menu .nest-menu .el-submenu__title:hover i {
  color: #C5211B;
}
.red.functional.el-menu--horizontal .el-menu .nest-menu .el-menu-item.is-active,
.red.functional.el-menu--horizontal .el-menu .nest-menu .el-submenu__title.is-active, .red.blend.el-menu--horizontal .el-menu .nest-menu .el-menu-item.is-active,
.red.blend.el-menu--horizontal .el-menu .nest-menu .el-submenu__title.is-active {
  color: #C5211B !important;
}
.red.functional.el-menu--horizontal .el-menu .nest-menu .el-menu-item.is-active i,
.red.functional.el-menu--horizontal .el-menu .nest-menu .el-submenu__title.is-active i, .red.blend.el-menu--horizontal .el-menu .nest-menu .el-menu-item.is-active i,
.red.blend.el-menu--horizontal .el-menu .nest-menu .el-submenu__title.is-active i {
  color: #C5211B !important;
}
.red.SNOWS-select-tree .el-tree.single .is-current > .el-tree-node__content .custom-tree-node {
  color: #C5211B;
}

#app .black.classic .navbar.lightWhite, #app .black.plain .navbar.lightWhite {
  background-image: -webkit-gradient(linear, left top, right top, from(#3C3E4D), to(#3C3E4D));
  background-image: linear-gradient(to right, #3C3E4D, #3C3E4D);
}
#app .black.classic .lightWhite .navbar-platform, #app .black.plain .lightWhite .navbar-platform {
  color: #fff;
}
#app .black.classic .lightWhite .sidebar-logo-container, #app .black.plain .lightWhite .sidebar-logo-container {
  background: #3C3E4D !important;
}
#app .black.blend .navbar.dark .el-tabs__item.is-active {
  color: #3C3E4D !important;
}
#app .black .com-hover:hover {
  color: #3C3E4D;
}
#app .black .todo-box .todo-box-body .item:hover .text .name {
  color: #3C3E4D;
}
#app .black .tags-view-container .tags-view-wrapper .tags-view-item.active {
  color: #3C3E4D;
}
#app .black .tags-view-container .tags-view-wrapper .tags-view-item:hover {
  color: #3C3E4D;
}
#app .black .SNOWS-Portal .el-main .layout-area .vue-grid-item.active-item {
  border: 1px solid #3C3E4D;
}
#app .black .SNOWS-Portal .el-main .layout-area .vue-grid-item.vue-grid-placeholder {
  background: #3C3E4D;
}
#app .black .SNOWS-Portal .el-main .layout-area .vue-grid-item .drawing-item-copy {
  border-color: #3C3E4D;
  color: #3C3E4D;
}
#app .black .SNOWS-Portal .el-main .layout-area .vue-grid-item .drawing-item-copy:hover {
  background: #3C3E4D;
  color: #fff;
}
#app .black .drawing-board .drawing-row-item.active-from-item {
  border: 1px solid #3C3E4D;
}
#app .black .drawing-board .active-from-item > .component-name {
  color: #3C3E4D;
}
#app .black .drawing-board .active-from-item > .el-form-item {
  border: 1px solid #3C3E4D;
}
#app .black .drawing-board .drawing-item > .drawing-item-copy,
#app .black .drawing-board .drawing-row-item > .drawing-item-copy {
  border-color: #3C3E4D;
  color: #3C3E4D;
}
#app .black .drawing-board .drawing-item > .drawing-item-copy:hover,
#app .black .drawing-board .drawing-row-item > .drawing-item-copy:hover {
  background: #3C3E4D;
  color: #fff;
}
#app .black .drawing-board .sortable-ghost::before {
  background: #3C3E4D;
}
#app .black .left-board .logo {
  color: #3C3E4D;
}
#app .black .components-body:hover {
  border: 1px dashed #3C3E4D;
  color: #3C3E4D;
}
#app .black .components-body:hover i {
  color: #3C3E4D;
}
#app .black .board .main .item .item-list .item-list-item.active i {
  color: #3C3E4D;
}
#app .black .navbar .top-menu .el-menu .el-submenu:hover .el-submenu__title {
  color: #3C3E4D;
}
#app .black .navbar .top-menu .el-menu .el-submenu:hover .el-submenu__title i {
  color: #3C3E4D;
}
#app .black .navbar .top-menu .el-menu .el-submenu.is-active .el-submenu__title {
  color: #3C3E4D;
}
#app .black .navbar .top-menu .el-menu .el-submenu.is-active .el-submenu__title i {
  color: #3C3E4D;
}
#app .black .navbar .top-menu .el-menu .el-menu-item.is-active,
#app .black .navbar .top-menu .el-menu .el-submenu__title.is-active {
  color: #3C3E4D;
}
#app .black .navbar .top-menu .el-menu .el-menu-item.is-active i,
#app .black .navbar .top-menu .el-menu .el-submenu__title.is-active i {
  color: #3C3E4D;
}
#app .black .navbar .top-menu .el-menu .el-menu-item:hover,
#app .black .navbar .top-menu .el-menu .el-submenu__title:hover {
  color: #3C3E4D;
}
#app .black .navbar .top-menu .el-menu .el-menu-item:hover i,
#app .black .navbar .top-menu .el-menu .el-submenu__title:hover i {
  color: #3C3E4D;
}
#app .black .setting.drawer-container .nav_items li .imgItems .icon-checked {
  border-color: #3C3E4D;
  border-left: 10px solid transparent;
  border-top: 10px solid transparent;
}
#app .black .icons-container .icon-item:hover {
  border-color: #3C3E4D;
}
#app .black .columnDesign-container .typeList .item .item-img.checked {
  border: 1px solid #3C3E4D;
}
#app .black .columnDesign-container .typeList .item .item-img .icon-checked {
  border: 12px solid #3C3E4D;
  border-left: 12px solid transparent;
  border-top: 12px solid transparent;
}
#app .black .user-form .avatar-uploader .el-upload:hover {
  border-color: #3C3E4D;
}
#app .black.classic .el-menu .el-submenu__title:hover,
#app .black.classic .el-menu .el-menu-item:hover, #app .black.blend .el-menu .el-submenu__title:hover,
#app .black.blend .el-menu .el-menu-item:hover, #app .black.plain .el-menu .el-submenu__title:hover,
#app .black.plain .el-menu .el-menu-item:hover {
  color: #3C3E4D;
}
#app .black.classic .el-menu .el-submenu__title:hover i,
#app .black.classic .el-menu .el-menu-item:hover i, #app .black.blend .el-menu .el-submenu__title:hover i,
#app .black.blend .el-menu .el-menu-item:hover i, #app .black.plain .el-menu .el-submenu__title:hover i,
#app .black.plain .el-menu .el-menu-item:hover i {
  color: #3C3E4D;
}
#app .black.classic .el-menu .el-submenu__title.is-active,
#app .black.classic .el-menu .el-menu-item.is-active, #app .black.blend .el-menu .el-submenu__title.is-active,
#app .black.blend .el-menu .el-menu-item.is-active, #app .black.plain .el-menu .el-submenu__title.is-active,
#app .black.plain .el-menu .el-menu-item.is-active {
  background-color: #3C3E4D;
}
#app .black.classic .el-menu .el-submenu__title.is-active:hover,
#app .black.classic .el-menu .el-menu-item.is-active:hover, #app .black.blend .el-menu .el-submenu__title.is-active:hover,
#app .black.blend .el-menu .el-menu-item.is-active:hover, #app .black.plain .el-menu .el-submenu__title.is-active:hover,
#app .black.plain .el-menu .el-menu-item.is-active:hover {
  color: #fff;
  background-color: #3C3E4D;
}
#app .black.classic .el-menu .el-submenu__title.is-active:hover i,
#app .black.classic .el-menu .el-menu-item.is-active:hover i, #app .black.blend .el-menu .el-submenu__title.is-active:hover i,
#app .black.blend .el-menu .el-menu-item.is-active:hover i, #app .black.plain .el-menu .el-submenu__title.is-active:hover i,
#app .black.plain .el-menu .el-menu-item.is-active:hover i {
  color: #fff;
}
#app .black.classic .el-menu .nest-menu .el-submenu > .el-submenu__title:hover,
#app .black.classic .el-menu .el-menu-item:hover, #app .black.blend .el-menu .nest-menu .el-submenu > .el-submenu__title:hover,
#app .black.blend .el-menu .el-menu-item:hover, #app .black.plain .el-menu .nest-menu .el-submenu > .el-submenu__title:hover,
#app .black.plain .el-menu .el-menu-item:hover {
  color: #3C3E4D;
}
#app .black.classic .main-menu .el-submenu__title.is-active,
#app .black.classic .main-menu .el-menu-item.is-active, #app .black.blend .main-menu .el-submenu__title.is-active,
#app .black.blend .main-menu .el-menu-item.is-active, #app .black.plain .main-menu .el-submenu__title.is-active,
#app .black.plain .main-menu .el-menu-item.is-active {
  background-color: #fff;
}
#app .black.classic .main-menu .el-submenu__title.is-active:hover,
#app .black.classic .main-menu .el-menu-item.is-active:hover, #app .black.blend .main-menu .el-submenu__title.is-active:hover,
#app .black.blend .main-menu .el-menu-item.is-active:hover, #app .black.plain .main-menu .el-submenu__title.is-active:hover,
#app .black.plain .main-menu .el-menu-item.is-active:hover {
  color: #3C3E4D;
  background-color: #fff;
}
#app .black.classic .main-menu .el-submenu__title.is-active:hover i,
#app .black.classic .main-menu .el-menu-item.is-active:hover i, #app .black.blend .main-menu .el-submenu__title.is-active:hover i,
#app .black.blend .main-menu .el-menu-item.is-active:hover i, #app .black.plain .main-menu .el-submenu__title.is-active:hover i,
#app .black.plain .main-menu .el-menu-item.is-active:hover i {
  color: #3C3E4D;
}
#app .black.classic .lightWhite .el-menu .el-submenu__title.is-active,
#app .black.classic .lightWhite .el-menu .el-menu-item.is-active, #app .black.blend .lightWhite .el-menu .el-submenu__title.is-active,
#app .black.blend .lightWhite .el-menu .el-menu-item.is-active, #app .black.plain .lightWhite .el-menu .el-submenu__title.is-active,
#app .black.plain .lightWhite .el-menu .el-menu-item.is-active {
  background-color: #3C3E4D !important;
}
#app .black.classic .lightWhite .main-menu .el-menu .el-submenu__title.is-active,
#app .black.classic .lightWhite .main-menu .el-menu .el-menu-item.is-active, #app .black.blend .lightWhite .main-menu .el-menu .el-submenu__title.is-active,
#app .black.blend .lightWhite .main-menu .el-menu .el-menu-item.is-active, #app .black.plain .lightWhite .main-menu .el-menu .el-submenu__title.is-active,
#app .black.plain .lightWhite .main-menu .el-menu .el-menu-item.is-active {
  background-color: #fff !important;
}

.black.classic.el-menu--vertical .el-submenu__title:hover,
.black.classic.el-menu--vertical .el-menu-item:hover, .black.blend.el-menu--vertical .el-submenu__title:hover,
.black.blend.el-menu--vertical .el-menu-item:hover, .black.plain.el-menu--vertical .el-submenu__title:hover,
.black.plain.el-menu--vertical .el-menu-item:hover {
  color: #3C3E4D;
}
.black.classic.el-menu--vertical .el-submenu__title:hover i,
.black.classic.el-menu--vertical .el-menu-item:hover i, .black.blend.el-menu--vertical .el-submenu__title:hover i,
.black.blend.el-menu--vertical .el-menu-item:hover i, .black.plain.el-menu--vertical .el-submenu__title:hover i,
.black.plain.el-menu--vertical .el-menu-item:hover i {
  color: #3C3E4D;
}
.black.classic.el-menu--vertical .el-submenu__title.is-active,
.black.classic.el-menu--vertical .el-menu-item.is-active, .black.blend.el-menu--vertical .el-submenu__title.is-active,
.black.blend.el-menu--vertical .el-menu-item.is-active, .black.plain.el-menu--vertical .el-submenu__title.is-active,
.black.plain.el-menu--vertical .el-menu-item.is-active {
  color: #fff;
  background-color: #3C3E4D;
}
.black.classic.el-menu--vertical .el-submenu__title.is-active i,
.black.classic.el-menu--vertical .el-menu-item.is-active i, .black.blend.el-menu--vertical .el-submenu__title.is-active i,
.black.blend.el-menu--vertical .el-menu-item.is-active i, .black.plain.el-menu--vertical .el-submenu__title.is-active i,
.black.plain.el-menu--vertical .el-menu-item.is-active i {
  color: #fff;
}
.black.functional.el-menu--horizontal .el-menu .nest-menu .el-submenu.is-active .el-submenu__title, .black.blend.el-menu--horizontal .el-menu .nest-menu .el-submenu.is-active .el-submenu__title {
  color: #3C3E4D;
}
.black.functional.el-menu--horizontal .el-menu .nest-menu .el-submenu.is-active .el-submenu__title i, .black.blend.el-menu--horizontal .el-menu .nest-menu .el-submenu.is-active .el-submenu__title i {
  color: #3C3E4D;
}
.black.functional.el-menu--horizontal .el-menu .nest-menu .el-menu-item:hover,
.black.functional.el-menu--horizontal .el-menu .nest-menu .el-submenu__title:hover, .black.blend.el-menu--horizontal .el-menu .nest-menu .el-menu-item:hover,
.black.blend.el-menu--horizontal .el-menu .nest-menu .el-submenu__title:hover {
  color: #3C3E4D;
}
.black.functional.el-menu--horizontal .el-menu .nest-menu .el-menu-item:hover i,
.black.functional.el-menu--horizontal .el-menu .nest-menu .el-submenu__title:hover i, .black.blend.el-menu--horizontal .el-menu .nest-menu .el-menu-item:hover i,
.black.blend.el-menu--horizontal .el-menu .nest-menu .el-submenu__title:hover i {
  color: #3C3E4D;
}
.black.functional.el-menu--horizontal .el-menu .nest-menu .el-menu-item.is-active,
.black.functional.el-menu--horizontal .el-menu .nest-menu .el-submenu__title.is-active, .black.blend.el-menu--horizontal .el-menu .nest-menu .el-menu-item.is-active,
.black.blend.el-menu--horizontal .el-menu .nest-menu .el-submenu__title.is-active {
  color: #3C3E4D !important;
}
.black.functional.el-menu--horizontal .el-menu .nest-menu .el-menu-item.is-active i,
.black.functional.el-menu--horizontal .el-menu .nest-menu .el-submenu__title.is-active i, .black.blend.el-menu--horizontal .el-menu .nest-menu .el-menu-item.is-active i,
.black.blend.el-menu--horizontal .el-menu .nest-menu .el-submenu__title.is-active i {
  color: #3C3E4D !important;
}
.black.SNOWS-select-tree .el-tree.single .is-current > .el-tree-node__content .custom-tree-node {
  color: #3C3E4D;
}

#app .skyBlue.classic .navbar.lightWhite, #app .skyBlue.plain .navbar.lightWhite {
  background-image: -webkit-gradient(linear, left top, right top, from(#0090A8), to(#0090A8));
  background-image: linear-gradient(to right, #0090A8, #0090A8);
}
#app .skyBlue.classic .lightWhite .navbar-platform, #app .skyBlue.plain .lightWhite .navbar-platform {
  color: #fff;
}
#app .skyBlue.classic .lightWhite .sidebar-logo-container, #app .skyBlue.plain .lightWhite .sidebar-logo-container {
  background: #0090A8 !important;
}
#app .skyBlue.blend .navbar.dark .el-tabs__item.is-active {
  color: #0090A8 !important;
}
#app .skyBlue .com-hover:hover {
  color: #0090A8;
}
#app .skyBlue .todo-box .todo-box-body .item:hover .text .name {
  color: #0090A8;
}
#app .skyBlue .tags-view-container .tags-view-wrapper .tags-view-item.active {
  color: #0090A8;
}
#app .skyBlue .tags-view-container .tags-view-wrapper .tags-view-item:hover {
  color: #0090A8;
}
#app .skyBlue .SNOWS-Portal .el-main .layout-area .vue-grid-item.active-item {
  border: 1px solid #0090A8;
}
#app .skyBlue .SNOWS-Portal .el-main .layout-area .vue-grid-item.vue-grid-placeholder {
  background: #0090A8;
}
#app .skyBlue .SNOWS-Portal .el-main .layout-area .vue-grid-item .drawing-item-copy {
  border-color: #0090A8;
  color: #0090A8;
}
#app .skyBlue .SNOWS-Portal .el-main .layout-area .vue-grid-item .drawing-item-copy:hover {
  background: #0090A8;
  color: #fff;
}
#app .skyBlue .drawing-board .drawing-row-item.active-from-item {
  border: 1px solid #0090A8;
}
#app .skyBlue .drawing-board .active-from-item > .component-name {
  color: #0090A8;
}
#app .skyBlue .drawing-board .active-from-item > .el-form-item {
  border: 1px solid #0090A8;
}
#app .skyBlue .drawing-board .drawing-item > .drawing-item-copy,
#app .skyBlue .drawing-board .drawing-row-item > .drawing-item-copy {
  border-color: #0090A8;
  color: #0090A8;
}
#app .skyBlue .drawing-board .drawing-item > .drawing-item-copy:hover,
#app .skyBlue .drawing-board .drawing-row-item > .drawing-item-copy:hover {
  background: #0090A8;
  color: #fff;
}
#app .skyBlue .drawing-board .sortable-ghost::before {
  background: #0090A8;
}
#app .skyBlue .left-board .logo {
  color: #0090A8;
}
#app .skyBlue .components-body:hover {
  border: 1px dashed #0090A8;
  color: #0090A8;
}
#app .skyBlue .components-body:hover i {
  color: #0090A8;
}
#app .skyBlue .board .main .item .item-list .item-list-item.active i {
  color: #0090A8;
}
#app .skyBlue .navbar .top-menu .el-menu .el-submenu:hover .el-submenu__title {
  color: #0090A8;
}
#app .skyBlue .navbar .top-menu .el-menu .el-submenu:hover .el-submenu__title i {
  color: #0090A8;
}
#app .skyBlue .navbar .top-menu .el-menu .el-submenu.is-active .el-submenu__title {
  color: #0090A8;
}
#app .skyBlue .navbar .top-menu .el-menu .el-submenu.is-active .el-submenu__title i {
  color: #0090A8;
}
#app .skyBlue .navbar .top-menu .el-menu .el-menu-item.is-active,
#app .skyBlue .navbar .top-menu .el-menu .el-submenu__title.is-active {
  color: #0090A8;
}
#app .skyBlue .navbar .top-menu .el-menu .el-menu-item.is-active i,
#app .skyBlue .navbar .top-menu .el-menu .el-submenu__title.is-active i {
  color: #0090A8;
}
#app .skyBlue .navbar .top-menu .el-menu .el-menu-item:hover,
#app .skyBlue .navbar .top-menu .el-menu .el-submenu__title:hover {
  color: #0090A8;
}
#app .skyBlue .navbar .top-menu .el-menu .el-menu-item:hover i,
#app .skyBlue .navbar .top-menu .el-menu .el-submenu__title:hover i {
  color: #0090A8;
}
#app .skyBlue .setting.drawer-container .nav_items li .imgItems .icon-checked {
  border-color: #0090A8;
  border-left: 10px solid transparent;
  border-top: 10px solid transparent;
}
#app .skyBlue .icons-container .icon-item:hover {
  border-color: #0090A8;
}
#app .skyBlue .columnDesign-container .typeList .item .item-img.checked {
  border: 1px solid #0090A8;
}
#app .skyBlue .columnDesign-container .typeList .item .item-img .icon-checked {
  border: 12px solid #0090A8;
  border-left: 12px solid transparent;
  border-top: 12px solid transparent;
}
#app .skyBlue .user-form .avatar-uploader .el-upload:hover {
  border-color: #0090A8;
}
#app .skyBlue.classic .el-menu .el-submenu__title:hover,
#app .skyBlue.classic .el-menu .el-menu-item:hover, #app .skyBlue.blend .el-menu .el-submenu__title:hover,
#app .skyBlue.blend .el-menu .el-menu-item:hover, #app .skyBlue.plain .el-menu .el-submenu__title:hover,
#app .skyBlue.plain .el-menu .el-menu-item:hover {
  color: #0090A8;
}
#app .skyBlue.classic .el-menu .el-submenu__title:hover i,
#app .skyBlue.classic .el-menu .el-menu-item:hover i, #app .skyBlue.blend .el-menu .el-submenu__title:hover i,
#app .skyBlue.blend .el-menu .el-menu-item:hover i, #app .skyBlue.plain .el-menu .el-submenu__title:hover i,
#app .skyBlue.plain .el-menu .el-menu-item:hover i {
  color: #0090A8;
}
#app .skyBlue.classic .el-menu .el-submenu__title.is-active,
#app .skyBlue.classic .el-menu .el-menu-item.is-active, #app .skyBlue.blend .el-menu .el-submenu__title.is-active,
#app .skyBlue.blend .el-menu .el-menu-item.is-active, #app .skyBlue.plain .el-menu .el-submenu__title.is-active,
#app .skyBlue.plain .el-menu .el-menu-item.is-active {
  background-color: #0090A8;
}
#app .skyBlue.classic .el-menu .el-submenu__title.is-active:hover,
#app .skyBlue.classic .el-menu .el-menu-item.is-active:hover, #app .skyBlue.blend .el-menu .el-submenu__title.is-active:hover,
#app .skyBlue.blend .el-menu .el-menu-item.is-active:hover, #app .skyBlue.plain .el-menu .el-submenu__title.is-active:hover,
#app .skyBlue.plain .el-menu .el-menu-item.is-active:hover {
  color: #fff;
  background-color: #0090A8;
}
#app .skyBlue.classic .el-menu .el-submenu__title.is-active:hover i,
#app .skyBlue.classic .el-menu .el-menu-item.is-active:hover i, #app .skyBlue.blend .el-menu .el-submenu__title.is-active:hover i,
#app .skyBlue.blend .el-menu .el-menu-item.is-active:hover i, #app .skyBlue.plain .el-menu .el-submenu__title.is-active:hover i,
#app .skyBlue.plain .el-menu .el-menu-item.is-active:hover i {
  color: #fff;
}
#app .skyBlue.classic .el-menu .nest-menu .el-submenu > .el-submenu__title:hover,
#app .skyBlue.classic .el-menu .el-menu-item:hover, #app .skyBlue.blend .el-menu .nest-menu .el-submenu > .el-submenu__title:hover,
#app .skyBlue.blend .el-menu .el-menu-item:hover, #app .skyBlue.plain .el-menu .nest-menu .el-submenu > .el-submenu__title:hover,
#app .skyBlue.plain .el-menu .el-menu-item:hover {
  color: #0090A8;
}
#app .skyBlue.classic .main-menu .el-submenu__title.is-active,
#app .skyBlue.classic .main-menu .el-menu-item.is-active, #app .skyBlue.blend .main-menu .el-submenu__title.is-active,
#app .skyBlue.blend .main-menu .el-menu-item.is-active, #app .skyBlue.plain .main-menu .el-submenu__title.is-active,
#app .skyBlue.plain .main-menu .el-menu-item.is-active {
  background-color: #fff;
}
#app .skyBlue.classic .main-menu .el-submenu__title.is-active:hover,
#app .skyBlue.classic .main-menu .el-menu-item.is-active:hover, #app .skyBlue.blend .main-menu .el-submenu__title.is-active:hover,
#app .skyBlue.blend .main-menu .el-menu-item.is-active:hover, #app .skyBlue.plain .main-menu .el-submenu__title.is-active:hover,
#app .skyBlue.plain .main-menu .el-menu-item.is-active:hover {
  color: #0090A8;
  background-color: #fff;
}
#app .skyBlue.classic .main-menu .el-submenu__title.is-active:hover i,
#app .skyBlue.classic .main-menu .el-menu-item.is-active:hover i, #app .skyBlue.blend .main-menu .el-submenu__title.is-active:hover i,
#app .skyBlue.blend .main-menu .el-menu-item.is-active:hover i, #app .skyBlue.plain .main-menu .el-submenu__title.is-active:hover i,
#app .skyBlue.plain .main-menu .el-menu-item.is-active:hover i {
  color: #0090A8;
}
#app .skyBlue.classic .lightWhite .el-menu .el-submenu__title.is-active,
#app .skyBlue.classic .lightWhite .el-menu .el-menu-item.is-active, #app .skyBlue.blend .lightWhite .el-menu .el-submenu__title.is-active,
#app .skyBlue.blend .lightWhite .el-menu .el-menu-item.is-active, #app .skyBlue.plain .lightWhite .el-menu .el-submenu__title.is-active,
#app .skyBlue.plain .lightWhite .el-menu .el-menu-item.is-active {
  background-color: #0090A8 !important;
}
#app .skyBlue.classic .lightWhite .main-menu .el-menu .el-submenu__title.is-active,
#app .skyBlue.classic .lightWhite .main-menu .el-menu .el-menu-item.is-active, #app .skyBlue.blend .lightWhite .main-menu .el-menu .el-submenu__title.is-active,
#app .skyBlue.blend .lightWhite .main-menu .el-menu .el-menu-item.is-active, #app .skyBlue.plain .lightWhite .main-menu .el-menu .el-submenu__title.is-active,
#app .skyBlue.plain .lightWhite .main-menu .el-menu .el-menu-item.is-active {
  background-color: #fff !important;
}

.skyBlue.classic.el-menu--vertical .el-submenu__title:hover,
.skyBlue.classic.el-menu--vertical .el-menu-item:hover, .skyBlue.blend.el-menu--vertical .el-submenu__title:hover,
.skyBlue.blend.el-menu--vertical .el-menu-item:hover, .skyBlue.plain.el-menu--vertical .el-submenu__title:hover,
.skyBlue.plain.el-menu--vertical .el-menu-item:hover {
  color: #0090A8;
}
.skyBlue.classic.el-menu--vertical .el-submenu__title:hover i,
.skyBlue.classic.el-menu--vertical .el-menu-item:hover i, .skyBlue.blend.el-menu--vertical .el-submenu__title:hover i,
.skyBlue.blend.el-menu--vertical .el-menu-item:hover i, .skyBlue.plain.el-menu--vertical .el-submenu__title:hover i,
.skyBlue.plain.el-menu--vertical .el-menu-item:hover i {
  color: #0090A8;
}
.skyBlue.classic.el-menu--vertical .el-submenu__title.is-active,
.skyBlue.classic.el-menu--vertical .el-menu-item.is-active, .skyBlue.blend.el-menu--vertical .el-submenu__title.is-active,
.skyBlue.blend.el-menu--vertical .el-menu-item.is-active, .skyBlue.plain.el-menu--vertical .el-submenu__title.is-active,
.skyBlue.plain.el-menu--vertical .el-menu-item.is-active {
  color: #fff;
  background-color: #0090A8;
}
.skyBlue.classic.el-menu--vertical .el-submenu__title.is-active i,
.skyBlue.classic.el-menu--vertical .el-menu-item.is-active i, .skyBlue.blend.el-menu--vertical .el-submenu__title.is-active i,
.skyBlue.blend.el-menu--vertical .el-menu-item.is-active i, .skyBlue.plain.el-menu--vertical .el-submenu__title.is-active i,
.skyBlue.plain.el-menu--vertical .el-menu-item.is-active i {
  color: #fff;
}
.skyBlue.functional.el-menu--horizontal .el-menu .nest-menu .el-submenu.is-active .el-submenu__title, .skyBlue.blend.el-menu--horizontal .el-menu .nest-menu .el-submenu.is-active .el-submenu__title {
  color: #0090A8;
}
.skyBlue.functional.el-menu--horizontal .el-menu .nest-menu .el-submenu.is-active .el-submenu__title i, .skyBlue.blend.el-menu--horizontal .el-menu .nest-menu .el-submenu.is-active .el-submenu__title i {
  color: #0090A8;
}
.skyBlue.functional.el-menu--horizontal .el-menu .nest-menu .el-menu-item:hover,
.skyBlue.functional.el-menu--horizontal .el-menu .nest-menu .el-submenu__title:hover, .skyBlue.blend.el-menu--horizontal .el-menu .nest-menu .el-menu-item:hover,
.skyBlue.blend.el-menu--horizontal .el-menu .nest-menu .el-submenu__title:hover {
  color: #0090A8;
}
.skyBlue.functional.el-menu--horizontal .el-menu .nest-menu .el-menu-item:hover i,
.skyBlue.functional.el-menu--horizontal .el-menu .nest-menu .el-submenu__title:hover i, .skyBlue.blend.el-menu--horizontal .el-menu .nest-menu .el-menu-item:hover i,
.skyBlue.blend.el-menu--horizontal .el-menu .nest-menu .el-submenu__title:hover i {
  color: #0090A8;
}
.skyBlue.functional.el-menu--horizontal .el-menu .nest-menu .el-menu-item.is-active,
.skyBlue.functional.el-menu--horizontal .el-menu .nest-menu .el-submenu__title.is-active, .skyBlue.blend.el-menu--horizontal .el-menu .nest-menu .el-menu-item.is-active,
.skyBlue.blend.el-menu--horizontal .el-menu .nest-menu .el-submenu__title.is-active {
  color: #0090A8 !important;
}
.skyBlue.functional.el-menu--horizontal .el-menu .nest-menu .el-menu-item.is-active i,
.skyBlue.functional.el-menu--horizontal .el-menu .nest-menu .el-submenu__title.is-active i, .skyBlue.blend.el-menu--horizontal .el-menu .nest-menu .el-menu-item.is-active i,
.skyBlue.blend.el-menu--horizontal .el-menu .nest-menu .el-submenu__title.is-active i {
  color: #0090A8 !important;
}
.skyBlue.SNOWS-select-tree .el-tree.single .is-current > .el-tree-node__content .custom-tree-node {
  color: #0090A8;
}

#app .tangerine.classic .navbar.lightWhite, #app .tangerine.plain .navbar.lightWhite {
  background-image: -webkit-gradient(linear, left top, right top, from(#D34827), to(#D34827));
  background-image: linear-gradient(to right, #D34827, #D34827);
}
#app .tangerine.classic .lightWhite .navbar-platform, #app .tangerine.plain .lightWhite .navbar-platform {
  color: #fff;
}
#app .tangerine.classic .lightWhite .sidebar-logo-container, #app .tangerine.plain .lightWhite .sidebar-logo-container {
  background: #D34827 !important;
}
#app .tangerine.blend .navbar.dark .el-tabs__item.is-active {
  color: #D34827 !important;
}
#app .tangerine .com-hover:hover {
  color: #D34827;
}
#app .tangerine .todo-box .todo-box-body .item:hover .text .name {
  color: #D34827;
}
#app .tangerine .tags-view-container .tags-view-wrapper .tags-view-item.active {
  color: #D34827;
}
#app .tangerine .tags-view-container .tags-view-wrapper .tags-view-item:hover {
  color: #D34827;
}
#app .tangerine .SNOWS-Portal .el-main .layout-area .vue-grid-item.active-item {
  border: 1px solid #D34827;
}
#app .tangerine .SNOWS-Portal .el-main .layout-area .vue-grid-item.vue-grid-placeholder {
  background: #D34827;
}
#app .tangerine .SNOWS-Portal .el-main .layout-area .vue-grid-item .drawing-item-copy {
  border-color: #D34827;
  color: #D34827;
}
#app .tangerine .SNOWS-Portal .el-main .layout-area .vue-grid-item .drawing-item-copy:hover {
  background: #D34827;
  color: #fff;
}
#app .tangerine .drawing-board .drawing-row-item.active-from-item {
  border: 1px solid #D34827;
}
#app .tangerine .drawing-board .active-from-item > .component-name {
  color: #D34827;
}
#app .tangerine .drawing-board .active-from-item > .el-form-item {
  border: 1px solid #D34827;
}
#app .tangerine .drawing-board .drawing-item > .drawing-item-copy,
#app .tangerine .drawing-board .drawing-row-item > .drawing-item-copy {
  border-color: #D34827;
  color: #D34827;
}
#app .tangerine .drawing-board .drawing-item > .drawing-item-copy:hover,
#app .tangerine .drawing-board .drawing-row-item > .drawing-item-copy:hover {
  background: #D34827;
  color: #fff;
}
#app .tangerine .drawing-board .sortable-ghost::before {
  background: #D34827;
}
#app .tangerine .left-board .logo {
  color: #D34827;
}
#app .tangerine .components-body:hover {
  border: 1px dashed #D34827;
  color: #D34827;
}
#app .tangerine .components-body:hover i {
  color: #D34827;
}
#app .tangerine .board .main .item .item-list .item-list-item.active i {
  color: #D34827;
}
#app .tangerine .navbar .top-menu .el-menu .el-submenu:hover .el-submenu__title {
  color: #D34827;
}
#app .tangerine .navbar .top-menu .el-menu .el-submenu:hover .el-submenu__title i {
  color: #D34827;
}
#app .tangerine .navbar .top-menu .el-menu .el-submenu.is-active .el-submenu__title {
  color: #D34827;
}
#app .tangerine .navbar .top-menu .el-menu .el-submenu.is-active .el-submenu__title i {
  color: #D34827;
}
#app .tangerine .navbar .top-menu .el-menu .el-menu-item.is-active,
#app .tangerine .navbar .top-menu .el-menu .el-submenu__title.is-active {
  color: #D34827;
}
#app .tangerine .navbar .top-menu .el-menu .el-menu-item.is-active i,
#app .tangerine .navbar .top-menu .el-menu .el-submenu__title.is-active i {
  color: #D34827;
}
#app .tangerine .navbar .top-menu .el-menu .el-menu-item:hover,
#app .tangerine .navbar .top-menu .el-menu .el-submenu__title:hover {
  color: #D34827;
}
#app .tangerine .navbar .top-menu .el-menu .el-menu-item:hover i,
#app .tangerine .navbar .top-menu .el-menu .el-submenu__title:hover i {
  color: #D34827;
}
#app .tangerine .setting.drawer-container .nav_items li .imgItems .icon-checked {
  border-color: #D34827;
  border-left: 10px solid transparent;
  border-top: 10px solid transparent;
}
#app .tangerine .icons-container .icon-item:hover {
  border-color: #D34827;
}
#app .tangerine .columnDesign-container .typeList .item .item-img.checked {
  border: 1px solid #D34827;
}
#app .tangerine .columnDesign-container .typeList .item .item-img .icon-checked {
  border: 12px solid #D34827;
  border-left: 12px solid transparent;
  border-top: 12px solid transparent;
}
#app .tangerine .user-form .avatar-uploader .el-upload:hover {
  border-color: #D34827;
}
#app .tangerine.classic .el-menu .el-submenu__title:hover,
#app .tangerine.classic .el-menu .el-menu-item:hover, #app .tangerine.blend .el-menu .el-submenu__title:hover,
#app .tangerine.blend .el-menu .el-menu-item:hover, #app .tangerine.plain .el-menu .el-submenu__title:hover,
#app .tangerine.plain .el-menu .el-menu-item:hover {
  color: #D34827;
}
#app .tangerine.classic .el-menu .el-submenu__title:hover i,
#app .tangerine.classic .el-menu .el-menu-item:hover i, #app .tangerine.blend .el-menu .el-submenu__title:hover i,
#app .tangerine.blend .el-menu .el-menu-item:hover i, #app .tangerine.plain .el-menu .el-submenu__title:hover i,
#app .tangerine.plain .el-menu .el-menu-item:hover i {
  color: #D34827;
}
#app .tangerine.classic .el-menu .el-submenu__title.is-active,
#app .tangerine.classic .el-menu .el-menu-item.is-active, #app .tangerine.blend .el-menu .el-submenu__title.is-active,
#app .tangerine.blend .el-menu .el-menu-item.is-active, #app .tangerine.plain .el-menu .el-submenu__title.is-active,
#app .tangerine.plain .el-menu .el-menu-item.is-active {
  background-color: #D34827;
}
#app .tangerine.classic .el-menu .el-submenu__title.is-active:hover,
#app .tangerine.classic .el-menu .el-menu-item.is-active:hover, #app .tangerine.blend .el-menu .el-submenu__title.is-active:hover,
#app .tangerine.blend .el-menu .el-menu-item.is-active:hover, #app .tangerine.plain .el-menu .el-submenu__title.is-active:hover,
#app .tangerine.plain .el-menu .el-menu-item.is-active:hover {
  color: #fff;
  background-color: #D34827;
}
#app .tangerine.classic .el-menu .el-submenu__title.is-active:hover i,
#app .tangerine.classic .el-menu .el-menu-item.is-active:hover i, #app .tangerine.blend .el-menu .el-submenu__title.is-active:hover i,
#app .tangerine.blend .el-menu .el-menu-item.is-active:hover i, #app .tangerine.plain .el-menu .el-submenu__title.is-active:hover i,
#app .tangerine.plain .el-menu .el-menu-item.is-active:hover i {
  color: #fff;
}
#app .tangerine.classic .el-menu .nest-menu .el-submenu > .el-submenu__title:hover,
#app .tangerine.classic .el-menu .el-menu-item:hover, #app .tangerine.blend .el-menu .nest-menu .el-submenu > .el-submenu__title:hover,
#app .tangerine.blend .el-menu .el-menu-item:hover, #app .tangerine.plain .el-menu .nest-menu .el-submenu > .el-submenu__title:hover,
#app .tangerine.plain .el-menu .el-menu-item:hover {
  color: #D34827;
}
#app .tangerine.classic .main-menu .el-submenu__title.is-active,
#app .tangerine.classic .main-menu .el-menu-item.is-active, #app .tangerine.blend .main-menu .el-submenu__title.is-active,
#app .tangerine.blend .main-menu .el-menu-item.is-active, #app .tangerine.plain .main-menu .el-submenu__title.is-active,
#app .tangerine.plain .main-menu .el-menu-item.is-active {
  background-color: #fff;
}
#app .tangerine.classic .main-menu .el-submenu__title.is-active:hover,
#app .tangerine.classic .main-menu .el-menu-item.is-active:hover, #app .tangerine.blend .main-menu .el-submenu__title.is-active:hover,
#app .tangerine.blend .main-menu .el-menu-item.is-active:hover, #app .tangerine.plain .main-menu .el-submenu__title.is-active:hover,
#app .tangerine.plain .main-menu .el-menu-item.is-active:hover {
  color: #D34827;
  background-color: #fff;
}
#app .tangerine.classic .main-menu .el-submenu__title.is-active:hover i,
#app .tangerine.classic .main-menu .el-menu-item.is-active:hover i, #app .tangerine.blend .main-menu .el-submenu__title.is-active:hover i,
#app .tangerine.blend .main-menu .el-menu-item.is-active:hover i, #app .tangerine.plain .main-menu .el-submenu__title.is-active:hover i,
#app .tangerine.plain .main-menu .el-menu-item.is-active:hover i {
  color: #D34827;
}
#app .tangerine.classic .lightWhite .el-menu .el-submenu__title.is-active,
#app .tangerine.classic .lightWhite .el-menu .el-menu-item.is-active, #app .tangerine.blend .lightWhite .el-menu .el-submenu__title.is-active,
#app .tangerine.blend .lightWhite .el-menu .el-menu-item.is-active, #app .tangerine.plain .lightWhite .el-menu .el-submenu__title.is-active,
#app .tangerine.plain .lightWhite .el-menu .el-menu-item.is-active {
  background-color: #D34827 !important;
}
#app .tangerine.classic .lightWhite .main-menu .el-menu .el-submenu__title.is-active,
#app .tangerine.classic .lightWhite .main-menu .el-menu .el-menu-item.is-active, #app .tangerine.blend .lightWhite .main-menu .el-menu .el-submenu__title.is-active,
#app .tangerine.blend .lightWhite .main-menu .el-menu .el-menu-item.is-active, #app .tangerine.plain .lightWhite .main-menu .el-menu .el-submenu__title.is-active,
#app .tangerine.plain .lightWhite .main-menu .el-menu .el-menu-item.is-active {
  background-color: #fff !important;
}

.tangerine.classic.el-menu--vertical .el-submenu__title:hover,
.tangerine.classic.el-menu--vertical .el-menu-item:hover, .tangerine.blend.el-menu--vertical .el-submenu__title:hover,
.tangerine.blend.el-menu--vertical .el-menu-item:hover, .tangerine.plain.el-menu--vertical .el-submenu__title:hover,
.tangerine.plain.el-menu--vertical .el-menu-item:hover {
  color: #D34827;
}
.tangerine.classic.el-menu--vertical .el-submenu__title:hover i,
.tangerine.classic.el-menu--vertical .el-menu-item:hover i, .tangerine.blend.el-menu--vertical .el-submenu__title:hover i,
.tangerine.blend.el-menu--vertical .el-menu-item:hover i, .tangerine.plain.el-menu--vertical .el-submenu__title:hover i,
.tangerine.plain.el-menu--vertical .el-menu-item:hover i {
  color: #D34827;
}
.tangerine.classic.el-menu--vertical .el-submenu__title.is-active,
.tangerine.classic.el-menu--vertical .el-menu-item.is-active, .tangerine.blend.el-menu--vertical .el-submenu__title.is-active,
.tangerine.blend.el-menu--vertical .el-menu-item.is-active, .tangerine.plain.el-menu--vertical .el-submenu__title.is-active,
.tangerine.plain.el-menu--vertical .el-menu-item.is-active {
  color: #fff;
  background-color: #D34827;
}
.tangerine.classic.el-menu--vertical .el-submenu__title.is-active i,
.tangerine.classic.el-menu--vertical .el-menu-item.is-active i, .tangerine.blend.el-menu--vertical .el-submenu__title.is-active i,
.tangerine.blend.el-menu--vertical .el-menu-item.is-active i, .tangerine.plain.el-menu--vertical .el-submenu__title.is-active i,
.tangerine.plain.el-menu--vertical .el-menu-item.is-active i {
  color: #fff;
}
.tangerine.functional.el-menu--horizontal .el-menu .nest-menu .el-submenu.is-active .el-submenu__title, .tangerine.blend.el-menu--horizontal .el-menu .nest-menu .el-submenu.is-active .el-submenu__title {
  color: #D34827;
}
.tangerine.functional.el-menu--horizontal .el-menu .nest-menu .el-submenu.is-active .el-submenu__title i, .tangerine.blend.el-menu--horizontal .el-menu .nest-menu .el-submenu.is-active .el-submenu__title i {
  color: #D34827;
}
.tangerine.functional.el-menu--horizontal .el-menu .nest-menu .el-menu-item:hover,
.tangerine.functional.el-menu--horizontal .el-menu .nest-menu .el-submenu__title:hover, .tangerine.blend.el-menu--horizontal .el-menu .nest-menu .el-menu-item:hover,
.tangerine.blend.el-menu--horizontal .el-menu .nest-menu .el-submenu__title:hover {
  color: #D34827;
}
.tangerine.functional.el-menu--horizontal .el-menu .nest-menu .el-menu-item:hover i,
.tangerine.functional.el-menu--horizontal .el-menu .nest-menu .el-submenu__title:hover i, .tangerine.blend.el-menu--horizontal .el-menu .nest-menu .el-menu-item:hover i,
.tangerine.blend.el-menu--horizontal .el-menu .nest-menu .el-submenu__title:hover i {
  color: #D34827;
}
.tangerine.functional.el-menu--horizontal .el-menu .nest-menu .el-menu-item.is-active,
.tangerine.functional.el-menu--horizontal .el-menu .nest-menu .el-submenu__title.is-active, .tangerine.blend.el-menu--horizontal .el-menu .nest-menu .el-menu-item.is-active,
.tangerine.blend.el-menu--horizontal .el-menu .nest-menu .el-submenu__title.is-active {
  color: #D34827 !important;
}
.tangerine.functional.el-menu--horizontal .el-menu .nest-menu .el-menu-item.is-active i,
.tangerine.functional.el-menu--horizontal .el-menu .nest-menu .el-submenu__title.is-active i, .tangerine.blend.el-menu--horizontal .el-menu .nest-menu .el-menu-item.is-active i,
.tangerine.blend.el-menu--horizontal .el-menu .nest-menu .el-submenu__title.is-active i {
  color: #D34827 !important;
}
.tangerine.SNOWS-select-tree .el-tree.single .is-current > .el-tree-node__content .custom-tree-node {
  color: #D34827;
}

#app .darkBlue.classic .navbar.lightWhite, #app .darkBlue.plain .navbar.lightWhite {
  background-image: -webkit-gradient(linear, left top, right top, from(#305198), to(#305198));
  background-image: linear-gradient(to right, #305198, #305198);
}
#app .darkBlue.classic .lightWhite .navbar-platform, #app .darkBlue.plain .lightWhite .navbar-platform {
  color: #fff;
}
#app .darkBlue.classic .lightWhite .sidebar-logo-container, #app .darkBlue.plain .lightWhite .sidebar-logo-container {
  background: #305198 !important;
}
#app .darkBlue.blend .navbar.dark .el-tabs__item.is-active {
  color: #305198 !important;
}
#app .darkBlue .com-hover:hover {
  color: #305198;
}
#app .darkBlue .todo-box .todo-box-body .item:hover .text .name {
  color: #305198;
}
#app .darkBlue .tags-view-container .tags-view-wrapper .tags-view-item.active {
  color: #305198;
}
#app .darkBlue .tags-view-container .tags-view-wrapper .tags-view-item:hover {
  color: #305198;
}
#app .darkBlue .SNOWS-Portal .el-main .layout-area .vue-grid-item.active-item {
  border: 1px solid #305198;
}
#app .darkBlue .SNOWS-Portal .el-main .layout-area .vue-grid-item.vue-grid-placeholder {
  background: #305198;
}
#app .darkBlue .SNOWS-Portal .el-main .layout-area .vue-grid-item .drawing-item-copy {
  border-color: #305198;
  color: #305198;
}
#app .darkBlue .SNOWS-Portal .el-main .layout-area .vue-grid-item .drawing-item-copy:hover {
  background: #305198;
  color: #fff;
}
#app .darkBlue .drawing-board .drawing-row-item.active-from-item {
  border: 1px solid #305198;
}
#app .darkBlue .drawing-board .active-from-item > .component-name {
  color: #305198;
}
#app .darkBlue .drawing-board .active-from-item > .el-form-item {
  border: 1px solid #305198;
}
#app .darkBlue .drawing-board .drawing-item > .drawing-item-copy,
#app .darkBlue .drawing-board .drawing-row-item > .drawing-item-copy {
  border-color: #305198;
  color: #305198;
}
#app .darkBlue .drawing-board .drawing-item > .drawing-item-copy:hover,
#app .darkBlue .drawing-board .drawing-row-item > .drawing-item-copy:hover {
  background: #305198;
  color: #fff;
}
#app .darkBlue .drawing-board .sortable-ghost::before {
  background: #305198;
}
#app .darkBlue .left-board .logo {
  color: #305198;
}
#app .darkBlue .components-body:hover {
  border: 1px dashed #305198;
  color: #305198;
}
#app .darkBlue .components-body:hover i {
  color: #305198;
}
#app .darkBlue .board .main .item .item-list .item-list-item.active i {
  color: #305198;
}
#app .darkBlue .navbar .top-menu .el-menu .el-submenu:hover .el-submenu__title {
  color: #305198;
}
#app .darkBlue .navbar .top-menu .el-menu .el-submenu:hover .el-submenu__title i {
  color: #305198;
}
#app .darkBlue .navbar .top-menu .el-menu .el-submenu.is-active .el-submenu__title {
  color: #305198;
}
#app .darkBlue .navbar .top-menu .el-menu .el-submenu.is-active .el-submenu__title i {
  color: #305198;
}
#app .darkBlue .navbar .top-menu .el-menu .el-menu-item.is-active,
#app .darkBlue .navbar .top-menu .el-menu .el-submenu__title.is-active {
  color: #305198;
}
#app .darkBlue .navbar .top-menu .el-menu .el-menu-item.is-active i,
#app .darkBlue .navbar .top-menu .el-menu .el-submenu__title.is-active i {
  color: #305198;
}
#app .darkBlue .navbar .top-menu .el-menu .el-menu-item:hover,
#app .darkBlue .navbar .top-menu .el-menu .el-submenu__title:hover {
  color: #305198;
}
#app .darkBlue .navbar .top-menu .el-menu .el-menu-item:hover i,
#app .darkBlue .navbar .top-menu .el-menu .el-submenu__title:hover i {
  color: #305198;
}
#app .darkBlue .setting.drawer-container .nav_items li .imgItems .icon-checked {
  border-color: #305198;
  border-left: 10px solid transparent;
  border-top: 10px solid transparent;
}
#app .darkBlue .icons-container .icon-item:hover {
  border-color: #305198;
}
#app .darkBlue .columnDesign-container .typeList .item .item-img.checked {
  border: 1px solid #305198;
}
#app .darkBlue .columnDesign-container .typeList .item .item-img .icon-checked {
  border: 12px solid #305198;
  border-left: 12px solid transparent;
  border-top: 12px solid transparent;
}
#app .darkBlue .user-form .avatar-uploader .el-upload:hover {
  border-color: #305198;
}
#app .darkBlue.classic .el-menu .el-submenu__title:hover,
#app .darkBlue.classic .el-menu .el-menu-item:hover, #app .darkBlue.blend .el-menu .el-submenu__title:hover,
#app .darkBlue.blend .el-menu .el-menu-item:hover, #app .darkBlue.plain .el-menu .el-submenu__title:hover,
#app .darkBlue.plain .el-menu .el-menu-item:hover {
  color: #305198;
}
#app .darkBlue.classic .el-menu .el-submenu__title:hover i,
#app .darkBlue.classic .el-menu .el-menu-item:hover i, #app .darkBlue.blend .el-menu .el-submenu__title:hover i,
#app .darkBlue.blend .el-menu .el-menu-item:hover i, #app .darkBlue.plain .el-menu .el-submenu__title:hover i,
#app .darkBlue.plain .el-menu .el-menu-item:hover i {
  color: #305198;
}
#app .darkBlue.classic .el-menu .el-submenu__title.is-active,
#app .darkBlue.classic .el-menu .el-menu-item.is-active, #app .darkBlue.blend .el-menu .el-submenu__title.is-active,
#app .darkBlue.blend .el-menu .el-menu-item.is-active, #app .darkBlue.plain .el-menu .el-submenu__title.is-active,
#app .darkBlue.plain .el-menu .el-menu-item.is-active {
  background-color: #305198;
}
#app .darkBlue.classic .el-menu .el-submenu__title.is-active:hover,
#app .darkBlue.classic .el-menu .el-menu-item.is-active:hover, #app .darkBlue.blend .el-menu .el-submenu__title.is-active:hover,
#app .darkBlue.blend .el-menu .el-menu-item.is-active:hover, #app .darkBlue.plain .el-menu .el-submenu__title.is-active:hover,
#app .darkBlue.plain .el-menu .el-menu-item.is-active:hover {
  color: #fff;
  background-color: #305198;
}
#app .darkBlue.classic .el-menu .el-submenu__title.is-active:hover i,
#app .darkBlue.classic .el-menu .el-menu-item.is-active:hover i, #app .darkBlue.blend .el-menu .el-submenu__title.is-active:hover i,
#app .darkBlue.blend .el-menu .el-menu-item.is-active:hover i, #app .darkBlue.plain .el-menu .el-submenu__title.is-active:hover i,
#app .darkBlue.plain .el-menu .el-menu-item.is-active:hover i {
  color: #fff;
}
#app .darkBlue.classic .el-menu .nest-menu .el-submenu > .el-submenu__title:hover,
#app .darkBlue.classic .el-menu .el-menu-item:hover, #app .darkBlue.blend .el-menu .nest-menu .el-submenu > .el-submenu__title:hover,
#app .darkBlue.blend .el-menu .el-menu-item:hover, #app .darkBlue.plain .el-menu .nest-menu .el-submenu > .el-submenu__title:hover,
#app .darkBlue.plain .el-menu .el-menu-item:hover {
  color: #305198;
}
#app .darkBlue.classic .main-menu .el-submenu__title.is-active,
#app .darkBlue.classic .main-menu .el-menu-item.is-active, #app .darkBlue.blend .main-menu .el-submenu__title.is-active,
#app .darkBlue.blend .main-menu .el-menu-item.is-active, #app .darkBlue.plain .main-menu .el-submenu__title.is-active,
#app .darkBlue.plain .main-menu .el-menu-item.is-active {
  background-color: #fff;
}
#app .darkBlue.classic .main-menu .el-submenu__title.is-active:hover,
#app .darkBlue.classic .main-menu .el-menu-item.is-active:hover, #app .darkBlue.blend .main-menu .el-submenu__title.is-active:hover,
#app .darkBlue.blend .main-menu .el-menu-item.is-active:hover, #app .darkBlue.plain .main-menu .el-submenu__title.is-active:hover,
#app .darkBlue.plain .main-menu .el-menu-item.is-active:hover {
  color: #305198;
  background-color: #fff;
}
#app .darkBlue.classic .main-menu .el-submenu__title.is-active:hover i,
#app .darkBlue.classic .main-menu .el-menu-item.is-active:hover i, #app .darkBlue.blend .main-menu .el-submenu__title.is-active:hover i,
#app .darkBlue.blend .main-menu .el-menu-item.is-active:hover i, #app .darkBlue.plain .main-menu .el-submenu__title.is-active:hover i,
#app .darkBlue.plain .main-menu .el-menu-item.is-active:hover i {
  color: #305198;
}
#app .darkBlue.classic .lightWhite .el-menu .el-submenu__title.is-active,
#app .darkBlue.classic .lightWhite .el-menu .el-menu-item.is-active, #app .darkBlue.blend .lightWhite .el-menu .el-submenu__title.is-active,
#app .darkBlue.blend .lightWhite .el-menu .el-menu-item.is-active, #app .darkBlue.plain .lightWhite .el-menu .el-submenu__title.is-active,
#app .darkBlue.plain .lightWhite .el-menu .el-menu-item.is-active {
  background-color: #305198 !important;
}
#app .darkBlue.classic .lightWhite .main-menu .el-menu .el-submenu__title.is-active,
#app .darkBlue.classic .lightWhite .main-menu .el-menu .el-menu-item.is-active, #app .darkBlue.blend .lightWhite .main-menu .el-menu .el-submenu__title.is-active,
#app .darkBlue.blend .lightWhite .main-menu .el-menu .el-menu-item.is-active, #app .darkBlue.plain .lightWhite .main-menu .el-menu .el-submenu__title.is-active,
#app .darkBlue.plain .lightWhite .main-menu .el-menu .el-menu-item.is-active {
  background-color: #fff !important;
}

.darkBlue.classic.el-menu--vertical .el-submenu__title:hover,
.darkBlue.classic.el-menu--vertical .el-menu-item:hover, .darkBlue.blend.el-menu--vertical .el-submenu__title:hover,
.darkBlue.blend.el-menu--vertical .el-menu-item:hover, .darkBlue.plain.el-menu--vertical .el-submenu__title:hover,
.darkBlue.plain.el-menu--vertical .el-menu-item:hover {
  color: #305198;
}
.darkBlue.classic.el-menu--vertical .el-submenu__title:hover i,
.darkBlue.classic.el-menu--vertical .el-menu-item:hover i, .darkBlue.blend.el-menu--vertical .el-submenu__title:hover i,
.darkBlue.blend.el-menu--vertical .el-menu-item:hover i, .darkBlue.plain.el-menu--vertical .el-submenu__title:hover i,
.darkBlue.plain.el-menu--vertical .el-menu-item:hover i {
  color: #305198;
}
.darkBlue.classic.el-menu--vertical .el-submenu__title.is-active,
.darkBlue.classic.el-menu--vertical .el-menu-item.is-active, .darkBlue.blend.el-menu--vertical .el-submenu__title.is-active,
.darkBlue.blend.el-menu--vertical .el-menu-item.is-active, .darkBlue.plain.el-menu--vertical .el-submenu__title.is-active,
.darkBlue.plain.el-menu--vertical .el-menu-item.is-active {
  color: #fff;
  background-color: #305198;
}
.darkBlue.classic.el-menu--vertical .el-submenu__title.is-active i,
.darkBlue.classic.el-menu--vertical .el-menu-item.is-active i, .darkBlue.blend.el-menu--vertical .el-submenu__title.is-active i,
.darkBlue.blend.el-menu--vertical .el-menu-item.is-active i, .darkBlue.plain.el-menu--vertical .el-submenu__title.is-active i,
.darkBlue.plain.el-menu--vertical .el-menu-item.is-active i {
  color: #fff;
}
.darkBlue.functional.el-menu--horizontal .el-menu .nest-menu .el-submenu.is-active .el-submenu__title, .darkBlue.blend.el-menu--horizontal .el-menu .nest-menu .el-submenu.is-active .el-submenu__title {
  color: #305198;
}
.darkBlue.functional.el-menu--horizontal .el-menu .nest-menu .el-submenu.is-active .el-submenu__title i, .darkBlue.blend.el-menu--horizontal .el-menu .nest-menu .el-submenu.is-active .el-submenu__title i {
  color: #305198;
}
.darkBlue.functional.el-menu--horizontal .el-menu .nest-menu .el-menu-item:hover,
.darkBlue.functional.el-menu--horizontal .el-menu .nest-menu .el-submenu__title:hover, .darkBlue.blend.el-menu--horizontal .el-menu .nest-menu .el-menu-item:hover,
.darkBlue.blend.el-menu--horizontal .el-menu .nest-menu .el-submenu__title:hover {
  color: #305198;
}
.darkBlue.functional.el-menu--horizontal .el-menu .nest-menu .el-menu-item:hover i,
.darkBlue.functional.el-menu--horizontal .el-menu .nest-menu .el-submenu__title:hover i, .darkBlue.blend.el-menu--horizontal .el-menu .nest-menu .el-menu-item:hover i,
.darkBlue.blend.el-menu--horizontal .el-menu .nest-menu .el-submenu__title:hover i {
  color: #305198;
}
.darkBlue.functional.el-menu--horizontal .el-menu .nest-menu .el-menu-item.is-active,
.darkBlue.functional.el-menu--horizontal .el-menu .nest-menu .el-submenu__title.is-active, .darkBlue.blend.el-menu--horizontal .el-menu .nest-menu .el-menu-item.is-active,
.darkBlue.blend.el-menu--horizontal .el-menu .nest-menu .el-submenu__title.is-active {
  color: #305198 !important;
}
.darkBlue.functional.el-menu--horizontal .el-menu .nest-menu .el-menu-item.is-active i,
.darkBlue.functional.el-menu--horizontal .el-menu .nest-menu .el-submenu__title.is-active i, .darkBlue.blend.el-menu--horizontal .el-menu .nest-menu .el-menu-item.is-active i,
.darkBlue.blend.el-menu--horizontal .el-menu .nest-menu .el-submenu__title.is-active i {
  color: #305198 !important;
}
.darkBlue.SNOWS-select-tree .el-tree.single .is-current > .el-tree-node__content .custom-tree-node {
  color: #305198;
}
.specificMainBox[data-v-500bd310] {
  overflow: auto;
  overflow-x: hidden;
  height: calc(100% - 180px);
}
.specificMainBox .specificTItle[data-v-500bd310] {
  margin: 24px 0;
}
.specificMainBox .specificTItle .el-divider__text[data-v-500bd310] {
  font-size: 14px !important;
}
.specificMainBox .navigationBigBox[data-v-500bd310] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.specificMainBox .navigationBigBox .navigationBox[data-v-500bd310] {
  cursor: pointer;
  text-align: center;
  color: #606266;
  font-size: 12px;
  margin-bottom: 10px;
  line-height: initial;
}
.specificMainBox .navigationBigBox .navigationBox .navigationImgBox[data-v-500bd310] {
  width: 65px;
  height: 55px;
  display: block;
  border-radius: 10px;
  overflow: hidden;
  margin: 0 auto 10px;
  position: relative;
}
.specificMainBox .navigationBigBox .navigationBox .navigationImgBox img[data-v-500bd310] {
  width: 100%;
  height: 100%;
}
.specificMainBox .navigationBigBox .navigationBox .icon-checked[data-v-500bd310] {
  display: block;
  width: 0px;
  height: 0px;
  border: 10px solid #409eff;
  border-left: 10px solid transparent;
  border-top: 10px solid transparent;
  border-bottom-right-radius: 10px;
  position: absolute;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  right: -1px;
  bottom: -1px;
}
.specificMainBox .navigationBigBox .navigationBox .icon-checked i[data-v-500bd310] {
  position: absolute;
  top: -2px;
  left: -3px;
  font-size: 12px;
  color: #fff;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
.specificMainBox .navigationBigBox .navigationBox span[data-v-500bd310] {
  height: 18px;
  line-height: 18px;
  width: 70px;
  display: block;
  overflow: hidden;
  margin: auto;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.specificMainBox .colorList[data-v-500bd310] {
  padding: 10px 0;
  line-height: initial;
}
.specificMainBox .colorList .el-tag[data-v-500bd310] {
  width: 24px;
  height: 24px;
  border: none !important;
  margin-right: 4px;
  border-radius: 2px;
  cursor: pointer;
  padding: 0;
  text-align: center;
  vertical-align: top;
}
.specificMainBox .colorList .el-icon-check[data-v-500bd310] {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}
.specificMainBox .drawer-item[data-v-500bd310] {
  color: #606266;
  font-size: 14px;
  padding: 12px 0;
  line-height: initial;
}
.specificMainBox .drawer-switch[data-v-500bd310] {
  float: right;
}
[data-v-1263059b] .cell {
  font-size: 14px;
}
.avue-form[data-v-1263059b] {
  height: 44px;
}
.avue-crud[data-v-1263059b] .avue-crud__menu {
  min-height: 0 !important;
  margin: 0 !important;
}
[data-v-1263059b] .avueCrudNoTag .el-table {
  height: calc(100vh - 234px) !important;
  max-height: calc(100vh - 234px) !important;
}
.avue-crud__pagination[data-v-1263059b] {
  background-color: #ffffff !important;
}
.el-link[data-v-1263059b] {
  text-decoration: underline;
  -webkit-text-decoration-color: #1b1b1b;
          text-decoration-color: #1b1b1b;
}
.el-link[data-v-1263059b]:hover {
  color: #6c757d;
  text-decoration: none;
}
[data-v-1263059b] .avue-crud .el-table th {
  background: #fafafa;
}
[data-v-1263059b] .el-table--border,
.el-table--group[data-v-1263059b] {
  border-color: #cccccc !important;
}
[data-v-1263059b] .borderColor {
  border-color: #cccccc !important;
  border-right: 1px solid #cccccc !important;
}
[data-v-1263059b] .el-table td.el-table__cell,
.el-table th.el-table__cell.is-leaf[data-v-1263059b] {
  border-color: #cccccc !important;
}
[data-v-1263059b] .el-table__cell {
  border-left: 1px solid #cccccc !important;
}
[data-v-1263059b] .el-table__fixed-right::before {
  background-color: #ffffff !important;
}
[data-v-1263059b] .el-table__fixed::before {
  background-color: #ffffff !important;
}
[data-v-1263059b] .el-table--border::after,
.el-table--group[data-v-1263059b]::after,
.el-table[data-v-1263059b]::before {
  background-color: #cccccc !important;
}
[data-v-1263059b] .el-table--border {
  border-bottom: 1px solid #cccccc !important;
}
[data-v-1263059b] .el-icon-circle-close {
  display: none;
}
[data-v-1263059b] .el-icon-circle-plus-outline {
  display: none;
}
[data-v-1263059b] .el-button + .el-button {
  margin-left: 10px;
}
.avue-logo {
  position: fixed;
  top: 0;
  left: 0;
  width: 220px;
  height: 60px;
  background-color: #20222a;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.8);
  z-index: 1024;
  text-align: center;
  color: #ffffff;
  font-weight: bolder;
  font-size: 18px;
}
.avue-logo .loginImg {
  width: 28px;
}
.avue-logo_subtitle {
  display: block;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}

.headMenuItem[data-v-f29551fe]{
  max-width: 160px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.elMenuItem[data-v-f29551fe]:hover {
  background-color: transparent !important;
}
.elMenuItem[data-v-f29551fe]:focus {
  background-color: transparent !important;
}

.avue-top-sidebar[data-v-959343fe] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.topSidderLogo[data-v-959343fe] {
  width: 210px;
  height: 60px;
}
.topSidderLogo img[data-v-959343fe] {
  width: 100%;
  height: 100%;
}
[data-v-959343fe] .el-submenu__title {
  font-size: 16px;
}
.tree-node[data-v-4684a4f4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
[data-v-4684a4f4] .phoneBox .el-dialog__header .el-dialog__close {
  line-height: 40px;
}
[data-v-4684a4f4] .el-badge__content.is-fixed.is-dot {
  top: 23px;
}
.con .left[data-v-4684a4f4] {
  padding: 6px;
}
.con .left .conLeftImg[data-v-4684a4f4] {
  width: 88%;
  height: 550px;
}
.con .right[data-v-4684a4f4] {
  padding: 0 12px;
}
.con .right .name[data-v-4684a4f4] {
  font-size: 22px;
  color: #000;
  text-align: center;
  margin: 1.5rem 0;
}
.con .right .ewmIcon[data-v-4684a4f4] {
  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;
}
.con .right .ewmIcon .iconItem[data-v-4684a4f4] {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin-bottom: 22px;
}
.con .right .ewmIcon .iconItem img[data-v-4684a4f4] {
  height: 70px;
  width: 70px;
}
.con .right .ewmIcon .iconItem p[data-v-4684a4f4] {
  text-align: center;
  font-size: 30px;
}
.con .right .ewmIcon .left[data-v-4684a4f4] {
  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;
}
.con .right .ewmIcon .left .ewm[data-v-4684a4f4] {
  width: 200px;
  height: 200px;
  margin: 50px 0;
}
.topSidderLogo[data-v-4684a4f4] {
  width: 210px;
  height: 60px;
}
.topSidderLogo img[data-v-4684a4f4] {
  width: 100%;
  height: 100%;
}
.logo[data-v-4684a4f4] {
  width: 50px;
  height: 50px;
}
.topSearchInput[data-v-4684a4f4] {
  position: fixed;
  right: 560px;
  top: 0;
}
.v-enter[data-v-4684a4f4],
.v-leave-to[data-v-4684a4f4] {
  opacity: 0;
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
}
.v-enter-active[data-v-4684a4f4],
.v-leave-active[data-v-4684a4f4] {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.menu_title[data-v-4684a4f4] {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  background: #f4f4f4;
}
.menu_title .menu_First_p[data-v-4684a4f4] {
  width: 100%;
  font-weight: 600;
  color: #000;
  font-size: 18px;
  float: left;
  line-height: 28px;
  cursor: pointer;
  margin: 10px;
  border-bottom: 1px dashed #babfc7;
}
.menu_title .menu_First_title[data-v-4684a4f4] {
  width: 50%;
  line-height: 48px;
  float: left;
}
.menu_title .menu_First_title span[data-v-4684a4f4] {
  display: inline-block;
  width: 100%;
  float: left;
  font-size: 14px;
  line-height: 48px;
  cursor: pointer;
  text-indent: 1em;
}
.menu_title .menu_fir_title[data-v-4684a4f4] {
  width: 100%;
  line-height: 28px;
  padding: 0px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  border-top: 1px dashed #babfc7;
}
.menu_title .menu_fir_title p[data-v-4684a4f4] {
  width: 100%;
  font-weight: 600;
  color: #000;
  font-size: 18px;
  float: left;
  line-height: 28px;
  cursor: pointer;
  margin: 10px;
}
.menu_title .menu_fir_title .menu_sed_title[data-v-4684a4f4] {
  width: 50%;
  line-height: 32px;
  float: left;
}
.menu_title .menu_fir_title .menu_sed_title span[data-v-4684a4f4] {
  display: inline-block;
  width: 100%;
  float: left;
  font-size: 14px;
  line-height: 32px;
  cursor: pointer;
  text-indent: 1em;
}
.menu_thrid_title[data-v-4684a4f4] {
  width: 50%;
  line-height: 32px;
  float: left;
  /* background: red; */
  display: inline-block;
}
.menu_thrid_title span[data-v-4684a4f4] {
  display: inline-block;
  width: 100%;
  float: left;
  font-size: 14px;
  line-height: 32px;
  cursor: pointer;
  text-indent: 1em;
}
.card_posit[data-v-4684a4f4] {
  width: 100%;
  height: 100%;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.card_posit .person_top[data-v-4684a4f4] {
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 76px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.card_posit .person_top .person_img[data-v-4684a4f4] {
  width: 52px;
  height: 52px;
  text-align: left;
}
.card_posit .person_top .person_img .image[data-v-4684a4f4] {
  width: 52px;
  height: 52px;
  border-radius: 50%;
}
.card_posit .person_top .person_title[data-v-4684a4f4] {
  padding-left: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(100% - 76px);
  line-height: 28px;
  font-size: 14px;
  font-weight: bold;
  float: left;
  color: #333333;
}
.card_posit .person_top .person_title span[data-v-4684a4f4] {
  width: 42%;
  display: inline-block;
  float: left;
}
.card_posit .person_top .person_title .person_uid[data-v-4684a4f4] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.card_posit .deptBox[data-v-4684a4f4] {
  width: 100%;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 10px;
}
.card_posit .logout[data-v-4684a4f4] {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: calc(100% - 20px);
}
.sudoku_row[data-v-4684a4f4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 10px;
}
.sudoku_row .sudoku_item[data-v-4684a4f4] {
  cursor: pointer;
  outline: 1px solid #ebebeb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 25%;
  padding-top: 10px;
  font-size: 12px;
  padding-bottom: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #333333;
}
.sudoku_row .sudoku_item img[data-v-4684a4f4] {
  margin-bottom: 3px;
  display: block;
}
.sudoku_row .opacity[data-v-4684a4f4] {
  opacity: 0.4;
  background: #e5e5e5;
}
.tui-tab-item-title-active[data-v-4684a4f4] {
  color: #5677fc;
  font-size: 28rpx;
  font-weight: bold;
  border-bottom: 6rpx solid #5677fc;
}
@charset "UTF-8";
.ht-drawer {
  margin-top: 60px;
  height: 95vh !important;
  overflow-y: scroll;
  padding-bottom: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #f4f4f4;
  /* height: calc(100vh -184px) !important; */
}
.ht-drawer .el-drawer__body {
  overflow: auto;
  height: 95vh !important;
  /* height: calc(100vh -184px) !important; */
}

/* 定义keyframe动画，命名为blink */
@-webkit-keyframes blink {
0% {
    opacity: 1;
}
50% {
    opacity: 1;
}
50.01% {
    opacity: 0;
}
100% {
    opacity: 0;
}
}
@keyframes blink {
0% {
    opacity: 1;
}
50% {
    opacity: 1;
}
50.01% {
    opacity: 0;
}
100% {
    opacity: 0;
}
}
.twinkle {
  -webkit-animation: blink 0.5s linear infinite;
          animation: blink 0.5s linear infinite;
}
.floating-box {
  position: absolute;
  width: 200px; /* 悬浮块宽度 */
  height: 150px; /* 悬浮块高度 */
  background-color: rgba(255, 255, 255, 0.7); /* 半透明背景色 */
  border: 1px solid #e4e7ed;
  cursor: move;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; /* 防止选中文本影响拖动 */
  -webkit-transition: width 0.3s, height 0.3s;
  transition: width 0.3s, height 0.3s; /* 平滑过渡效果 */
  z-index: 99999;
  border-radius: 4px;
}
.floating-box.expanded {
  width: 400px; /* 展开后的宽度 */
  height: 200px; /* 展开后的高度 */
}
.toggle-button {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 20px;
  height: 20px;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  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;
  cursor: pointer;
  border-radius: 50%;
  z-index: 99999;
}
.toggle-button span {
  font-size: 14px;
}
.box-content {
  height: 100%;
}
.noticeTitle {
  width: calc(100% - 12px);
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #ebeef5;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 6px;
}
.noticeContent {
  width: calc(100% - 12px);
  height: calc(100% - 53px);
  color: #444444;
  font-size: 14px;
  overflow-wrap: break-word;
  white-space: break-spaces;
  overflow: auto;
  background-color: #f4f6f8;
  padding: 6px;
}
.version-text {
  margin-left: 8px;
  padding: 4px 8px;
  border: 1px solid #525252;
  border-radius: 8px;
  font-weight: normal;
  height: 20px;
  line-height: 20px;
  cursor: pointer;
}
.sys_logo {
  border-radius: 15px;
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: 100%;
  background-image: url(../../static/img/sinomas.24ffa6f9.png);
}

.headMenuItem[data-v-cd94e690] {
  max-width: 136px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #ffffff;
}

.avue-sidebar .el-submenu .el-menu-item {
  height: 48px;
  line-height: 48px;
  font-size: 16px;
}
.avue-sidebar .image-box {
  width: 100%;
  height: 60px;
}
.avue-sidebar .image-box .el-image__inner {
  width: 68px;
  height: 60px;
}
.avue-sidebar .el-submenu__title {
  font-size: 16px;
}

.hamburger[data-v-6c966e36] {
  display: inline-block;
  vertical-align: middle;
  font-size: 26px;
  color: #000000;
  cursor: pointer;
}
.hamburger.is-active[data-v-6c966e36] {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@charset "UTF-8";
/* 清除浮动 */
.clearfix::after {
  display: block;
  content: "";
  clear: both;
}
.my-card {
  width: 100%;
  background: #ffffff;
}
.my-card .card-header {
  padding: 12px 20px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #E5E5E5;
}
.my-card .card-header .title {
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  position: relative;
  padding-left: 10px;
}
.my-card .card-header .title::before {
  content: "";
  width: 3px;
  height: 14px;
  background: #0B82FF;
  margin-right: 10px;
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  left: 0;
}
.my-card .card-header .more-btn, .my-card .card-header .set-btn {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  font-weight: normal;
  float: right;
  cursor: pointer;
}
.quick-app-list[data-v-2e6a9199] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 10px 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  overflow-y: scroll;
}
.quick-app-list .quick-app-item[data-v-2e6a9199] {
  width: 25%;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  color: #666666;
  margin-bottom: 10px;
  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;
  cursor: pointer;
}
.quick-app-list .quick-app-item .imageBox[data-v-2e6a9199] {
  width: 40px;
  height: 40px;
  border-radius: 15px;
  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-bottom: 10px;
}
.quick-app-list .quick-app-item .imageBox i[data-v-2e6a9199] {
  color: #ffffff;
  font-weight: bold;
  font-size: 20px;
}
.quick-app-list .quick-app-item span[data-v-2e6a9199] {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 80px;
}
/* Make clicks pass-through */
#nprogress {
  pointer-events: none;
}

#nprogress .bar {
  background: #29d;

  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;

  width: 100%;
  height: 2px;
}

/* Fancy blur effect */
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  -webkit-box-shadow: 0 0 10px #29d, 0 0 5px #29d;
          box-shadow: 0 0 10px #29d, 0 0 5px #29d;
  opacity: 1.0;

  -webkit-transform: rotate(3deg) translate(0px, -4px);
          transform: rotate(3deg) translate(0px, -4px);
}

/* Remove these to get rid of the spinner */
#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}

#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;

  border: solid 2px transparent;
  border-top-color: #29d;
  border-left-color: #29d;
  border-radius: 50%;

  -webkit-animation: nprogress-spinner 400ms linear infinite;
          animation: nprogress-spinner 400ms linear infinite;
}

.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}

.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}

@-webkit-keyframes nprogress-spinner {
  0%   { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes nprogress-spinner {
  0%   { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}


.iframe {
  width: 100%;
  height: 100%;
  border: 0;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#avue-view[data-v-b145f1a4] {
  overflow-y: auto;
  overflow-x: hidden;
  padding: 10px 16px;
  background: #f4f5f6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.avue-left[data-v-b145f1a4] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.hamburger-container[data-v-b145f1a4] {
  position: absolute;
  width: 100%;
  bottom: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: right;
}
.avue--collapse .hamburger-container[data-v-b145f1a4] {
  text-align: center;
}
.functional[data-v-b145f1a4] {
  padding-left: 0px !important;
}
#app {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.avue--detail .el-col {
  margin-bottom: 0;
}
.body {
  font-family: PingFangSt;
  font-weight: normal;
}
.el-drawer__header {
  padding: 1px 1px 1px 1px !important;
}
.el-drawer__body {
  padding: 0px 0px 0px 0px !important;
}
.el-card__body {
  padding: 0 12px 10px 12px !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.remove-avue-form-menu .avue-form__menu {
  display: none !important;
}
.dark .el-menu--horizontal .headMenuItem {
  max-width: 150px;
}
.dark .logo-content {
  background-color: #031e39;
}
.dark .avue-sidebar {
  background-color: #001529;
}
.dark .avue-sidebar .el-menu {
  background-color: #001529;
}
.dark .avue-sidebar .el-menu .nest-menu .menu-wrapper {
  background-color: #000c17;
}
.dark .avue-sidebar .el-menu .el-submenu__title i {
  color: #FFFFFF;
}
.dark .avue-sidebar .el-menu .el-submenu__title span {
  color: #FFFFFF;
}
.dark .avue-sidebar .el-menu .el-submenu__title:hover {
  background-color: transparent;
}
.dark .avue-sidebar .el-menu .el-submenu__title:hover i {
  color: #1890ff;
}
.dark .avue-sidebar .el-menu .el-submenu__title:hover span {
  color: #1890ff;
}
.dark .avue-sidebar .el-menu .el-menu-item {
  background-color: #000c17;
}
.dark .avue-sidebar .el-menu .el-menu-item i {
  color: #FFFFFF;
}
.dark .avue-sidebar .el-menu .el-menu-item span {
  color: #FFFFFF;
}
.dark .avue-sidebar .el-menu .el-menu-item.is-active {
  background-color: #1890ff !important;
  color: #FFFFFF;
}
.dark .avue-sidebar .el-menu .el-menu-item.is-active:hover span {
  color: #FFFFFF;
}
.dark .avue-sidebar .el-menu .el-menu-item.is-active:hover i {
  color: #FFFFFF;
}
.dark .avue-sidebar .el-menu .el-menu-item:hover i {
  color: #1890ff;
}
.dark .avue-sidebar .el-menu .el-menu-item:hover span {
  color: #1890ff;
}
.dark .el-menu--vertical {
  background-color: #001529;
}
.dark .el-menu--vertical .el-menu--popup {
  max-height: 600px !important;
  overflow: auto !important;
}
.dark .el-menu--vertical .el-menu {
  background-color: #001529;
}
.dark .el-menu--vertical .el-menu .el-menu-item {
  background-color: #001529;
}
.dark .el-menu--vertical .el-menu .el-menu-item i {
  color: #FFFFFF;
}
.dark .el-menu--vertical .el-menu .el-menu-item span {
  color: #FFFFFF;
}
.dark .el-menu--vertical .el-menu .el-submenu__title i {
  color: #FFFFFF;
}
.dark .el-menu--vertical .el-menu .el-submenu__title span {
  color: #FFFFFF;
}
.dark .el-menu--vertical .el-menu .el-submenu__title:hover {
  background-color: transparent;
}
.dark .el-menu--vertical .el-menu .el-submenu__title:hover span {
  color: #1890ff;
}
.dark .el-menu--vertical .el-menu .el-submenu__title:hover i {
  color: #1890ff;
}
.dark .el-menu--vertical .el-menu .el-menu-item:hover span {
  color: #1890ff;
}
.dark .el-menu--vertical .el-menu .el-menu-item:hover i {
  color: #1890ff;
}
.dark .el-menu--vertical .el-menu .el-menu-item.is-active {
  background-color: #1890ff;
  color: #FFFFFF;
}
.dark .el-menu--vertical .el-menu .el-menu-item.is-active:hover span {
  color: #FFFFFF;
}
.dark .el-menu--vertical .el-menu .el-menu-item.is-active:hover i {
  color: #FFFFFF;
}
.dark .avue-top {
  color: #FFFFFF;
  background-color: #031e39;
}
.dark .avue-top .avue-top-sidebar .el-menu {
  background-color: #031e39;
}
.dark .avue-top .avue-top-sidebar .el-menu .menu-wrapper .el-menu-item {
  color: #FFFFFF;
}
.dark .avue-top .avue-top-sidebar .el-menu .menu-wrapper .el-menu-item .menuItemBox i {
  color: #FFFFFF;
  margin-right: 10px;
}
.dark .avue-top .avue-top-sidebar .el-menu .menu-wrapper .el-menu-item .menuItemBox i:last-child {
  display: none;
}
.dark .avue-top .avue-top-sidebar .el-menu .menu-wrapper .nest-menu .el-submenu__title {
  color: #FFFFFF;
}
.dark .avue-top .avue-top-sidebar .el-menu .menu-wrapper .nest-menu .el-submenu__title i {
  color: #FFFFFF;
  margin-right: 10px;
}
.dark .avue-top .avue-top-sidebar .el-menu .menu-wrapper .nest-menu .el-submenu__title i:last-child {
  display: none;
}
.dark .avue-top .avue-top-sidebar .el-menu .menu-wrapper .nest-menu .el-submenu__title:hover {
  background-color: transparent;
}
.dark .avue-top .avue-top-sidebar .el-menu .menu-wrapper .nest-menu .el-submenu__title:hover span {
  color: #1890ff;
}
.dark .avue-top .avue-top-sidebar .el-menu .menu-wrapper .nest-menu .el-submenu__title:hover i {
  color: #1890ff;
}
.dark .avue-top .avue-top-sidebar .el-menu .menu-wrapper .nest-menu .headMenuItem {
  max-width: 160px;
}
.dark .el-menu--horizontal {
  background-color: #001529;
}
.dark .el-menu--horizontal .el-menu--popup {
  max-height: 600px;
  overflow: auto;
}
.dark .el-menu--horizontal .el-menu {
  background-color: #001529;
}
.dark .el-menu--horizontal .el-menu .menu-wrapper {
  background-color: #001529;
}
.dark .el-menu--horizontal .el-menu .menu-wrapper .nest-menu {
  width: 100%;
}
.dark .el-menu--horizontal .el-menu .menu-wrapper .nest-menu .el-submenu__title {
  background-color: #001529;
  height: 46px;
  line-height: 46px;
}
.dark .el-menu--horizontal .el-menu .menu-wrapper .nest-menu .el-submenu__title i {
  color: #FFFFFF;
  margin-left: 15px;
  margin-right: 6px;
  font-size: 20px;
}
.dark .el-menu--horizontal .el-menu .menu-wrapper .nest-menu .el-submenu__title span {
  color: #FFFFFF;
}
.dark .el-menu--horizontal .el-menu .el-menu-item {
  background-color: #001529;
  height: 46px;
  line-height: 46px;
  font-size: 16px;
}
.dark .el-menu--horizontal .el-menu .el-menu-item i {
  color: #FFFFFF;
  margin-left: 15px;
  margin-right: 6px;
  font-size: 20px;
}
.dark .el-menu--horizontal .el-menu .el-menu-item span {
  color: #FFFFFF;
}
.dark .el-menu--horizontal .el-menu .el-submenu__title {
  font-size: 16px;
}
.dark .el-menu--horizontal .el-menu .el-submenu__title i {
  color: #FFFFFF;
}
.dark .el-menu--horizontal .el-menu .el-submenu__title span {
  color: #FFFFFF;
}
.dark .el-menu--horizontal .el-menu .el-submenu__title:hover {
  background-color: transparent;
}
.dark .el-menu--horizontal .el-menu .el-submenu__title:hover span {
  color: #1890ff;
}
.dark .el-menu--horizontal .el-menu .el-submenu__title:hover i {
  color: #1890ff;
}
.dark .el-menu--horizontal .el-menu .el-menu-item:hover span {
  color: #1890ff;
}
.dark .el-menu--horizontal .el-menu .el-menu-item:hover i {
  color: #1890ff;
}
.dark .el-menu--horizontal .el-menu .el-menu-item.is-active {
  background-color: #1890ff;
  color: #FFFFFF;
}
.dark .el-menu--horizontal .el-menu .el-menu-item.is-active:hover span {
  color: #FFFFFF;
}
.dark .el-menu--horizontal .el-menu .el-menu-item.is-active:hover i {
  color: #FFFFFF;
}
.dark .top-menu .el-menu-item i {
  color: #FFFFFF !important;
}
.dark .top-menu .el-menu-item span {
  color: #FFFFFF;
}
.dark .blend .el-menu .menu-wrapper .elMenuItem {
  background-color: #001529;
}
.dark .plain .avue-layout {
  padding-left: 80px;
}
.dark .plain .avue-left {
  width: 80px;
}
.dark .plain .el-menu .nest-menu .el-submenu__title {
  height: 70px;
}
.dark .plain .el-menu .nest-menu .el-submenu__title i {
  font-size: 28px;
}
.lightWhite #app .blue .logo-content {
  background-color: #1B60A5;
}
.lightWhite #app .blue .avue-sidebar {
  background-color: #FFFFFF;
}
.lightWhite #app .blue .avue-sidebar .el-menu {
  background-color: #FFFFFF;
}
.lightWhite #app .blue .avue-sidebar .el-menu .nest-menu .menu-wrapper {
  background-color: #FFFFFF;
}
.lightWhite #app .blue .avue-sidebar .el-menu .el-submenu__title i {
  color: #333333;
}
.lightWhite #app .blue .avue-sidebar .el-menu .el-submenu__title span {
  color: #333333;
}
.lightWhite #app .blue .avue-sidebar .el-menu .el-submenu__title:hover {
  background-color: transparent;
}
.lightWhite #app .blue .avue-sidebar .el-menu .el-submenu__title:hover i {
  color: #1B60A5;
}
.lightWhite #app .blue .avue-sidebar .el-menu .el-submenu__title:hover span {
  color: #1B60A5;
}
.lightWhite #app .blue .avue-sidebar .el-menu .el-menu-item {
  background-color: #FFFFFF;
}
.lightWhite #app .blue .avue-sidebar .el-menu .el-menu-item i {
  color: #333333;
}
.lightWhite #app .blue .avue-sidebar .el-menu .el-menu-item span {
  color: #333333;
}
.lightWhite #app .blue .avue-sidebar .el-menu .el-menu-item.is-active {
  background-color: #1B60A5 !important;
  color: #FFFFFF;
}
.lightWhite #app .blue .avue-sidebar .el-menu .el-menu-item.is-active i {
  color: #FFFFFF;
}
.lightWhite #app .blue .avue-sidebar .el-menu .el-menu-item.is-active span {
  color: #FFFFFF;
}
.lightWhite #app .blue .avue-sidebar .el-menu .el-menu-item.is-active:hover span {
  color: #FFFFFF;
}
.lightWhite #app .blue .avue-sidebar .el-menu .el-menu-item.is-active:hover i {
  color: #FFFFFF;
}
.lightWhite #app .blue .avue-sidebar .el-menu .el-menu-item:hover i {
  color: #1B60A5;
}
.lightWhite #app .blue .avue-sidebar .el-menu .el-menu-item:hover span {
  color: #1B60A5;
}
.lightWhite #app .blue .el-menu--vertical {
  background-color: #FFFFFF;
}
.lightWhite #app .blue .el-menu--vertical .el-menu--popup {
  max-height: 600px !important;
  overflow: auto !important;
}
.lightWhite #app .blue .el-menu--vertical .el-menu {
  background-color: #FFFFFF;
}
.lightWhite #app .blue .el-menu--vertical .el-menu .el-menu-item {
  background-color: #FFFFFF;
}
.lightWhite #app .blue .el-menu--vertical .el-menu .el-menu-item i {
  color: #333333;
}
.lightWhite #app .blue .el-menu--vertical .el-menu .el-menu-item span {
  color: #333333;
}
.lightWhite #app .blue .el-menu--vertical .el-menu .el-submenu__title i {
  color: #333333;
}
.lightWhite #app .blue .el-menu--vertical .el-menu .el-submenu__title span {
  color: #333333;
}
.lightWhite #app .blue .el-menu--vertical .el-menu .el-submenu__title:hover {
  background-color: transparent;
}
.lightWhite #app .blue .el-menu--vertical .el-menu .el-submenu__title:hover span {
  color: #1B60A5;
}
.lightWhite #app .blue .el-menu--vertical .el-menu .el-submenu__title:hover i {
  color: #1B60A5;
}
.lightWhite #app .blue .el-menu--vertical .el-menu .el-menu-item:hover span {
  color: #1B60A5;
}
.lightWhite #app .blue .el-menu--vertical .el-menu .el-menu-item:hover i {
  color: #1B60A5;
}
.lightWhite #app .blue .el-menu--vertical .el-menu .el-menu-item.is-active {
  background-color: #1B60A5;
  color: #333333;
}
.lightWhite #app .blue .el-menu--vertical .el-menu .el-menu-item.is-active:hover span {
  color: #333333;
}
.lightWhite #app .blue .el-menu--vertical .el-menu .el-menu-item.is-active:hover i {
  color: #333333;
}
.lightWhite #app .blue .avue-top {
  color: #FFFFFF;
  background-color: #1B60A5 !important;
}
.lightWhite #app .blue .avue-top .avue-top-sidebar .el-menu {
  background-color: #1B60A5;
}
.lightWhite #app .blue .avue-top .avue-top-sidebar .el-menu .el-submenu__title {
  color: #FFFFFF;
}
.lightWhite #app .blue .avue-top .avue-top-sidebar .el-menu .el-submenu__title i {
  color: #FFFFFF;
  margin-right: 10px;
}
.lightWhite #app .blue .avue-top .avue-top-sidebar .el-menu .el-submenu__title i:last-child {
  display: none;
}
.lightWhite #app .blue .avue-top .avue-top-sidebar .el-menu .el-submenu__title:hover {
  background-color: transparent;
}
.lightWhite #app .blue .avue-top .avue-top-sidebar .el-menu .el-submenu__title:hover span {
  color: #FFFFFF;
}
.lightWhite #app .blue .avue-top .avue-top-sidebar .el-menu .el-submenu__title:hover i {
  color: #FFFFFF;
}
.lightWhite #app .blue .avue-top .avue-top-sidebar .el-menu .headMenuItem {
  max-width: 160px;
}
.lightWhite #app .blue .top-menu .el-menu-item i {
  color: #FFFFFF !important;
}
.lightWhite #app .blue .top-menu .el-menu-item span {
  color: #FFFFFF;
}
.lightWhite #app .blue .blend .el-menu .menu-wrapper .elMenuItem {
  background-color: #FFFFFF;
}
.lightWhite #app .blue .plain .avue-layout {
  padding-left: 80px;
}
.lightWhite #app .blue .plain .avue-left {
  width: 80px;
}
.lightWhite #app .blue .plain .el-menu {
  background-color: #FFFFFF !important;
}
.lightWhite #app .blue .plain .el-menu .nest-menu .el-submenu__title {
  height: 70px;
}
.lightWhite #app .blue .plain .el-menu .nest-menu .el-submenu__title i {
  font-size: 28px;
}

.lightWhite > .blue .headMenuItem {
  max-width: 150px;
}
.lightWhite > .blue .el-menu--popup {
  max-height: 600px;
  overflow: auto;
}
.lightWhite > .blue .el-menu {
  background-color: transparent;
}
.lightWhite > .blue .el-menu .menu-wrapper {
  background-color: #FFFFFF;
}
.lightWhite > .blue .el-menu .menu-wrapper .nest-menu {
  width: 100%;
}
.lightWhite > .blue .el-menu .menu-wrapper .nest-menu .el-submenu__title {
  background-color: #FFFFFF;
  height: 46px;
  line-height: 46px;
}
.lightWhite > .blue .el-menu .menu-wrapper .nest-menu .el-submenu__title i {
  color: #333333;
  margin-left: 15px;
  margin-right: 6px;
  font-size: 20px;
}
.lightWhite > .blue .el-menu .menu-wrapper .nest-menu .el-submenu__title span {
  color: #333333;
}
.lightWhite > .blue .el-menu .el-menu-item {
  background-color: #FFFFFF;
  height: 46px;
  line-height: 46px;
}
.lightWhite > .blue .el-menu .el-menu-item i {
  color: #333333;
  margin-left: 15px;
  margin-right: 6px;
  font-size: 20px;
}
.lightWhite > .blue .el-menu .el-menu-item span {
  color: #333333;
}
.lightWhite > .blue .el-menu .el-submenu__title i {
  color: #333333;
}
.lightWhite > .blue .el-menu .el-submenu__title span {
  color: #333333;
}
.lightWhite > .blue .el-menu .el-submenu__title:hover {
  background-color: transparent;
}
.lightWhite > .blue .el-menu .el-submenu__title:hover span {
  color: #1B60A5;
}
.lightWhite > .blue .el-menu .el-submenu__title:hover i {
  color: #1B60A5;
}
.lightWhite > .blue .el-menu .el-menu-item:hover span {
  color: #1B60A5;
}
.lightWhite > .blue .el-menu .el-menu-item:hover i {
  color: #1B60A5;
}
.lightWhite > .blue .el-menu .el-menu-item.is-active {
  background-color: #1B60A5;
  color: #FFFFFF;
}
.lightWhite > .blue .el-menu .el-menu-item.is-active i {
  color: #FFFFFF;
}
.lightWhite > .blue .el-menu .el-menu-item.is-active span {
  color: #FFFFFF;
}
.lightWhite > .blue .el-menu .el-menu-item.is-active:hover span {
  color: #FFFFFF;
}
.lightWhite > .blue .el-menu .el-menu-item.is-active:hover i {
  color: #FFFFFF;
}
.lightWhite > .blue .el-menu .el-menu-item:hover i {
  color: #1B60A5;
}
.lightWhite > .blue .el-menu .el-menu-item:hover span {
  color: #1B60A5;
}

.lightWhite #app .purple .logo-content {
  background-color: #722ED1;
}
.lightWhite #app .purple .avue-sidebar {
  background-color: #FFFFFF;
}
.lightWhite #app .purple .avue-sidebar .el-menu {
  background-color: #FFFFFF;
}
.lightWhite #app .purple .avue-sidebar .el-menu .nest-menu .menu-wrapper {
  background-color: #FFFFFF;
}
.lightWhite #app .purple .avue-sidebar .el-menu .el-submenu__title i {
  color: #333333;
}
.lightWhite #app .purple .avue-sidebar .el-menu .el-submenu__title span {
  color: #333333;
}
.lightWhite #app .purple .avue-sidebar .el-menu .el-submenu__title:hover {
  background-color: transparent;
}
.lightWhite #app .purple .avue-sidebar .el-menu .el-submenu__title:hover i {
  color: #722ED1;
}
.lightWhite #app .purple .avue-sidebar .el-menu .el-submenu__title:hover span {
  color: #722ED1;
}
.lightWhite #app .purple .avue-sidebar .el-menu .el-menu-item {
  background-color: #FFFFFF;
}
.lightWhite #app .purple .avue-sidebar .el-menu .el-menu-item i {
  color: #333333;
}
.lightWhite #app .purple .avue-sidebar .el-menu .el-menu-item span {
  color: #333333;
}
.lightWhite #app .purple .avue-sidebar .el-menu .el-menu-item.is-active {
  background-color: #722ED1 !important;
  color: #FFFFFF;
}
.lightWhite #app .purple .avue-sidebar .el-menu .el-menu-item.is-active i {
  color: #FFFFFF;
}
.lightWhite #app .purple .avue-sidebar .el-menu .el-menu-item.is-active span {
  color: #FFFFFF;
}
.lightWhite #app .purple .avue-sidebar .el-menu .el-menu-item.is-active:hover span {
  color: #FFFFFF;
}
.lightWhite #app .purple .avue-sidebar .el-menu .el-menu-item.is-active:hover i {
  color: #FFFFFF;
}
.lightWhite #app .purple .avue-sidebar .el-menu .el-menu-item:hover i {
  color: #722ED1;
}
.lightWhite #app .purple .avue-sidebar .el-menu .el-menu-item:hover span {
  color: #722ED1;
}
.lightWhite #app .purple .el-menu--vertical {
  background-color: #FFFFFF;
}
.lightWhite #app .purple .el-menu--vertical .el-menu--popup {
  max-height: 600px !important;
  overflow: auto !important;
}
.lightWhite #app .purple .el-menu--vertical .el-menu {
  background-color: #FFFFFF;
}
.lightWhite #app .purple .el-menu--vertical .el-menu .el-menu-item {
  background-color: #FFFFFF;
}
.lightWhite #app .purple .el-menu--vertical .el-menu .el-menu-item i {
  color: #333333;
}
.lightWhite #app .purple .el-menu--vertical .el-menu .el-menu-item span {
  color: #333333;
}
.lightWhite #app .purple .el-menu--vertical .el-menu .el-submenu__title i {
  color: #333333;
}
.lightWhite #app .purple .el-menu--vertical .el-menu .el-submenu__title span {
  color: #333333;
}
.lightWhite #app .purple .el-menu--vertical .el-menu .el-submenu__title:hover {
  background-color: transparent;
}
.lightWhite #app .purple .el-menu--vertical .el-menu .el-submenu__title:hover span {
  color: #722ED1;
}
.lightWhite #app .purple .el-menu--vertical .el-menu .el-submenu__title:hover i {
  color: #722ED1;
}
.lightWhite #app .purple .el-menu--vertical .el-menu .el-menu-item:hover span {
  color: #722ED1;
}
.lightWhite #app .purple .el-menu--vertical .el-menu .el-menu-item:hover i {
  color: #722ED1;
}
.lightWhite #app .purple .el-menu--vertical .el-menu .el-menu-item.is-active {
  background-color: #722ED1;
  color: #333333;
}
.lightWhite #app .purple .el-menu--vertical .el-menu .el-menu-item.is-active:hover span {
  color: #333333;
}
.lightWhite #app .purple .el-menu--vertical .el-menu .el-menu-item.is-active:hover i {
  color: #333333;
}
.lightWhite #app .purple .avue-top {
  color: #FFFFFF;
  background-color: #722ED1 !important;
}
.lightWhite #app .purple .avue-top .avue-top-sidebar .el-menu {
  background-color: #722ED1;
}
.lightWhite #app .purple .avue-top .avue-top-sidebar .el-menu .el-submenu__title {
  color: #FFFFFF;
}
.lightWhite #app .purple .avue-top .avue-top-sidebar .el-menu .el-submenu__title i {
  color: #FFFFFF;
  margin-right: 10px;
}
.lightWhite #app .purple .avue-top .avue-top-sidebar .el-menu .el-submenu__title i:last-child {
  display: none;
}
.lightWhite #app .purple .avue-top .avue-top-sidebar .el-menu .el-submenu__title:hover {
  background-color: transparent;
}
.lightWhite #app .purple .avue-top .avue-top-sidebar .el-menu .el-submenu__title:hover span {
  color: #FFFFFF;
}
.lightWhite #app .purple .avue-top .avue-top-sidebar .el-menu .el-submenu__title:hover i {
  color: #FFFFFF;
}
.lightWhite #app .purple .avue-top .avue-top-sidebar .el-menu .headMenuItem {
  max-width: 160px;
}
.lightWhite #app .purple .top-menu .el-menu-item i {
  color: #FFFFFF !important;
}
.lightWhite #app .purple .top-menu .el-menu-item span {
  color: #FFFFFF;
}
.lightWhite #app .purple .blend .el-menu .menu-wrapper .elMenuItem {
  background-color: #FFFFFF;
}
.lightWhite #app .purple .plain .avue-layout {
  padding-left: 80px;
}
.lightWhite #app .purple .plain .avue-left {
  width: 80px;
}
.lightWhite #app .purple .plain .el-menu {
  background-color: #FFFFFF !important;
}
.lightWhite #app .purple .plain .el-menu .nest-menu .el-submenu__title {
  height: 70px;
}
.lightWhite #app .purple .plain .el-menu .nest-menu .el-submenu__title i {
  font-size: 28px;
}

.lightWhite > .purple .headMenuItem {
  max-width: 150px;
}
.lightWhite > .purple .el-menu--popup {
  max-height: 600px;
  overflow: auto;
}
.lightWhite > .purple .el-menu {
  background-color: transparent;
}
.lightWhite > .purple .el-menu .menu-wrapper {
  background-color: #FFFFFF;
}
.lightWhite > .purple .el-menu .menu-wrapper .nest-menu {
  width: 100%;
}
.lightWhite > .purple .el-menu .menu-wrapper .nest-menu .el-submenu__title {
  background-color: #FFFFFF;
  height: 46px;
  line-height: 46px;
}
.lightWhite > .purple .el-menu .menu-wrapper .nest-menu .el-submenu__title i {
  color: #333333;
  margin-left: 15px;
  margin-right: 6px;
  font-size: 20px;
}
.lightWhite > .purple .el-menu .menu-wrapper .nest-menu .el-submenu__title span {
  color: #333333;
}
.lightWhite > .purple .el-menu .el-menu-item {
  background-color: #FFFFFF;
  height: 46px;
  line-height: 46px;
}
.lightWhite > .purple .el-menu .el-menu-item i {
  color: #333333;
  margin-left: 15px;
  margin-right: 6px;
  font-size: 20px;
}
.lightWhite > .purple .el-menu .el-menu-item span {
  color: #333333;
}
.lightWhite > .purple .el-menu .el-submenu__title i {
  color: #333333;
}
.lightWhite > .purple .el-menu .el-submenu__title span {
  color: #333333;
}
.lightWhite > .purple .el-menu .el-submenu__title:hover {
  background-color: transparent;
}
.lightWhite > .purple .el-menu .el-submenu__title:hover span {
  color: #722ED1;
}
.lightWhite > .purple .el-menu .el-submenu__title:hover i {
  color: #722ED1;
}
.lightWhite > .purple .el-menu .el-menu-item:hover span {
  color: #722ED1;
}
.lightWhite > .purple .el-menu .el-menu-item:hover i {
  color: #722ED1;
}
.lightWhite > .purple .el-menu .el-menu-item.is-active {
  background-color: #722ED1;
  color: #FFFFFF;
}
.lightWhite > .purple .el-menu .el-menu-item.is-active i {
  color: #FFFFFF;
}
.lightWhite > .purple .el-menu .el-menu-item.is-active span {
  color: #FFFFFF;
}
.lightWhite > .purple .el-menu .el-menu-item.is-active:hover span {
  color: #FFFFFF;
}
.lightWhite > .purple .el-menu .el-menu-item.is-active:hover i {
  color: #FFFFFF;
}
.lightWhite > .purple .el-menu .el-menu-item:hover i {
  color: #722ED1;
}
.lightWhite > .purple .el-menu .el-menu-item:hover span {
  color: #722ED1;
}

.lightWhite #app .azure .logo-content {
  background-color: #211BCE;
}
.lightWhite #app .azure .avue-sidebar {
  background-color: #FFFFFF;
}
.lightWhite #app .azure .avue-sidebar .el-menu {
  background-color: #FFFFFF;
}
.lightWhite #app .azure .avue-sidebar .el-menu .nest-menu .menu-wrapper {
  background-color: #FFFFFF;
}
.lightWhite #app .azure .avue-sidebar .el-menu .el-submenu__title i {
  color: #333333;
}
.lightWhite #app .azure .avue-sidebar .el-menu .el-submenu__title span {
  color: #333333;
}
.lightWhite #app .azure .avue-sidebar .el-menu .el-submenu__title:hover {
  background-color: transparent;
}
.lightWhite #app .azure .avue-sidebar .el-menu .el-submenu__title:hover i {
  color: #211BCE;
}
.lightWhite #app .azure .avue-sidebar .el-menu .el-submenu__title:hover span {
  color: #211BCE;
}
.lightWhite #app .azure .avue-sidebar .el-menu .el-menu-item {
  background-color: #FFFFFF;
}
.lightWhite #app .azure .avue-sidebar .el-menu .el-menu-item i {
  color: #333333;
}
.lightWhite #app .azure .avue-sidebar .el-menu .el-menu-item span {
  color: #333333;
}
.lightWhite #app .azure .avue-sidebar .el-menu .el-menu-item.is-active {
  background-color: #211BCE !important;
  color: #FFFFFF;
}
.lightWhite #app .azure .avue-sidebar .el-menu .el-menu-item.is-active i {
  color: #FFFFFF;
}
.lightWhite #app .azure .avue-sidebar .el-menu .el-menu-item.is-active span {
  color: #FFFFFF;
}
.lightWhite #app .azure .avue-sidebar .el-menu .el-menu-item.is-active:hover span {
  color: #FFFFFF;
}
.lightWhite #app .azure .avue-sidebar .el-menu .el-menu-item.is-active:hover i {
  color: #FFFFFF;
}
.lightWhite #app .azure .avue-sidebar .el-menu .el-menu-item:hover i {
  color: #211BCE;
}
.lightWhite #app .azure .avue-sidebar .el-menu .el-menu-item:hover span {
  color: #211BCE;
}
.lightWhite #app .azure .el-menu--vertical {
  background-color: #FFFFFF;
}
.lightWhite #app .azure .el-menu--vertical .el-menu--popup {
  max-height: 600px !important;
  overflow: auto !important;
}
.lightWhite #app .azure .el-menu--vertical .el-menu {
  background-color: #FFFFFF;
}
.lightWhite #app .azure .el-menu--vertical .el-menu .el-menu-item {
  background-color: #FFFFFF;
}
.lightWhite #app .azure .el-menu--vertical .el-menu .el-menu-item i {
  color: #333333;
}
.lightWhite #app .azure .el-menu--vertical .el-menu .el-menu-item span {
  color: #333333;
}
.lightWhite #app .azure .el-menu--vertical .el-menu .el-submenu__title i {
  color: #333333;
}
.lightWhite #app .azure .el-menu--vertical .el-menu .el-submenu__title span {
  color: #333333;
}
.lightWhite #app .azure .el-menu--vertical .el-menu .el-submenu__title:hover {
  background-color: transparent;
}
.lightWhite #app .azure .el-menu--vertical .el-menu .el-submenu__title:hover span {
  color: #211BCE;
}
.lightWhite #app .azure .el-menu--vertical .el-menu .el-submenu__title:hover i {
  color: #211BCE;
}
.lightWhite #app .azure .el-menu--vertical .el-menu .el-menu-item:hover span {
  color: #211BCE;
}
.lightWhite #app .azure .el-menu--vertical .el-menu .el-menu-item:hover i {
  color: #211BCE;
}
.lightWhite #app .azure .el-menu--vertical .el-menu .el-menu-item.is-active {
  background-color: #211BCE;
  color: #333333;
}
.lightWhite #app .azure .el-menu--vertical .el-menu .el-menu-item.is-active:hover span {
  color: #333333;
}
.lightWhite #app .azure .el-menu--vertical .el-menu .el-menu-item.is-active:hover i {
  color: #333333;
}
.lightWhite #app .azure .avue-top {
  color: #FFFFFF;
  background-color: #211BCE !important;
}
.lightWhite #app .azure .avue-top .avue-top-sidebar .el-menu {
  background-color: #211BCE;
}
.lightWhite #app .azure .avue-top .avue-top-sidebar .el-menu .el-submenu__title {
  color: #FFFFFF;
}
.lightWhite #app .azure .avue-top .avue-top-sidebar .el-menu .el-submenu__title i {
  color: #FFFFFF;
  margin-right: 10px;
}
.lightWhite #app .azure .avue-top .avue-top-sidebar .el-menu .el-submenu__title i:last-child {
  display: none;
}
.lightWhite #app .azure .avue-top .avue-top-sidebar .el-menu .el-submenu__title:hover {
  background-color: transparent;
}
.lightWhite #app .azure .avue-top .avue-top-sidebar .el-menu .el-submenu__title:hover span {
  color: #FFFFFF;
}
.lightWhite #app .azure .avue-top .avue-top-sidebar .el-menu .el-submenu__title:hover i {
  color: #FFFFFF;
}
.lightWhite #app .azure .avue-top .avue-top-sidebar .el-menu .headMenuItem {
  max-width: 160px;
}
.lightWhite #app .azure .top-menu .el-menu-item i {
  color: #FFFFFF !important;
}
.lightWhite #app .azure .top-menu .el-menu-item span {
  color: #FFFFFF;
}
.lightWhite #app .azure .blend .el-menu .menu-wrapper .elMenuItem {
  background-color: #FFFFFF;
}
.lightWhite #app .azure .plain .avue-layout {
  padding-left: 80px;
}
.lightWhite #app .azure .plain .avue-left {
  width: 80px;
}
.lightWhite #app .azure .plain .el-menu {
  background-color: #FFFFFF !important;
}
.lightWhite #app .azure .plain .el-menu .nest-menu .el-submenu__title {
  height: 70px;
}
.lightWhite #app .azure .plain .el-menu .nest-menu .el-submenu__title i {
  font-size: 28px;
}

.lightWhite > .azure .headMenuItem {
  max-width: 150px;
}
.lightWhite > .azure .el-menu--popup {
  max-height: 600px;
  overflow: auto;
}
.lightWhite > .azure .el-menu {
  background-color: transparent;
}
.lightWhite > .azure .el-menu .menu-wrapper {
  background-color: #FFFFFF;
}
.lightWhite > .azure .el-menu .menu-wrapper .nest-menu {
  width: 100%;
}
.lightWhite > .azure .el-menu .menu-wrapper .nest-menu .el-submenu__title {
  background-color: #FFFFFF;
  height: 46px;
  line-height: 46px;
}
.lightWhite > .azure .el-menu .menu-wrapper .nest-menu .el-submenu__title i {
  color: #333333;
  margin-left: 15px;
  margin-right: 6px;
  font-size: 20px;
}
.lightWhite > .azure .el-menu .menu-wrapper .nest-menu .el-submenu__title span {
  color: #333333;
}
.lightWhite > .azure .el-menu .el-menu-item {
  background-color: #FFFFFF;
  height: 46px;
  line-height: 46px;
}
.lightWhite > .azure .el-menu .el-menu-item i {
  color: #333333;
  margin-left: 15px;
  margin-right: 6px;
  font-size: 20px;
}
.lightWhite > .azure .el-menu .el-menu-item span {
  color: #333333;
}
.lightWhite > .azure .el-menu .el-submenu__title i {
  color: #333333;
}
.lightWhite > .azure .el-menu .el-submenu__title span {
  color: #333333;
}
.lightWhite > .azure .el-menu .el-submenu__title:hover {
  background-color: transparent;
}
.lightWhite > .azure .el-menu .el-submenu__title:hover span {
  color: #211BCE;
}
.lightWhite > .azure .el-menu .el-submenu__title:hover i {
  color: #211BCE;
}
.lightWhite > .azure .el-menu .el-menu-item:hover span {
  color: #211BCE;
}
.lightWhite > .azure .el-menu .el-menu-item:hover i {
  color: #211BCE;
}
.lightWhite > .azure .el-menu .el-menu-item.is-active {
  background-color: #211BCE;
  color: #FFFFFF;
}
.lightWhite > .azure .el-menu .el-menu-item.is-active i {
  color: #FFFFFF;
}
.lightWhite > .azure .el-menu .el-menu-item.is-active span {
  color: #FFFFFF;
}
.lightWhite > .azure .el-menu .el-menu-item.is-active:hover span {
  color: #FFFFFF;
}
.lightWhite > .azure .el-menu .el-menu-item.is-active:hover i {
  color: #FFFFFF;
}
.lightWhite > .azure .el-menu .el-menu-item:hover i {
  color: #211BCE;
}
.lightWhite > .azure .el-menu .el-menu-item:hover span {
  color: #211BCE;
}

.lightWhite #app .blackblue .logo-content {
  background-color: #211BCE;
}
.lightWhite #app .blackblue .avue-sidebar {
  background-color: #FFFFFF;
}
.lightWhite #app .blackblue .avue-sidebar .el-menu {
  background-color: #FFFFFF;
}
.lightWhite #app .blackblue .avue-sidebar .el-menu .nest-menu .menu-wrapper {
  background-color: #FFFFFF;
}
.lightWhite #app .blackblue .avue-sidebar .el-menu .el-submenu__title i {
  color: #333333;
}
.lightWhite #app .blackblue .avue-sidebar .el-menu .el-submenu__title span {
  color: #333333;
}
.lightWhite #app .blackblue .avue-sidebar .el-menu .el-submenu__title:hover {
  background-color: transparent;
}
.lightWhite #app .blackblue .avue-sidebar .el-menu .el-submenu__title:hover i {
  color: #211BCE;
}
.lightWhite #app .blackblue .avue-sidebar .el-menu .el-submenu__title:hover span {
  color: #211BCE;
}
.lightWhite #app .blackblue .avue-sidebar .el-menu .el-menu-item {
  background-color: #FFFFFF;
}
.lightWhite #app .blackblue .avue-sidebar .el-menu .el-menu-item i {
  color: #333333;
}
.lightWhite #app .blackblue .avue-sidebar .el-menu .el-menu-item span {
  color: #333333;
}
.lightWhite #app .blackblue .avue-sidebar .el-menu .el-menu-item.is-active {
  background-color: #211BCE !important;
  color: #FFFFFF;
}
.lightWhite #app .blackblue .avue-sidebar .el-menu .el-menu-item.is-active i {
  color: #FFFFFF;
}
.lightWhite #app .blackblue .avue-sidebar .el-menu .el-menu-item.is-active span {
  color: #FFFFFF;
}
.lightWhite #app .blackblue .avue-sidebar .el-menu .el-menu-item.is-active:hover span {
  color: #FFFFFF;
}
.lightWhite #app .blackblue .avue-sidebar .el-menu .el-menu-item.is-active:hover i {
  color: #FFFFFF;
}
.lightWhite #app .blackblue .avue-sidebar .el-menu .el-menu-item:hover i {
  color: #211BCE;
}
.lightWhite #app .blackblue .avue-sidebar .el-menu .el-menu-item:hover span {
  color: #211BCE;
}
.lightWhite #app .blackblue .el-menu--vertical {
  background-color: #FFFFFF;
}
.lightWhite #app .blackblue .el-menu--vertical .el-menu--popup {
  max-height: 600px !important;
  overflow: auto !important;
}
.lightWhite #app .blackblue .el-menu--vertical .el-menu {
  background-color: #FFFFFF;
}
.lightWhite #app .blackblue .el-menu--vertical .el-menu .el-menu-item {
  background-color: #FFFFFF;
}
.lightWhite #app .blackblue .el-menu--vertical .el-menu .el-menu-item i {
  color: #333333;
}
.lightWhite #app .blackblue .el-menu--vertical .el-menu .el-menu-item span {
  color: #333333;
}
.lightWhite #app .blackblue .el-menu--vertical .el-menu .el-submenu__title i {
  color: #333333;
}
.lightWhite #app .blackblue .el-menu--vertical .el-menu .el-submenu__title span {
  color: #333333;
}
.lightWhite #app .blackblue .el-menu--vertical .el-menu .el-submenu__title:hover {
  background-color: transparent;
}
.lightWhite #app .blackblue .el-menu--vertical .el-menu .el-submenu__title:hover span {
  color: #211BCE;
}
.lightWhite #app .blackblue .el-menu--vertical .el-menu .el-submenu__title:hover i {
  color: #211BCE;
}
.lightWhite #app .blackblue .el-menu--vertical .el-menu .el-menu-item:hover span {
  color: #211BCE;
}
.lightWhite #app .blackblue .el-menu--vertical .el-menu .el-menu-item:hover i {
  color: #211BCE;
}
.lightWhite #app .blackblue .el-menu--vertical .el-menu .el-menu-item.is-active {
  background-color: #211BCE;
  color: #333333;
}
.lightWhite #app .blackblue .el-menu--vertical .el-menu .el-menu-item.is-active:hover span {
  color: #333333;
}
.lightWhite #app .blackblue .el-menu--vertical .el-menu .el-menu-item.is-active:hover i {
  color: #333333;
}
.lightWhite #app .blackblue .avue-top {
  color: #FFFFFF;
  background-color: #211BCE !important;
}
.lightWhite #app .blackblue .avue-top .avue-top-sidebar .el-menu {
  background-color: #211BCE;
}
.lightWhite #app .blackblue .avue-top .avue-top-sidebar .el-menu .el-submenu__title {
  color: #FFFFFF;
}
.lightWhite #app .blackblue .avue-top .avue-top-sidebar .el-menu .el-submenu__title i {
  color: #FFFFFF;
  margin-right: 10px;
}
.lightWhite #app .blackblue .avue-top .avue-top-sidebar .el-menu .el-submenu__title i:last-child {
  display: none;
}
.lightWhite #app .blackblue .avue-top .avue-top-sidebar .el-menu .el-submenu__title:hover {
  background-color: transparent;
}
.lightWhite #app .blackblue .avue-top .avue-top-sidebar .el-menu .el-submenu__title:hover span {
  color: #FFFFFF;
}
.lightWhite #app .blackblue .avue-top .avue-top-sidebar .el-menu .el-submenu__title:hover i {
  color: #FFFFFF;
}
.lightWhite #app .blackblue .avue-top .avue-top-sidebar .el-menu .headMenuItem {
  max-width: 160px;
}
.lightWhite #app .blackblue .top-menu .el-menu-item i {
  color: #FFFFFF !important;
}
.lightWhite #app .blackblue .top-menu .el-menu-item span {
  color: #FFFFFF;
}
.lightWhite #app .blackblue .blend .el-menu .menu-wrapper .elMenuItem {
  background-color: #FFFFFF;
}
.lightWhite #app .blackblue .plain .avue-layout {
  padding-left: 80px;
}
.lightWhite #app .blackblue .plain .avue-left {
  width: 80px;
}
.lightWhite #app .blackblue .plain .el-menu {
  background-color: #FFFFFF !important;
}
.lightWhite #app .blackblue .plain .el-menu .nest-menu .el-submenu__title {
  height: 70px;
}
.lightWhite #app .blackblue .plain .el-menu .nest-menu .el-submenu__title i {
  font-size: 28px;
}

.lightWhite > .blackblue .headMenuItem {
  max-width: 150px;
}
.lightWhite > .blackblue .el-menu--popup {
  max-height: 600px;
  overflow: auto;
}
.lightWhite > .blackblue .el-menu {
  background-color: transparent;
}
.lightWhite > .blackblue .el-menu .menu-wrapper {
  background-color: #FFFFFF;
}
.lightWhite > .blackblue .el-menu .menu-wrapper .nest-menu {
  width: 100%;
}
.lightWhite > .blackblue .el-menu .menu-wrapper .nest-menu .el-submenu__title {
  background-color: #FFFFFF;
  height: 46px;
  line-height: 46px;
}
.lightWhite > .blackblue .el-menu .menu-wrapper .nest-menu .el-submenu__title i {
  color: #333333;
  margin-left: 15px;
  margin-right: 6px;
  font-size: 20px;
}
.lightWhite > .blackblue .el-menu .menu-wrapper .nest-menu .el-submenu__title span {
  color: #333333;
}
.lightWhite > .blackblue .el-menu .el-menu-item {
  background-color: #FFFFFF;
  height: 46px;
  line-height: 46px;
}
.lightWhite > .blackblue .el-menu .el-menu-item i {
  color: #333333;
  margin-left: 15px;
  margin-right: 6px;
  font-size: 20px;
}
.lightWhite > .blackblue .el-menu .el-menu-item span {
  color: #333333;
}
.lightWhite > .blackblue .el-menu .el-submenu__title i {
  color: #333333;
}
.lightWhite > .blackblue .el-menu .el-submenu__title span {
  color: #333333;
}
.lightWhite > .blackblue .el-menu .el-submenu__title:hover {
  background-color: transparent;
}
.lightWhite > .blackblue .el-menu .el-submenu__title:hover span {
  color: #211BCE;
}
.lightWhite > .blackblue .el-menu .el-submenu__title:hover i {
  color: #211BCE;
}
.lightWhite > .blackblue .el-menu .el-menu-item:hover span {
  color: #211BCE;
}
.lightWhite > .blackblue .el-menu .el-menu-item:hover i {
  color: #211BCE;
}
.lightWhite > .blackblue .el-menu .el-menu-item.is-active {
  background-color: #211BCE;
  color: #FFFFFF;
}
.lightWhite > .blackblue .el-menu .el-menu-item.is-active i {
  color: #FFFFFF;
}
.lightWhite > .blackblue .el-menu .el-menu-item.is-active span {
  color: #FFFFFF;
}
.lightWhite > .blackblue .el-menu .el-menu-item.is-active:hover span {
  color: #FFFFFF;
}
.lightWhite > .blackblue .el-menu .el-menu-item.is-active:hover i {
  color: #FFFFFF;
}
.lightWhite > .blackblue .el-menu .el-menu-item:hover i {
  color: #211BCE;
}
.lightWhite > .blackblue .el-menu .el-menu-item:hover span {
  color: #211BCE;
}

.lightWhite #app .ocean .logo-content {
  background-color: #13C2C2;
}
.lightWhite #app .ocean .avue-sidebar {
  background-color: #FFFFFF;
}
.lightWhite #app .ocean .avue-sidebar .el-menu {
  background-color: #FFFFFF;
}
.lightWhite #app .ocean .avue-sidebar .el-menu .nest-menu .menu-wrapper {
  background-color: #FFFFFF;
}
.lightWhite #app .ocean .avue-sidebar .el-menu .el-submenu__title i {
  color: #333333;
}
.lightWhite #app .ocean .avue-sidebar .el-menu .el-submenu__title span {
  color: #333333;
}
.lightWhite #app .ocean .avue-sidebar .el-menu .el-submenu__title:hover {
  background-color: transparent;
}
.lightWhite #app .ocean .avue-sidebar .el-menu .el-submenu__title:hover i {
  color: #13C2C2;
}
.lightWhite #app .ocean .avue-sidebar .el-menu .el-submenu__title:hover span {
  color: #13C2C2;
}
.lightWhite #app .ocean .avue-sidebar .el-menu .el-menu-item {
  background-color: #FFFFFF;
}
.lightWhite #app .ocean .avue-sidebar .el-menu .el-menu-item i {
  color: #333333;
}
.lightWhite #app .ocean .avue-sidebar .el-menu .el-menu-item span {
  color: #333333;
}
.lightWhite #app .ocean .avue-sidebar .el-menu .el-menu-item.is-active {
  background-color: #13C2C2 !important;
  color: #FFFFFF;
}
.lightWhite #app .ocean .avue-sidebar .el-menu .el-menu-item.is-active i {
  color: #FFFFFF;
}
.lightWhite #app .ocean .avue-sidebar .el-menu .el-menu-item.is-active span {
  color: #FFFFFF;
}
.lightWhite #app .ocean .avue-sidebar .el-menu .el-menu-item.is-active:hover span {
  color: #FFFFFF;
}
.lightWhite #app .ocean .avue-sidebar .el-menu .el-menu-item.is-active:hover i {
  color: #FFFFFF;
}
.lightWhite #app .ocean .avue-sidebar .el-menu .el-menu-item:hover i {
  color: #13C2C2;
}
.lightWhite #app .ocean .avue-sidebar .el-menu .el-menu-item:hover span {
  color: #13C2C2;
}
.lightWhite #app .ocean .el-menu--vertical {
  background-color: #FFFFFF;
}
.lightWhite #app .ocean .el-menu--vertical .el-menu--popup {
  max-height: 600px !important;
  overflow: auto !important;
}
.lightWhite #app .ocean .el-menu--vertical .el-menu {
  background-color: #FFFFFF;
}
.lightWhite #app .ocean .el-menu--vertical .el-menu .el-menu-item {
  background-color: #FFFFFF;
}
.lightWhite #app .ocean .el-menu--vertical .el-menu .el-menu-item i {
  color: #333333;
}
.lightWhite #app .ocean .el-menu--vertical .el-menu .el-menu-item span {
  color: #333333;
}
.lightWhite #app .ocean .el-menu--vertical .el-menu .el-submenu__title i {
  color: #333333;
}
.lightWhite #app .ocean .el-menu--vertical .el-menu .el-submenu__title span {
  color: #333333;
}
.lightWhite #app .ocean .el-menu--vertical .el-menu .el-submenu__title:hover {
  background-color: transparent;
}
.lightWhite #app .ocean .el-menu--vertical .el-menu .el-submenu__title:hover span {
  color: #13C2C2;
}
.lightWhite #app .ocean .el-menu--vertical .el-menu .el-submenu__title:hover i {
  color: #13C2C2;
}
.lightWhite #app .ocean .el-menu--vertical .el-menu .el-menu-item:hover span {
  color: #13C2C2;
}
.lightWhite #app .ocean .el-menu--vertical .el-menu .el-menu-item:hover i {
  color: #13C2C2;
}
.lightWhite #app .ocean .el-menu--vertical .el-menu .el-menu-item.is-active {
  background-color: #13C2C2;
  color: #333333;
}
.lightWhite #app .ocean .el-menu--vertical .el-menu .el-menu-item.is-active:hover span {
  color: #333333;
}
.lightWhite #app .ocean .el-menu--vertical .el-menu .el-menu-item.is-active:hover i {
  color: #333333;
}
.lightWhite #app .ocean .avue-top {
  color: #FFFFFF;
  background-color: #13C2C2 !important;
}
.lightWhite #app .ocean .avue-top .avue-top-sidebar .el-menu {
  background-color: #13C2C2;
}
.lightWhite #app .ocean .avue-top .avue-top-sidebar .el-menu .el-submenu__title {
  color: #FFFFFF;
}
.lightWhite #app .ocean .avue-top .avue-top-sidebar .el-menu .el-submenu__title i {
  color: #FFFFFF;
  margin-right: 10px;
}
.lightWhite #app .ocean .avue-top .avue-top-sidebar .el-menu .el-submenu__title i:last-child {
  display: none;
}
.lightWhite #app .ocean .avue-top .avue-top-sidebar .el-menu .el-submenu__title:hover {
  background-color: transparent;
}
.lightWhite #app .ocean .avue-top .avue-top-sidebar .el-menu .el-submenu__title:hover span {
  color: #FFFFFF;
}
.lightWhite #app .ocean .avue-top .avue-top-sidebar .el-menu .el-submenu__title:hover i {
  color: #FFFFFF;
}
.lightWhite #app .ocean .avue-top .avue-top-sidebar .el-menu .headMenuItem {
  max-width: 160px;
}
.lightWhite #app .ocean .top-menu .el-menu-item i {
  color: #FFFFFF !important;
}
.lightWhite #app .ocean .top-menu .el-menu-item span {
  color: #FFFFFF;
}
.lightWhite #app .ocean .blend .el-menu .menu-wrapper .elMenuItem {
  background-color: #FFFFFF;
}
.lightWhite #app .ocean .plain .avue-layout {
  padding-left: 80px;
}
.lightWhite #app .ocean .plain .avue-left {
  width: 80px;
}
.lightWhite #app .ocean .plain .el-menu {
  background-color: #FFFFFF !important;
}
.lightWhite #app .ocean .plain .el-menu .nest-menu .el-submenu__title {
  height: 70px;
}
.lightWhite #app .ocean .plain .el-menu .nest-menu .el-submenu__title i {
  font-size: 28px;
}

.lightWhite > .ocean .headMenuItem {
  max-width: 150px;
}
.lightWhite > .ocean .el-menu--popup {
  max-height: 600px;
  overflow: auto;
}
.lightWhite > .ocean .el-menu {
  background-color: transparent;
}
.lightWhite > .ocean .el-menu .menu-wrapper {
  background-color: #FFFFFF;
}
.lightWhite > .ocean .el-menu .menu-wrapper .nest-menu {
  width: 100%;
}
.lightWhite > .ocean .el-menu .menu-wrapper .nest-menu .el-submenu__title {
  background-color: #FFFFFF;
  height: 46px;
  line-height: 46px;
}
.lightWhite > .ocean .el-menu .menu-wrapper .nest-menu .el-submenu__title i {
  color: #333333;
  margin-left: 15px;
  margin-right: 6px;
  font-size: 20px;
}
.lightWhite > .ocean .el-menu .menu-wrapper .nest-menu .el-submenu__title span {
  color: #333333;
}
.lightWhite > .ocean .el-menu .el-menu-item {
  background-color: #FFFFFF;
  height: 46px;
  line-height: 46px;
}
.lightWhite > .ocean .el-menu .el-menu-item i {
  color: #333333;
  margin-left: 15px;
  margin-right: 6px;
  font-size: 20px;
}
.lightWhite > .ocean .el-menu .el-menu-item span {
  color: #333333;
}
.lightWhite > .ocean .el-menu .el-submenu__title i {
  color: #333333;
}
.lightWhite > .ocean .el-menu .el-submenu__title span {
  color: #333333;
}
.lightWhite > .ocean .el-menu .el-submenu__title:hover {
  background-color: transparent;
}
.lightWhite > .ocean .el-menu .el-submenu__title:hover span {
  color: #13C2C2;
}
.lightWhite > .ocean .el-menu .el-submenu__title:hover i {
  color: #13C2C2;
}
.lightWhite > .ocean .el-menu .el-menu-item:hover span {
  color: #13C2C2;
}
.lightWhite > .ocean .el-menu .el-menu-item:hover i {
  color: #13C2C2;
}
.lightWhite > .ocean .el-menu .el-menu-item.is-active {
  background-color: #13C2C2;
  color: #FFFFFF;
}
.lightWhite > .ocean .el-menu .el-menu-item.is-active i {
  color: #FFFFFF;
}
.lightWhite > .ocean .el-menu .el-menu-item.is-active span {
  color: #FFFFFF;
}
.lightWhite > .ocean .el-menu .el-menu-item.is-active:hover span {
  color: #FFFFFF;
}
.lightWhite > .ocean .el-menu .el-menu-item.is-active:hover i {
  color: #FFFFFF;
}
.lightWhite > .ocean .el-menu .el-menu-item:hover i {
  color: #13C2C2;
}
.lightWhite > .ocean .el-menu .el-menu-item:hover span {
  color: #13C2C2;
}

.lightWhite #app .green .logo-content {
  background-color: #2f6741;
}
.lightWhite #app .green .avue-sidebar {
  background-color: #FFFFFF;
}
.lightWhite #app .green .avue-sidebar .el-menu {
  background-color: #FFFFFF;
}
.lightWhite #app .green .avue-sidebar .el-menu .nest-menu .menu-wrapper {
  background-color: #FFFFFF;
}
.lightWhite #app .green .avue-sidebar .el-menu .el-submenu__title i {
  color: #333333;
}
.lightWhite #app .green .avue-sidebar .el-menu .el-submenu__title span {
  color: #333333;
}
.lightWhite #app .green .avue-sidebar .el-menu .el-submenu__title:hover {
  background-color: transparent;
}
.lightWhite #app .green .avue-sidebar .el-menu .el-submenu__title:hover i {
  color: #2f6741;
}
.lightWhite #app .green .avue-sidebar .el-menu .el-submenu__title:hover span {
  color: #2f6741;
}
.lightWhite #app .green .avue-sidebar .el-menu .el-menu-item {
  background-color: #FFFFFF;
}
.lightWhite #app .green .avue-sidebar .el-menu .el-menu-item i {
  color: #333333;
}
.lightWhite #app .green .avue-sidebar .el-menu .el-menu-item span {
  color: #333333;
}
.lightWhite #app .green .avue-sidebar .el-menu .el-menu-item.is-active {
  background-color: #2f6741 !important;
  color: #FFFFFF;
}
.lightWhite #app .green .avue-sidebar .el-menu .el-menu-item.is-active i {
  color: #FFFFFF;
}
.lightWhite #app .green .avue-sidebar .el-menu .el-menu-item.is-active span {
  color: #FFFFFF;
}
.lightWhite #app .green .avue-sidebar .el-menu .el-menu-item.is-active:hover span {
  color: #FFFFFF;
}
.lightWhite #app .green .avue-sidebar .el-menu .el-menu-item.is-active:hover i {
  color: #FFFFFF;
}
.lightWhite #app .green .avue-sidebar .el-menu .el-menu-item:hover i {
  color: #2f6741;
}
.lightWhite #app .green .avue-sidebar .el-menu .el-menu-item:hover span {
  color: #2f6741;
}
.lightWhite #app .green .el-menu--vertical {
  background-color: #FFFFFF;
}
.lightWhite #app .green .el-menu--vertical .el-menu--popup {
  max-height: 600px !important;
  overflow: auto !important;
}
.lightWhite #app .green .el-menu--vertical .el-menu {
  background-color: #FFFFFF;
}
.lightWhite #app .green .el-menu--vertical .el-menu .el-menu-item {
  background-color: #FFFFFF;
}
.lightWhite #app .green .el-menu--vertical .el-menu .el-menu-item i {
  color: #333333;
}
.lightWhite #app .green .el-menu--vertical .el-menu .el-menu-item span {
  color: #333333;
}
.lightWhite #app .green .el-menu--vertical .el-menu .el-submenu__title i {
  color: #333333;
}
.lightWhite #app .green .el-menu--vertical .el-menu .el-submenu__title span {
  color: #333333;
}
.lightWhite #app .green .el-menu--vertical .el-menu .el-submenu__title:hover {
  background-color: transparent;
}
.lightWhite #app .green .el-menu--vertical .el-menu .el-submenu__title:hover span {
  color: #2f6741;
}
.lightWhite #app .green .el-menu--vertical .el-menu .el-submenu__title:hover i {
  color: #2f6741;
}
.lightWhite #app .green .el-menu--vertical .el-menu .el-menu-item:hover span {
  color: #2f6741;
}
.lightWhite #app .green .el-menu--vertical .el-menu .el-menu-item:hover i {
  color: #2f6741;
}
.lightWhite #app .green .el-menu--vertical .el-menu .el-menu-item.is-active {
  background-color: #2f6741;
  color: #333333;
}
.lightWhite #app .green .el-menu--vertical .el-menu .el-menu-item.is-active:hover span {
  color: #333333;
}
.lightWhite #app .green .el-menu--vertical .el-menu .el-menu-item.is-active:hover i {
  color: #333333;
}
.lightWhite #app .green .avue-top {
  color: #FFFFFF;
  background-color: #2f6741 !important;
}
.lightWhite #app .green .avue-top .avue-top-sidebar .el-menu {
  background-color: #2f6741;
}
.lightWhite #app .green .avue-top .avue-top-sidebar .el-menu .el-submenu__title {
  color: #FFFFFF;
}
.lightWhite #app .green .avue-top .avue-top-sidebar .el-menu .el-submenu__title i {
  color: #FFFFFF;
  margin-right: 10px;
}
.lightWhite #app .green .avue-top .avue-top-sidebar .el-menu .el-submenu__title i:last-child {
  display: none;
}
.lightWhite #app .green .avue-top .avue-top-sidebar .el-menu .el-submenu__title:hover {
  background-color: transparent;
}
.lightWhite #app .green .avue-top .avue-top-sidebar .el-menu .el-submenu__title:hover span {
  color: #FFFFFF;
}
.lightWhite #app .green .avue-top .avue-top-sidebar .el-menu .el-submenu__title:hover i {
  color: #FFFFFF;
}
.lightWhite #app .green .avue-top .avue-top-sidebar .el-menu .headMenuItem {
  max-width: 160px;
}
.lightWhite #app .green .top-menu .el-menu-item i {
  color: #FFFFFF !important;
}
.lightWhite #app .green .top-menu .el-menu-item span {
  color: #FFFFFF;
}
.lightWhite #app .green .blend .el-menu .menu-wrapper .elMenuItem {
  background-color: #FFFFFF;
}
.lightWhite #app .green .plain .avue-layout {
  padding-left: 80px;
}
.lightWhite #app .green .plain .avue-left {
  width: 80px;
}
.lightWhite #app .green .plain .el-menu {
  background-color: #FFFFFF !important;
}
.lightWhite #app .green .plain .el-menu .nest-menu .el-submenu__title {
  height: 70px;
}
.lightWhite #app .green .plain .el-menu .nest-menu .el-submenu__title i {
  font-size: 28px;
}

.lightWhite > .green .headMenuItem {
  max-width: 150px;
}
.lightWhite > .green .el-menu--popup {
  max-height: 600px;
  overflow: auto;
}
.lightWhite > .green .el-menu {
  background-color: transparent;
}
.lightWhite > .green .el-menu .menu-wrapper {
  background-color: #FFFFFF;
}
.lightWhite > .green .el-menu .menu-wrapper .nest-menu {
  width: 100%;
}
.lightWhite > .green .el-menu .menu-wrapper .nest-menu .el-submenu__title {
  background-color: #FFFFFF;
  height: 46px;
  line-height: 46px;
}
.lightWhite > .green .el-menu .menu-wrapper .nest-menu .el-submenu__title i {
  color: #333333;
  margin-left: 15px;
  margin-right: 6px;
  font-size: 20px;
}
.lightWhite > .green .el-menu .menu-wrapper .nest-menu .el-submenu__title span {
  color: #333333;
}
.lightWhite > .green .el-menu .el-menu-item {
  background-color: #FFFFFF;
  height: 46px;
  line-height: 46px;
}
.lightWhite > .green .el-menu .el-menu-item i {
  color: #333333;
  margin-left: 15px;
  margin-right: 6px;
  font-size: 20px;
}
.lightWhite > .green .el-menu .el-menu-item span {
  color: #333333;
}
.lightWhite > .green .el-menu .el-submenu__title i {
  color: #333333;
}
.lightWhite > .green .el-menu .el-submenu__title span {
  color: #333333;
}
.lightWhite > .green .el-menu .el-submenu__title:hover {
  background-color: transparent;
}
.lightWhite > .green .el-menu .el-submenu__title:hover span {
  color: #2f6741;
}
.lightWhite > .green .el-menu .el-submenu__title:hover i {
  color: #2f6741;
}
.lightWhite > .green .el-menu .el-menu-item:hover span {
  color: #2f6741;
}
.lightWhite > .green .el-menu .el-menu-item:hover i {
  color: #2f6741;
}
.lightWhite > .green .el-menu .el-menu-item.is-active {
  background-color: #2f6741;
  color: #FFFFFF;
}
.lightWhite > .green .el-menu .el-menu-item.is-active i {
  color: #FFFFFF;
}
.lightWhite > .green .el-menu .el-menu-item.is-active span {
  color: #FFFFFF;
}
.lightWhite > .green .el-menu .el-menu-item.is-active:hover span {
  color: #FFFFFF;
}
.lightWhite > .green .el-menu .el-menu-item.is-active:hover i {
  color: #FFFFFF;
}
.lightWhite > .green .el-menu .el-menu-item:hover i {
  color: #2f6741;
}
.lightWhite > .green .el-menu .el-menu-item:hover span {
  color: #2f6741;
}

.lightWhite #app .yellow .logo-content {
  background-color: #F8BC18;
}
.lightWhite #app .yellow .avue-sidebar {
  background-color: #FFFFFF;
}
.lightWhite #app .yellow .avue-sidebar .el-menu {
  background-color: #FFFFFF;
}
.lightWhite #app .yellow .avue-sidebar .el-menu .nest-menu .menu-wrapper {
  background-color: #FFFFFF;
}
.lightWhite #app .yellow .avue-sidebar .el-menu .el-submenu__title i {
  color: #333333;
}
.lightWhite #app .yellow .avue-sidebar .el-menu .el-submenu__title span {
  color: #333333;
}
.lightWhite #app .yellow .avue-sidebar .el-menu .el-submenu__title:hover {
  background-color: transparent;
}
.lightWhite #app .yellow .avue-sidebar .el-menu .el-submenu__title:hover i {
  color: #F8BC18;
}
.lightWhite #app .yellow .avue-sidebar .el-menu .el-submenu__title:hover span {
  color: #F8BC18;
}
.lightWhite #app .yellow .avue-sidebar .el-menu .el-menu-item {
  background-color: #FFFFFF;
}
.lightWhite #app .yellow .avue-sidebar .el-menu .el-menu-item i {
  color: #333333;
}
.lightWhite #app .yellow .avue-sidebar .el-menu .el-menu-item span {
  color: #333333;
}
.lightWhite #app .yellow .avue-sidebar .el-menu .el-menu-item.is-active {
  background-color: #F8BC18 !important;
  color: #FFFFFF;
}
.lightWhite #app .yellow .avue-sidebar .el-menu .el-menu-item.is-active i {
  color: #FFFFFF;
}
.lightWhite #app .yellow .avue-sidebar .el-menu .el-menu-item.is-active span {
  color: #FFFFFF;
}
.lightWhite #app .yellow .avue-sidebar .el-menu .el-menu-item.is-active:hover span {
  color: #FFFFFF;
}
.lightWhite #app .yellow .avue-sidebar .el-menu .el-menu-item.is-active:hover i {
  color: #FFFFFF;
}
.lightWhite #app .yellow .avue-sidebar .el-menu .el-menu-item:hover i {
  color: #F8BC18;
}
.lightWhite #app .yellow .avue-sidebar .el-menu .el-menu-item:hover span {
  color: #F8BC18;
}
.lightWhite #app .yellow .el-menu--vertical {
  background-color: #FFFFFF;
}
.lightWhite #app .yellow .el-menu--vertical .el-menu--popup {
  max-height: 600px !important;
  overflow: auto !important;
}
.lightWhite #app .yellow .el-menu--vertical .el-menu {
  background-color: #FFFFFF;
}
.lightWhite #app .yellow .el-menu--vertical .el-menu .el-menu-item {
  background-color: #FFFFFF;
}
.lightWhite #app .yellow .el-menu--vertical .el-menu .el-menu-item i {
  color: #333333;
}
.lightWhite #app .yellow .el-menu--vertical .el-menu .el-menu-item span {
  color: #333333;
}
.lightWhite #app .yellow .el-menu--vertical .el-menu .el-submenu__title i {
  color: #333333;
}
.lightWhite #app .yellow .el-menu--vertical .el-menu .el-submenu__title span {
  color: #333333;
}
.lightWhite #app .yellow .el-menu--vertical .el-menu .el-submenu__title:hover {
  background-color: transparent;
}
.lightWhite #app .yellow .el-menu--vertical .el-menu .el-submenu__title:hover span {
  color: #F8BC18;
}
.lightWhite #app .yellow .el-menu--vertical .el-menu .el-submenu__title:hover i {
  color: #F8BC18;
}
.lightWhite #app .yellow .el-menu--vertical .el-menu .el-menu-item:hover span {
  color: #F8BC18;
}
.lightWhite #app .yellow .el-menu--vertical .el-menu .el-menu-item:hover i {
  color: #F8BC18;
}
.lightWhite #app .yellow .el-menu--vertical .el-menu .el-menu-item.is-active {
  background-color: #F8BC18;
  color: #333333;
}
.lightWhite #app .yellow .el-menu--vertical .el-menu .el-menu-item.is-active:hover span {
  color: #333333;
}
.lightWhite #app .yellow .el-menu--vertical .el-menu .el-menu-item.is-active:hover i {
  color: #333333;
}
.lightWhite #app .yellow .avue-top {
  color: #FFFFFF;
  background-color: #F8BC18 !important;
}
.lightWhite #app .yellow .avue-top .avue-top-sidebar .el-menu {
  background-color: #F8BC18;
}
.lightWhite #app .yellow .avue-top .avue-top-sidebar .el-menu .el-submenu__title {
  color: #FFFFFF;
}
.lightWhite #app .yellow .avue-top .avue-top-sidebar .el-menu .el-submenu__title i {
  color: #FFFFFF;
  margin-right: 10px;
}
.lightWhite #app .yellow .avue-top .avue-top-sidebar .el-menu .el-submenu__title i:last-child {
  display: none;
}
.lightWhite #app .yellow .avue-top .avue-top-sidebar .el-menu .el-submenu__title:hover {
  background-color: transparent;
}
.lightWhite #app .yellow .avue-top .avue-top-sidebar .el-menu .el-submenu__title:hover span {
  color: #FFFFFF;
}
.lightWhite #app .yellow .avue-top .avue-top-sidebar .el-menu .el-submenu__title:hover i {
  color: #FFFFFF;
}
.lightWhite #app .yellow .avue-top .avue-top-sidebar .el-menu .headMenuItem {
  max-width: 160px;
}
.lightWhite #app .yellow .top-menu .el-menu-item i {
  color: #FFFFFF !important;
}
.lightWhite #app .yellow .top-menu .el-menu-item span {
  color: #FFFFFF;
}
.lightWhite #app .yellow .blend .el-menu .menu-wrapper .elMenuItem {
  background-color: #FFFFFF;
}
.lightWhite #app .yellow .plain .avue-layout {
  padding-left: 80px;
}
.lightWhite #app .yellow .plain .avue-left {
  width: 80px;
}
.lightWhite #app .yellow .plain .el-menu {
  background-color: #FFFFFF !important;
}
.lightWhite #app .yellow .plain .el-menu .nest-menu .el-submenu__title {
  height: 70px;
}
.lightWhite #app .yellow .plain .el-menu .nest-menu .el-submenu__title i {
  font-size: 28px;
}

.lightWhite > .yellow .headMenuItem {
  max-width: 150px;
}
.lightWhite > .yellow .el-menu--popup {
  max-height: 600px;
  overflow: auto;
}
.lightWhite > .yellow .el-menu {
  background-color: transparent;
}
.lightWhite > .yellow .el-menu .menu-wrapper {
  background-color: #FFFFFF;
}
.lightWhite > .yellow .el-menu .menu-wrapper .nest-menu {
  width: 100%;
}
.lightWhite > .yellow .el-menu .menu-wrapper .nest-menu .el-submenu__title {
  background-color: #FFFFFF;
  height: 46px;
  line-height: 46px;
}
.lightWhite > .yellow .el-menu .menu-wrapper .nest-menu .el-submenu__title i {
  color: #333333;
  margin-left: 15px;
  margin-right: 6px;
  font-size: 20px;
}
.lightWhite > .yellow .el-menu .menu-wrapper .nest-menu .el-submenu__title span {
  color: #333333;
}
.lightWhite > .yellow .el-menu .el-menu-item {
  background-color: #FFFFFF;
  height: 46px;
  line-height: 46px;
}
.lightWhite > .yellow .el-menu .el-menu-item i {
  color: #333333;
  margin-left: 15px;
  margin-right: 6px;
  font-size: 20px;
}
.lightWhite > .yellow .el-menu .el-menu-item span {
  color: #333333;
}
.lightWhite > .yellow .el-menu .el-submenu__title i {
  color: #333333;
}
.lightWhite > .yellow .el-menu .el-submenu__title span {
  color: #333333;
}
.lightWhite > .yellow .el-menu .el-submenu__title:hover {
  background-color: transparent;
}
.lightWhite > .yellow .el-menu .el-submenu__title:hover span {
  color: #F8BC18;
}
.lightWhite > .yellow .el-menu .el-submenu__title:hover i {
  color: #F8BC18;
}
.lightWhite > .yellow .el-menu .el-menu-item:hover span {
  color: #F8BC18;
}
.lightWhite > .yellow .el-menu .el-menu-item:hover i {
  color: #F8BC18;
}
.lightWhite > .yellow .el-menu .el-menu-item.is-active {
  background-color: #F8BC18;
  color: #FFFFFF;
}
.lightWhite > .yellow .el-menu .el-menu-item.is-active i {
  color: #FFFFFF;
}
.lightWhite > .yellow .el-menu .el-menu-item.is-active span {
  color: #FFFFFF;
}
.lightWhite > .yellow .el-menu .el-menu-item.is-active:hover span {
  color: #FFFFFF;
}
.lightWhite > .yellow .el-menu .el-menu-item.is-active:hover i {
  color: #FFFFFF;
}
.lightWhite > .yellow .el-menu .el-menu-item:hover i {
  color: #F8BC18;
}
.lightWhite > .yellow .el-menu .el-menu-item:hover span {
  color: #F8BC18;
}

.lightWhite #app .orange .logo-content {
  background-color: #F5811C;
}
.lightWhite #app .orange .avue-sidebar {
  background-color: #FFFFFF;
}
.lightWhite #app .orange .avue-sidebar .el-menu {
  background-color: #FFFFFF;
}
.lightWhite #app .orange .avue-sidebar .el-menu .nest-menu .menu-wrapper {
  background-color: #FFFFFF;
}
.lightWhite #app .orange .avue-sidebar .el-menu .el-submenu__title i {
  color: #333333;
}
.lightWhite #app .orange .avue-sidebar .el-menu .el-submenu__title span {
  color: #333333;
}
.lightWhite #app .orange .avue-sidebar .el-menu .el-submenu__title:hover {
  background-color: transparent;
}
.lightWhite #app .orange .avue-sidebar .el-menu .el-submenu__title:hover i {
  color: #F5811C;
}
.lightWhite #app .orange .avue-sidebar .el-menu .el-submenu__title:hover span {
  color: #F5811C;
}
.lightWhite #app .orange .avue-sidebar .el-menu .el-menu-item {
  background-color: #FFFFFF;
}
.lightWhite #app .orange .avue-sidebar .el-menu .el-menu-item i {
  color: #333333;
}
.lightWhite #app .orange .avue-sidebar .el-menu .el-menu-item span {
  color: #333333;
}
.lightWhite #app .orange .avue-sidebar .el-menu .el-menu-item.is-active {
  background-color: #F5811C !important;
  color: #FFFFFF;
}
.lightWhite #app .orange .avue-sidebar .el-menu .el-menu-item.is-active i {
  color: #FFFFFF;
}
.lightWhite #app .orange .avue-sidebar .el-menu .el-menu-item.is-active span {
  color: #FFFFFF;
}
.lightWhite #app .orange .avue-sidebar .el-menu .el-menu-item.is-active:hover span {
  color: #FFFFFF;
}
.lightWhite #app .orange .avue-sidebar .el-menu .el-menu-item.is-active:hover i {
  color: #FFFFFF;
}
.lightWhite #app .orange .avue-sidebar .el-menu .el-menu-item:hover i {
  color: #F5811C;
}
.lightWhite #app .orange .avue-sidebar .el-menu .el-menu-item:hover span {
  color: #F5811C;
}
.lightWhite #app .orange .el-menu--vertical {
  background-color: #FFFFFF;
}
.lightWhite #app .orange .el-menu--vertical .el-menu--popup {
  max-height: 600px !important;
  overflow: auto !important;
}
.lightWhite #app .orange .el-menu--vertical .el-menu {
  background-color: #FFFFFF;
}
.lightWhite #app .orange .el-menu--vertical .el-menu .el-menu-item {
  background-color: #FFFFFF;
}
.lightWhite #app .orange .el-menu--vertical .el-menu .el-menu-item i {
  color: #333333;
}
.lightWhite #app .orange .el-menu--vertical .el-menu .el-menu-item span {
  color: #333333;
}
.lightWhite #app .orange .el-menu--vertical .el-menu .el-submenu__title i {
  color: #333333;
}
.lightWhite #app .orange .el-menu--vertical .el-menu .el-submenu__title span {
  color: #333333;
}
.lightWhite #app .orange .el-menu--vertical .el-menu .el-submenu__title:hover {
  background-color: transparent;
}
.lightWhite #app .orange .el-menu--vertical .el-menu .el-submenu__title:hover span {
  color: #F5811C;
}
.lightWhite #app .orange .el-menu--vertical .el-menu .el-submenu__title:hover i {
  color: #F5811C;
}
.lightWhite #app .orange .el-menu--vertical .el-menu .el-menu-item:hover span {
  color: #F5811C;
}
.lightWhite #app .orange .el-menu--vertical .el-menu .el-menu-item:hover i {
  color: #F5811C;
}
.lightWhite #app .orange .el-menu--vertical .el-menu .el-menu-item.is-active {
  background-color: #F5811C;
  color: #333333;
}
.lightWhite #app .orange .el-menu--vertical .el-menu .el-menu-item.is-active:hover span {
  color: #333333;
}
.lightWhite #app .orange .el-menu--vertical .el-menu .el-menu-item.is-active:hover i {
  color: #333333;
}
.lightWhite #app .orange .avue-top {
  color: #FFFFFF;
  background-color: #F5811C !important;
}
.lightWhite #app .orange .avue-top .avue-top-sidebar .el-menu {
  background-color: #F5811C;
}
.lightWhite #app .orange .avue-top .avue-top-sidebar .el-menu .el-submenu__title {
  color: #FFFFFF;
}
.lightWhite #app .orange .avue-top .avue-top-sidebar .el-menu .el-submenu__title i {
  color: #FFFFFF;
  margin-right: 10px;
}
.lightWhite #app .orange .avue-top .avue-top-sidebar .el-menu .el-submenu__title i:last-child {
  display: none;
}
.lightWhite #app .orange .avue-top .avue-top-sidebar .el-menu .el-submenu__title:hover {
  background-color: transparent;
}
.lightWhite #app .orange .avue-top .avue-top-sidebar .el-menu .el-submenu__title:hover span {
  color: #FFFFFF;
}
.lightWhite #app .orange .avue-top .avue-top-sidebar .el-menu .el-submenu__title:hover i {
  color: #FFFFFF;
}
.lightWhite #app .orange .avue-top .avue-top-sidebar .el-menu .headMenuItem {
  max-width: 160px;
}
.lightWhite #app .orange .top-menu .el-menu-item i {
  color: #FFFFFF !important;
}
.lightWhite #app .orange .top-menu .el-menu-item span {
  color: #FFFFFF;
}
.lightWhite #app .orange .blend .el-menu .menu-wrapper .elMenuItem {
  background-color: #FFFFFF;
}
.lightWhite #app .orange .plain .avue-layout {
  padding-left: 80px;
}
.lightWhite #app .orange .plain .avue-left {
  width: 80px;
}
.lightWhite #app .orange .plain .el-menu {
  background-color: #FFFFFF !important;
}
.lightWhite #app .orange .plain .el-menu .nest-menu .el-submenu__title {
  height: 70px;
}
.lightWhite #app .orange .plain .el-menu .nest-menu .el-submenu__title i {
  font-size: 28px;
}

.lightWhite > .orange .headMenuItem {
  max-width: 150px;
}
.lightWhite > .orange .el-menu--popup {
  max-height: 600px;
  overflow: auto;
}
.lightWhite > .orange .el-menu {
  background-color: transparent;
}
.lightWhite > .orange .el-menu .menu-wrapper {
  background-color: #FFFFFF;
}
.lightWhite > .orange .el-menu .menu-wrapper .nest-menu {
  width: 100%;
}
.lightWhite > .orange .el-menu .menu-wrapper .nest-menu .el-submenu__title {
  background-color: #FFFFFF;
  height: 46px;
  line-height: 46px;
}
.lightWhite > .orange .el-menu .menu-wrapper .nest-menu .el-submenu__title i {
  color: #333333;
  margin-left: 15px;
  margin-right: 6px;
  font-size: 20px;
}
.lightWhite > .orange .el-menu .menu-wrapper .nest-menu .el-submenu__title span {
  color: #333333;
}
.lightWhite > .orange .el-menu .el-menu-item {
  background-color: #FFFFFF;
  height: 46px;
  line-height: 46px;
}
.lightWhite > .orange .el-menu .el-menu-item i {
  color: #333333;
  margin-left: 15px;
  margin-right: 6px;
  font-size: 20px;
}
.lightWhite > .orange .el-menu .el-menu-item span {
  color: #333333;
}
.lightWhite > .orange .el-menu .el-submenu__title i {
  color: #333333;
}
.lightWhite > .orange .el-menu .el-submenu__title span {
  color: #333333;
}
.lightWhite > .orange .el-menu .el-submenu__title:hover {
  background-color: transparent;
}
.lightWhite > .orange .el-menu .el-submenu__title:hover span {
  color: #F5811C;
}
.lightWhite > .orange .el-menu .el-submenu__title:hover i {
  color: #F5811C;
}
.lightWhite > .orange .el-menu .el-menu-item:hover span {
  color: #F5811C;
}
.lightWhite > .orange .el-menu .el-menu-item:hover i {
  color: #F5811C;
}
.lightWhite > .orange .el-menu .el-menu-item.is-active {
  background-color: #F5811C;
  color: #FFFFFF;
}
.lightWhite > .orange .el-menu .el-menu-item.is-active i {
  color: #FFFFFF;
}
.lightWhite > .orange .el-menu .el-menu-item.is-active span {
  color: #FFFFFF;
}
.lightWhite > .orange .el-menu .el-menu-item.is-active:hover span {
  color: #FFFFFF;
}
.lightWhite > .orange .el-menu .el-menu-item.is-active:hover i {
  color: #FFFFFF;
}
.lightWhite > .orange .el-menu .el-menu-item:hover i {
  color: #F5811C;
}
.lightWhite > .orange .el-menu .el-menu-item:hover span {
  color: #F5811C;
}

.lightWhite #app .red .logo-content {
  background-color: #C5211B;
}
.lightWhite #app .red .avue-sidebar {
  background-color: #FFFFFF;
}
.lightWhite #app .red .avue-sidebar .el-menu {
  background-color: #FFFFFF;
}
.lightWhite #app .red .avue-sidebar .el-menu .nest-menu .menu-wrapper {
  background-color: #FFFFFF;
}
.lightWhite #app .red .avue-sidebar .el-menu .el-submenu__title i {
  color: #333333;
}
.lightWhite #app .red .avue-sidebar .el-menu .el-submenu__title span {
  color: #333333;
}
.lightWhite #app .red .avue-sidebar .el-menu .el-submenu__title:hover {
  background-color: transparent;
}
.lightWhite #app .red .avue-sidebar .el-menu .el-submenu__title:hover i {
  color: #C5211B;
}
.lightWhite #app .red .avue-sidebar .el-menu .el-submenu__title:hover span {
  color: #C5211B;
}
.lightWhite #app .red .avue-sidebar .el-menu .el-menu-item {
  background-color: #FFFFFF;
}
.lightWhite #app .red .avue-sidebar .el-menu .el-menu-item i {
  color: #333333;
}
.lightWhite #app .red .avue-sidebar .el-menu .el-menu-item span {
  color: #333333;
}
.lightWhite #app .red .avue-sidebar .el-menu .el-menu-item.is-active {
  background-color: #C5211B !important;
  color: #FFFFFF;
}
.lightWhite #app .red .avue-sidebar .el-menu .el-menu-item.is-active i {
  color: #FFFFFF;
}
.lightWhite #app .red .avue-sidebar .el-menu .el-menu-item.is-active span {
  color: #FFFFFF;
}
.lightWhite #app .red .avue-sidebar .el-menu .el-menu-item.is-active:hover span {
  color: #FFFFFF;
}
.lightWhite #app .red .avue-sidebar .el-menu .el-menu-item.is-active:hover i {
  color: #FFFFFF;
}
.lightWhite #app .red .avue-sidebar .el-menu .el-menu-item:hover i {
  color: #C5211B;
}
.lightWhite #app .red .avue-sidebar .el-menu .el-menu-item:hover span {
  color: #C5211B;
}
.lightWhite #app .red .el-menu--vertical {
  background-color: #FFFFFF;
}
.lightWhite #app .red .el-menu--vertical .el-menu--popup {
  max-height: 600px !important;
  overflow: auto !important;
}
.lightWhite #app .red .el-menu--vertical .el-menu {
  background-color: #FFFFFF;
}
.lightWhite #app .red .el-menu--vertical .el-menu .el-menu-item {
  background-color: #FFFFFF;
}
.lightWhite #app .red .el-menu--vertical .el-menu .el-menu-item i {
  color: #333333;
}
.lightWhite #app .red .el-menu--vertical .el-menu .el-menu-item span {
  color: #333333;
}
.lightWhite #app .red .el-menu--vertical .el-menu .el-submenu__title i {
  color: #333333;
}
.lightWhite #app .red .el-menu--vertical .el-menu .el-submenu__title span {
  color: #333333;
}
.lightWhite #app .red .el-menu--vertical .el-menu .el-submenu__title:hover {
  background-color: transparent;
}
.lightWhite #app .red .el-menu--vertical .el-menu .el-submenu__title:hover span {
  color: #C5211B;
}
.lightWhite #app .red .el-menu--vertical .el-menu .el-submenu__title:hover i {
  color: #C5211B;
}
.lightWhite #app .red .el-menu--vertical .el-menu .el-menu-item:hover span {
  color: #C5211B;
}
.lightWhite #app .red .el-menu--vertical .el-menu .el-menu-item:hover i {
  color: #C5211B;
}
.lightWhite #app .red .el-menu--vertical .el-menu .el-menu-item.is-active {
  background-color: #C5211B;
  color: #333333;
}
.lightWhite #app .red .el-menu--vertical .el-menu .el-menu-item.is-active:hover span {
  color: #333333;
}
.lightWhite #app .red .el-menu--vertical .el-menu .el-menu-item.is-active:hover i {
  color: #333333;
}
.lightWhite #app .red .avue-top {
  color: #FFFFFF;
  background-color: #C5211B !important;
}
.lightWhite #app .red .avue-top .avue-top-sidebar .el-menu {
  background-color: #C5211B;
}
.lightWhite #app .red .avue-top .avue-top-sidebar .el-menu .el-submenu__title {
  color: #FFFFFF;
}
.lightWhite #app .red .avue-top .avue-top-sidebar .el-menu .el-submenu__title i {
  color: #FFFFFF;
  margin-right: 10px;
}
.lightWhite #app .red .avue-top .avue-top-sidebar .el-menu .el-submenu__title i:last-child {
  display: none;
}
.lightWhite #app .red .avue-top .avue-top-sidebar .el-menu .el-submenu__title:hover {
  background-color: transparent;
}
.lightWhite #app .red .avue-top .avue-top-sidebar .el-menu .el-submenu__title:hover span {
  color: #FFFFFF;
}
.lightWhite #app .red .avue-top .avue-top-sidebar .el-menu .el-submenu__title:hover i {
  color: #FFFFFF;
}
.lightWhite #app .red .avue-top .avue-top-sidebar .el-menu .headMenuItem {
  max-width: 160px;
}
.lightWhite #app .red .top-menu .el-menu-item i {
  color: #FFFFFF !important;
}
.lightWhite #app .red .top-menu .el-menu-item span {
  color: #FFFFFF;
}
.lightWhite #app .red .blend .el-menu .menu-wrapper .elMenuItem {
  background-color: #FFFFFF;
}
.lightWhite #app .red .plain .avue-layout {
  padding-left: 80px;
}
.lightWhite #app .red .plain .avue-left {
  width: 80px;
}
.lightWhite #app .red .plain .el-menu {
  background-color: #FFFFFF !important;
}
.lightWhite #app .red .plain .el-menu .nest-menu .el-submenu__title {
  height: 70px;
}
.lightWhite #app .red .plain .el-menu .nest-menu .el-submenu__title i {
  font-size: 28px;
}

.lightWhite > .red .headMenuItem {
  max-width: 150px;
}
.lightWhite > .red .el-menu--popup {
  max-height: 600px;
  overflow: auto;
}
.lightWhite > .red .el-menu {
  background-color: transparent;
}
.lightWhite > .red .el-menu .menu-wrapper {
  background-color: #FFFFFF;
}
.lightWhite > .red .el-menu .menu-wrapper .nest-menu {
  width: 100%;
}
.lightWhite > .red .el-menu .menu-wrapper .nest-menu .el-submenu__title {
  background-color: #FFFFFF;
  height: 46px;
  line-height: 46px;
}
.lightWhite > .red .el-menu .menu-wrapper .nest-menu .el-submenu__title i {
  color: #333333;
  margin-left: 15px;
  margin-right: 6px;
  font-size: 20px;
}
.lightWhite > .red .el-menu .menu-wrapper .nest-menu .el-submenu__title span {
  color: #333333;
}
.lightWhite > .red .el-menu .el-menu-item {
  background-color: #FFFFFF;
  height: 46px;
  line-height: 46px;
}
.lightWhite > .red .el-menu .el-menu-item i {
  color: #333333;
  margin-left: 15px;
  margin-right: 6px;
  font-size: 20px;
}
.lightWhite > .red .el-menu .el-menu-item span {
  color: #333333;
}
.lightWhite > .red .el-menu .el-submenu__title i {
  color: #333333;
}
.lightWhite > .red .el-menu .el-submenu__title span {
  color: #333333;
}
.lightWhite > .red .el-menu .el-submenu__title:hover {
  background-color: transparent;
}
.lightWhite > .red .el-menu .el-submenu__title:hover span {
  color: #C5211B;
}
.lightWhite > .red .el-menu .el-submenu__title:hover i {
  color: #C5211B;
}
.lightWhite > .red .el-menu .el-menu-item:hover span {
  color: #C5211B;
}
.lightWhite > .red .el-menu .el-menu-item:hover i {
  color: #C5211B;
}
.lightWhite > .red .el-menu .el-menu-item.is-active {
  background-color: #C5211B;
  color: #FFFFFF;
}
.lightWhite > .red .el-menu .el-menu-item.is-active i {
  color: #FFFFFF;
}
.lightWhite > .red .el-menu .el-menu-item.is-active span {
  color: #FFFFFF;
}
.lightWhite > .red .el-menu .el-menu-item.is-active:hover span {
  color: #FFFFFF;
}
.lightWhite > .red .el-menu .el-menu-item.is-active:hover i {
  color: #FFFFFF;
}
.lightWhite > .red .el-menu .el-menu-item:hover i {
  color: #C5211B;
}
.lightWhite > .red .el-menu .el-menu-item:hover span {
  color: #C5211B;
}

.lightWhite #app .grey .logo-content {
  background-color: #435967;
}
.lightWhite #app .grey .avue-sidebar {
  background-color: #FFFFFF;
}
.lightWhite #app .grey .avue-sidebar .el-menu {
  background-color: #FFFFFF;
}
.lightWhite #app .grey .avue-sidebar .el-menu .nest-menu .menu-wrapper {
  background-color: #FFFFFF;
}
.lightWhite #app .grey .avue-sidebar .el-menu .el-submenu__title i {
  color: #333333;
}
.lightWhite #app .grey .avue-sidebar .el-menu .el-submenu__title span {
  color: #333333;
}
.lightWhite #app .grey .avue-sidebar .el-menu .el-submenu__title:hover {
  background-color: transparent;
}
.lightWhite #app .grey .avue-sidebar .el-menu .el-submenu__title:hover i {
  color: #435967;
}
.lightWhite #app .grey .avue-sidebar .el-menu .el-submenu__title:hover span {
  color: #435967;
}
.lightWhite #app .grey .avue-sidebar .el-menu .el-menu-item {
  background-color: #FFFFFF;
}
.lightWhite #app .grey .avue-sidebar .el-menu .el-menu-item i {
  color: #333333;
}
.lightWhite #app .grey .avue-sidebar .el-menu .el-menu-item span {
  color: #333333;
}
.lightWhite #app .grey .avue-sidebar .el-menu .el-menu-item.is-active {
  background-color: #435967 !important;
  color: #FFFFFF;
}
.lightWhite #app .grey .avue-sidebar .el-menu .el-menu-item.is-active i {
  color: #FFFFFF;
}
.lightWhite #app .grey .avue-sidebar .el-menu .el-menu-item.is-active span {
  color: #FFFFFF;
}
.lightWhite #app .grey .avue-sidebar .el-menu .el-menu-item.is-active:hover span {
  color: #FFFFFF;
}
.lightWhite #app .grey .avue-sidebar .el-menu .el-menu-item.is-active:hover i {
  color: #FFFFFF;
}
.lightWhite #app .grey .avue-sidebar .el-menu .el-menu-item:hover i {
  color: #435967;
}
.lightWhite #app .grey .avue-sidebar .el-menu .el-menu-item:hover span {
  color: #435967;
}
.lightWhite #app .grey .el-menu--vertical {
  background-color: #FFFFFF;
}
.lightWhite #app .grey .el-menu--vertical .el-menu--popup {
  max-height: 600px !important;
  overflow: auto !important;
}
.lightWhite #app .grey .el-menu--vertical .el-menu {
  background-color: #FFFFFF;
}
.lightWhite #app .grey .el-menu--vertical .el-menu .el-menu-item {
  background-color: #FFFFFF;
}
.lightWhite #app .grey .el-menu--vertical .el-menu .el-menu-item i {
  color: #333333;
}
.lightWhite #app .grey .el-menu--vertical .el-menu .el-menu-item span {
  color: #333333;
}
.lightWhite #app .grey .el-menu--vertical .el-menu .el-submenu__title i {
  color: #333333;
}
.lightWhite #app .grey .el-menu--vertical .el-menu .el-submenu__title span {
  color: #333333;
}
.lightWhite #app .grey .el-menu--vertical .el-menu .el-submenu__title:hover {
  background-color: transparent;
}
.lightWhite #app .grey .el-menu--vertical .el-menu .el-submenu__title:hover span {
  color: #435967;
}
.lightWhite #app .grey .el-menu--vertical .el-menu .el-submenu__title:hover i {
  color: #435967;
}
.lightWhite #app .grey .el-menu--vertical .el-menu .el-menu-item:hover span {
  color: #435967;
}
.lightWhite #app .grey .el-menu--vertical .el-menu .el-menu-item:hover i {
  color: #435967;
}
.lightWhite #app .grey .el-menu--vertical .el-menu .el-menu-item.is-active {
  background-color: #435967;
  color: #333333;
}
.lightWhite #app .grey .el-menu--vertical .el-menu .el-menu-item.is-active:hover span {
  color: #333333;
}
.lightWhite #app .grey .el-menu--vertical .el-menu .el-menu-item.is-active:hover i {
  color: #333333;
}
.lightWhite #app .grey .avue-top {
  color: #FFFFFF;
  background-color: #435967 !important;
}
.lightWhite #app .grey .avue-top .avue-top-sidebar .el-menu {
  background-color: #435967;
}
.lightWhite #app .grey .avue-top .avue-top-sidebar .el-menu .el-submenu__title {
  color: #FFFFFF;
}
.lightWhite #app .grey .avue-top .avue-top-sidebar .el-menu .el-submenu__title i {
  color: #FFFFFF;
  margin-right: 10px;
}
.lightWhite #app .grey .avue-top .avue-top-sidebar .el-menu .el-submenu__title i:last-child {
  display: none;
}
.lightWhite #app .grey .avue-top .avue-top-sidebar .el-menu .el-submenu__title:hover {
  background-color: transparent;
}
.lightWhite #app .grey .avue-top .avue-top-sidebar .el-menu .el-submenu__title:hover span {
  color: #FFFFFF;
}
.lightWhite #app .grey .avue-top .avue-top-sidebar .el-menu .el-submenu__title:hover i {
  color: #FFFFFF;
}
.lightWhite #app .grey .avue-top .avue-top-sidebar .el-menu .headMenuItem {
  max-width: 160px;
}
.lightWhite #app .grey .top-menu .el-menu-item i {
  color: #FFFFFF !important;
}
.lightWhite #app .grey .top-menu .el-menu-item span {
  color: #FFFFFF;
}
.lightWhite #app .grey .blend .el-menu .menu-wrapper .elMenuItem {
  background-color: #FFFFFF;
}
.lightWhite #app .grey .plain .avue-layout {
  padding-left: 80px;
}
.lightWhite #app .grey .plain .avue-left {
  width: 80px;
}
.lightWhite #app .grey .plain .el-menu {
  background-color: #FFFFFF !important;
}
.lightWhite #app .grey .plain .el-menu .nest-menu .el-submenu__title {
  height: 70px;
}
.lightWhite #app .grey .plain .el-menu .nest-menu .el-submenu__title i {
  font-size: 28px;
}

.lightWhite > .grey .headMenuItem {
  max-width: 150px;
}
.lightWhite > .grey .el-menu--popup {
  max-height: 600px;
  overflow: auto;
}
.lightWhite > .grey .el-menu {
  background-color: transparent;
}
.lightWhite > .grey .el-menu .menu-wrapper {
  background-color: #FFFFFF;
}
.lightWhite > .grey .el-menu .menu-wrapper .nest-menu {
  width: 100%;
}
.lightWhite > .grey .el-menu .menu-wrapper .nest-menu .el-submenu__title {
  background-color: #FFFFFF;
  height: 46px;
  line-height: 46px;
}
.lightWhite > .grey .el-menu .menu-wrapper .nest-menu .el-submenu__title i {
  color: #333333;
  margin-left: 15px;
  margin-right: 6px;
  font-size: 20px;
}
.lightWhite > .grey .el-menu .menu-wrapper .nest-menu .el-submenu__title span {
  color: #333333;
}
.lightWhite > .grey .el-menu .el-menu-item {
  background-color: #FFFFFF;
  height: 46px;
  line-height: 46px;
}
.lightWhite > .grey .el-menu .el-menu-item i {
  color: #333333;
  margin-left: 15px;
  margin-right: 6px;
  font-size: 20px;
}
.lightWhite > .grey .el-menu .el-menu-item span {
  color: #333333;
}
.lightWhite > .grey .el-menu .el-submenu__title i {
  color: #333333;
}
.lightWhite > .grey .el-menu .el-submenu__title span {
  color: #333333;
}
.lightWhite > .grey .el-menu .el-submenu__title:hover {
  background-color: transparent;
}
.lightWhite > .grey .el-menu .el-submenu__title:hover span {
  color: #435967;
}
.lightWhite > .grey .el-menu .el-submenu__title:hover i {
  color: #435967;
}
.lightWhite > .grey .el-menu .el-menu-item:hover span {
  color: #435967;
}
.lightWhite > .grey .el-menu .el-menu-item:hover i {
  color: #435967;
}
.lightWhite > .grey .el-menu .el-menu-item.is-active {
  background-color: #435967;
  color: #FFFFFF;
}
.lightWhite > .grey .el-menu .el-menu-item.is-active i {
  color: #FFFFFF;
}
.lightWhite > .grey .el-menu .el-menu-item.is-active span {
  color: #FFFFFF;
}
.lightWhite > .grey .el-menu .el-menu-item.is-active:hover span {
  color: #FFFFFF;
}
.lightWhite > .grey .el-menu .el-menu-item.is-active:hover i {
  color: #FFFFFF;
}
.lightWhite > .grey .el-menu .el-menu-item:hover i {
  color: #435967;
}
.lightWhite > .grey .el-menu .el-menu-item:hover span {
  color: #435967;
}

.lightWhite #app .black .logo-content {
  background-color: #3C3E4D;
}
.lightWhite #app .black .avue-sidebar {
  background-color: #FFFFFF;
}
.lightWhite #app .black .avue-sidebar .el-menu {
  background-color: #FFFFFF;
}
.lightWhite #app .black .avue-sidebar .el-menu .nest-menu .menu-wrapper {
  background-color: #FFFFFF;
}
.lightWhite #app .black .avue-sidebar .el-menu .el-submenu__title i {
  color: #333333;
}
.lightWhite #app .black .avue-sidebar .el-menu .el-submenu__title span {
  color: #333333;
}
.lightWhite #app .black .avue-sidebar .el-menu .el-submenu__title:hover {
  background-color: transparent;
}
.lightWhite #app .black .avue-sidebar .el-menu .el-submenu__title:hover i {
  color: #3C3E4D;
}
.lightWhite #app .black .avue-sidebar .el-menu .el-submenu__title:hover span {
  color: #3C3E4D;
}
.lightWhite #app .black .avue-sidebar .el-menu .el-menu-item {
  background-color: #FFFFFF;
}
.lightWhite #app .black .avue-sidebar .el-menu .el-menu-item i {
  color: #333333;
}
.lightWhite #app .black .avue-sidebar .el-menu .el-menu-item span {
  color: #333333;
}
.lightWhite #app .black .avue-sidebar .el-menu .el-menu-item.is-active {
  background-color: #3C3E4D !important;
  color: #FFFFFF;
}
.lightWhite #app .black .avue-sidebar .el-menu .el-menu-item.is-active i {
  color: #FFFFFF;
}
.lightWhite #app .black .avue-sidebar .el-menu .el-menu-item.is-active span {
  color: #FFFFFF;
}
.lightWhite #app .black .avue-sidebar .el-menu .el-menu-item.is-active:hover span {
  color: #FFFFFF;
}
.lightWhite #app .black .avue-sidebar .el-menu .el-menu-item.is-active:hover i {
  color: #FFFFFF;
}
.lightWhite #app .black .avue-sidebar .el-menu .el-menu-item:hover i {
  color: #3C3E4D;
}
.lightWhite #app .black .avue-sidebar .el-menu .el-menu-item:hover span {
  color: #3C3E4D;
}
.lightWhite #app .black .el-menu--vertical {
  background-color: #FFFFFF;
}
.lightWhite #app .black .el-menu--vertical .el-menu--popup {
  max-height: 600px !important;
  overflow: auto !important;
}
.lightWhite #app .black .el-menu--vertical .el-menu {
  background-color: #FFFFFF;
}
.lightWhite #app .black .el-menu--vertical .el-menu .el-menu-item {
  background-color: #FFFFFF;
}
.lightWhite #app .black .el-menu--vertical .el-menu .el-menu-item i {
  color: #333333;
}
.lightWhite #app .black .el-menu--vertical .el-menu .el-menu-item span {
  color: #333333;
}
.lightWhite #app .black .el-menu--vertical .el-menu .el-submenu__title i {
  color: #333333;
}
.lightWhite #app .black .el-menu--vertical .el-menu .el-submenu__title span {
  color: #333333;
}
.lightWhite #app .black .el-menu--vertical .el-menu .el-submenu__title:hover {
  background-color: transparent;
}
.lightWhite #app .black .el-menu--vertical .el-menu .el-submenu__title:hover span {
  color: #3C3E4D;
}
.lightWhite #app .black .el-menu--vertical .el-menu .el-submenu__title:hover i {
  color: #3C3E4D;
}
.lightWhite #app .black .el-menu--vertical .el-menu .el-menu-item:hover span {
  color: #3C3E4D;
}
.lightWhite #app .black .el-menu--vertical .el-menu .el-menu-item:hover i {
  color: #3C3E4D;
}
.lightWhite #app .black .el-menu--vertical .el-menu .el-menu-item.is-active {
  background-color: #3C3E4D;
  color: #333333;
}
.lightWhite #app .black .el-menu--vertical .el-menu .el-menu-item.is-active:hover span {
  color: #333333;
}
.lightWhite #app .black .el-menu--vertical .el-menu .el-menu-item.is-active:hover i {
  color: #333333;
}
.lightWhite #app .black .avue-top {
  color: #FFFFFF;
  background-color: #3C3E4D !important;
}
.lightWhite #app .black .avue-top .avue-top-sidebar .el-menu {
  background-color: #3C3E4D;
}
.lightWhite #app .black .avue-top .avue-top-sidebar .el-menu .el-submenu__title {
  color: #FFFFFF;
}
.lightWhite #app .black .avue-top .avue-top-sidebar .el-menu .el-submenu__title i {
  color: #FFFFFF;
  margin-right: 10px;
}
.lightWhite #app .black .avue-top .avue-top-sidebar .el-menu .el-submenu__title i:last-child {
  display: none;
}
.lightWhite #app .black .avue-top .avue-top-sidebar .el-menu .el-submenu__title:hover {
  background-color: transparent;
}
.lightWhite #app .black .avue-top .avue-top-sidebar .el-menu .el-submenu__title:hover span {
  color: #FFFFFF;
}
.lightWhite #app .black .avue-top .avue-top-sidebar .el-menu .el-submenu__title:hover i {
  color: #FFFFFF;
}
.lightWhite #app .black .avue-top .avue-top-sidebar .el-menu .headMenuItem {
  max-width: 160px;
}
.lightWhite #app .black .top-menu .el-menu-item i {
  color: #FFFFFF !important;
}
.lightWhite #app .black .top-menu .el-menu-item span {
  color: #FFFFFF;
}
.lightWhite #app .black .blend .el-menu .menu-wrapper .elMenuItem {
  background-color: #FFFFFF;
}
.lightWhite #app .black .plain .avue-layout {
  padding-left: 80px;
}
.lightWhite #app .black .plain .avue-left {
  width: 80px;
}
.lightWhite #app .black .plain .el-menu {
  background-color: #FFFFFF !important;
}
.lightWhite #app .black .plain .el-menu .nest-menu .el-submenu__title {
  height: 70px;
}
.lightWhite #app .black .plain .el-menu .nest-menu .el-submenu__title i {
  font-size: 28px;
}

.lightWhite > .black .headMenuItem {
  max-width: 150px;
}
.lightWhite > .black .el-menu--popup {
  max-height: 600px;
  overflow: auto;
}
.lightWhite > .black .el-menu {
  background-color: transparent;
}
.lightWhite > .black .el-menu .menu-wrapper {
  background-color: #FFFFFF;
}
.lightWhite > .black .el-menu .menu-wrapper .nest-menu {
  width: 100%;
}
.lightWhite > .black .el-menu .menu-wrapper .nest-menu .el-submenu__title {
  background-color: #FFFFFF;
  height: 46px;
  line-height: 46px;
}
.lightWhite > .black .el-menu .menu-wrapper .nest-menu .el-submenu__title i {
  color: #333333;
  margin-left: 15px;
  margin-right: 6px;
  font-size: 20px;
}
.lightWhite > .black .el-menu .menu-wrapper .nest-menu .el-submenu__title span {
  color: #333333;
}
.lightWhite > .black .el-menu .el-menu-item {
  background-color: #FFFFFF;
  height: 46px;
  line-height: 46px;
}
.lightWhite > .black .el-menu .el-menu-item i {
  color: #333333;
  margin-left: 15px;
  margin-right: 6px;
  font-size: 20px;
}
.lightWhite > .black .el-menu .el-menu-item span {
  color: #333333;
}
.lightWhite > .black .el-menu .el-submenu__title i {
  color: #333333;
}
.lightWhite > .black .el-menu .el-submenu__title span {
  color: #333333;
}
.lightWhite > .black .el-menu .el-submenu__title:hover {
  background-color: transparent;
}
.lightWhite > .black .el-menu .el-submenu__title:hover span {
  color: #3C3E4D;
}
.lightWhite > .black .el-menu .el-submenu__title:hover i {
  color: #3C3E4D;
}
.lightWhite > .black .el-menu .el-menu-item:hover span {
  color: #3C3E4D;
}
.lightWhite > .black .el-menu .el-menu-item:hover i {
  color: #3C3E4D;
}
.lightWhite > .black .el-menu .el-menu-item.is-active {
  background-color: #3C3E4D;
  color: #FFFFFF;
}
.lightWhite > .black .el-menu .el-menu-item.is-active i {
  color: #FFFFFF;
}
.lightWhite > .black .el-menu .el-menu-item.is-active span {
  color: #FFFFFF;
}
.lightWhite > .black .el-menu .el-menu-item.is-active:hover span {
  color: #FFFFFF;
}
.lightWhite > .black .el-menu .el-menu-item.is-active:hover i {
  color: #FFFFFF;
}
.lightWhite > .black .el-menu .el-menu-item:hover i {
  color: #3C3E4D;
}
.lightWhite > .black .el-menu .el-menu-item:hover span {
  color: #3C3E4D;
}

.lightWhite #app .skyBlue .logo-content {
  background-color: #0090A8;
}
.lightWhite #app .skyBlue .avue-sidebar {
  background-color: #FFFFFF;
}
.lightWhite #app .skyBlue .avue-sidebar .el-menu {
  background-color: #FFFFFF;
}
.lightWhite #app .skyBlue .avue-sidebar .el-menu .nest-menu .menu-wrapper {
  background-color: #FFFFFF;
}
.lightWhite #app .skyBlue .avue-sidebar .el-menu .el-submenu__title i {
  color: #333333;
}
.lightWhite #app .skyBlue .avue-sidebar .el-menu .el-submenu__title span {
  color: #333333;
}
.lightWhite #app .skyBlue .avue-sidebar .el-menu .el-submenu__title:hover {
  background-color: transparent;
}
.lightWhite #app .skyBlue .avue-sidebar .el-menu .el-submenu__title:hover i {
  color: #0090A8;
}
.lightWhite #app .skyBlue .avue-sidebar .el-menu .el-submenu__title:hover span {
  color: #0090A8;
}
.lightWhite #app .skyBlue .avue-sidebar .el-menu .el-menu-item {
  background-color: #FFFFFF;
}
.lightWhite #app .skyBlue .avue-sidebar .el-menu .el-menu-item i {
  color: #333333;
}
.lightWhite #app .skyBlue .avue-sidebar .el-menu .el-menu-item span {
  color: #333333;
}
.lightWhite #app .skyBlue .avue-sidebar .el-menu .el-menu-item.is-active {
  background-color: #0090A8 !important;
  color: #FFFFFF;
}
.lightWhite #app .skyBlue .avue-sidebar .el-menu .el-menu-item.is-active i {
  color: #FFFFFF;
}
.lightWhite #app .skyBlue .avue-sidebar .el-menu .el-menu-item.is-active span {
  color: #FFFFFF;
}
.lightWhite #app .skyBlue .avue-sidebar .el-menu .el-menu-item.is-active:hover span {
  color: #FFFFFF;
}
.lightWhite #app .skyBlue .avue-sidebar .el-menu .el-menu-item.is-active:hover i {
  color: #FFFFFF;
}
.lightWhite #app .skyBlue .avue-sidebar .el-menu .el-menu-item:hover i {
  color: #0090A8;
}
.lightWhite #app .skyBlue .avue-sidebar .el-menu .el-menu-item:hover span {
  color: #0090A8;
}
.lightWhite #app .skyBlue .el-menu--vertical {
  background-color: #FFFFFF;
}
.lightWhite #app .skyBlue .el-menu--vertical .el-menu--popup {
  max-height: 600px !important;
  overflow: auto !important;
}
.lightWhite #app .skyBlue .el-menu--vertical .el-menu {
  background-color: #FFFFFF;
}
.lightWhite #app .skyBlue .el-menu--vertical .el-menu .el-menu-item {
  background-color: #FFFFFF;
}
.lightWhite #app .skyBlue .el-menu--vertical .el-menu .el-menu-item i {
  color: #333333;
}
.lightWhite #app .skyBlue .el-menu--vertical .el-menu .el-menu-item span {
  color: #333333;
}
.lightWhite #app .skyBlue .el-menu--vertical .el-menu .el-submenu__title i {
  color: #333333;
}
.lightWhite #app .skyBlue .el-menu--vertical .el-menu .el-submenu__title span {
  color: #333333;
}
.lightWhite #app .skyBlue .el-menu--vertical .el-menu .el-submenu__title:hover {
  background-color: transparent;
}
.lightWhite #app .skyBlue .el-menu--vertical .el-menu .el-submenu__title:hover span {
  color: #0090A8;
}
.lightWhite #app .skyBlue .el-menu--vertical .el-menu .el-submenu__title:hover i {
  color: #0090A8;
}
.lightWhite #app .skyBlue .el-menu--vertical .el-menu .el-menu-item:hover span {
  color: #0090A8;
}
.lightWhite #app .skyBlue .el-menu--vertical .el-menu .el-menu-item:hover i {
  color: #0090A8;
}
.lightWhite #app .skyBlue .el-menu--vertical .el-menu .el-menu-item.is-active {
  background-color: #0090A8;
  color: #333333;
}
.lightWhite #app .skyBlue .el-menu--vertical .el-menu .el-menu-item.is-active:hover span {
  color: #333333;
}
.lightWhite #app .skyBlue .el-menu--vertical .el-menu .el-menu-item.is-active:hover i {
  color: #333333;
}
.lightWhite #app .skyBlue .avue-top {
  color: #FFFFFF;
  background-color: #0090A8 !important;
}
.lightWhite #app .skyBlue .avue-top .avue-top-sidebar .el-menu {
  background-color: #0090A8;
}
.lightWhite #app .skyBlue .avue-top .avue-top-sidebar .el-menu .el-submenu__title {
  color: #FFFFFF;
}
.lightWhite #app .skyBlue .avue-top .avue-top-sidebar .el-menu .el-submenu__title i {
  color: #FFFFFF;
  margin-right: 10px;
}
.lightWhite #app .skyBlue .avue-top .avue-top-sidebar .el-menu .el-submenu__title i:last-child {
  display: none;
}
.lightWhite #app .skyBlue .avue-top .avue-top-sidebar .el-menu .el-submenu__title:hover {
  background-color: transparent;
}
.lightWhite #app .skyBlue .avue-top .avue-top-sidebar .el-menu .el-submenu__title:hover span {
  color: #FFFFFF;
}
.lightWhite #app .skyBlue .avue-top .avue-top-sidebar .el-menu .el-submenu__title:hover i {
  color: #FFFFFF;
}
.lightWhite #app .skyBlue .avue-top .avue-top-sidebar .el-menu .headMenuItem {
  max-width: 160px;
}
.lightWhite #app .skyBlue .top-menu .el-menu-item i {
  color: #FFFFFF !important;
}
.lightWhite #app .skyBlue .top-menu .el-menu-item span {
  color: #FFFFFF;
}
.lightWhite #app .skyBlue .blend .el-menu .menu-wrapper .elMenuItem {
  background-color: #FFFFFF;
}
.lightWhite #app .skyBlue .plain .avue-layout {
  padding-left: 80px;
}
.lightWhite #app .skyBlue .plain .avue-left {
  width: 80px;
}
.lightWhite #app .skyBlue .plain .el-menu {
  background-color: #FFFFFF !important;
}
.lightWhite #app .skyBlue .plain .el-menu .nest-menu .el-submenu__title {
  height: 70px;
}
.lightWhite #app .skyBlue .plain .el-menu .nest-menu .el-submenu__title i {
  font-size: 28px;
}

.lightWhite > .skyBlue .headMenuItem {
  max-width: 150px;
}
.lightWhite > .skyBlue .el-menu--popup {
  max-height: 600px;
  overflow: auto;
}
.lightWhite > .skyBlue .el-menu {
  background-color: transparent;
}
.lightWhite > .skyBlue .el-menu .menu-wrapper {
  background-color: #FFFFFF;
}
.lightWhite > .skyBlue .el-menu .menu-wrapper .nest-menu {
  width: 100%;
}
.lightWhite > .skyBlue .el-menu .menu-wrapper .nest-menu .el-submenu__title {
  background-color: #FFFFFF;
  height: 46px;
  line-height: 46px;
}
.lightWhite > .skyBlue .el-menu .menu-wrapper .nest-menu .el-submenu__title i {
  color: #333333;
  margin-left: 15px;
  margin-right: 6px;
  font-size: 20px;
}
.lightWhite > .skyBlue .el-menu .menu-wrapper .nest-menu .el-submenu__title span {
  color: #333333;
}
.lightWhite > .skyBlue .el-menu .el-menu-item {
  background-color: #FFFFFF;
  height: 46px;
  line-height: 46px;
}
.lightWhite > .skyBlue .el-menu .el-menu-item i {
  color: #333333;
  margin-left: 15px;
  margin-right: 6px;
  font-size: 20px;
}
.lightWhite > .skyBlue .el-menu .el-menu-item span {
  color: #333333;
}
.lightWhite > .skyBlue .el-menu .el-submenu__title i {
  color: #333333;
}
.lightWhite > .skyBlue .el-menu .el-submenu__title span {
  color: #333333;
}
.lightWhite > .skyBlue .el-menu .el-submenu__title:hover {
  background-color: transparent;
}
.lightWhite > .skyBlue .el-menu .el-submenu__title:hover span {
  color: #0090A8;
}
.lightWhite > .skyBlue .el-menu .el-submenu__title:hover i {
  color: #0090A8;
}
.lightWhite > .skyBlue .el-menu .el-menu-item:hover span {
  color: #0090A8;
}
.lightWhite > .skyBlue .el-menu .el-menu-item:hover i {
  color: #0090A8;
}
.lightWhite > .skyBlue .el-menu .el-menu-item.is-active {
  background-color: #0090A8;
  color: #FFFFFF;
}
.lightWhite > .skyBlue .el-menu .el-menu-item.is-active i {
  color: #FFFFFF;
}
.lightWhite > .skyBlue .el-menu .el-menu-item.is-active span {
  color: #FFFFFF;
}
.lightWhite > .skyBlue .el-menu .el-menu-item.is-active:hover span {
  color: #FFFFFF;
}
.lightWhite > .skyBlue .el-menu .el-menu-item.is-active:hover i {
  color: #FFFFFF;
}
.lightWhite > .skyBlue .el-menu .el-menu-item:hover i {
  color: #0090A8;
}
.lightWhite > .skyBlue .el-menu .el-menu-item:hover span {
  color: #0090A8;
}

.lightWhite #app .tangerine .logo-content {
  background-color: #D34827;
}
.lightWhite #app .tangerine .avue-sidebar {
  background-color: #FFFFFF;
}
.lightWhite #app .tangerine .avue-sidebar .el-menu {
  background-color: #FFFFFF;
}
.lightWhite #app .tangerine .avue-sidebar .el-menu .nest-menu .menu-wrapper {
  background-color: #FFFFFF;
}
.lightWhite #app .tangerine .avue-sidebar .el-menu .el-submenu__title i {
  color: #333333;
}
.lightWhite #app .tangerine .avue-sidebar .el-menu .el-submenu__title span {
  color: #333333;
}
.lightWhite #app .tangerine .avue-sidebar .el-menu .el-submenu__title:hover {
  background-color: transparent;
}
.lightWhite #app .tangerine .avue-sidebar .el-menu .el-submenu__title:hover i {
  color: #D34827;
}
.lightWhite #app .tangerine .avue-sidebar .el-menu .el-submenu__title:hover span {
  color: #D34827;
}
.lightWhite #app .tangerine .avue-sidebar .el-menu .el-menu-item {
  background-color: #FFFFFF;
}
.lightWhite #app .tangerine .avue-sidebar .el-menu .el-menu-item i {
  color: #333333;
}
.lightWhite #app .tangerine .avue-sidebar .el-menu .el-menu-item span {
  color: #333333;
}
.lightWhite #app .tangerine .avue-sidebar .el-menu .el-menu-item.is-active {
  background-color: #D34827 !important;
  color: #FFFFFF;
}
.lightWhite #app .tangerine .avue-sidebar .el-menu .el-menu-item.is-active i {
  color: #FFFFFF;
}
.lightWhite #app .tangerine .avue-sidebar .el-menu .el-menu-item.is-active span {
  color: #FFFFFF;
}
.lightWhite #app .tangerine .avue-sidebar .el-menu .el-menu-item.is-active:hover span {
  color: #FFFFFF;
}
.lightWhite #app .tangerine .avue-sidebar .el-menu .el-menu-item.is-active:hover i {
  color: #FFFFFF;
}
.lightWhite #app .tangerine .avue-sidebar .el-menu .el-menu-item:hover i {
  color: #D34827;
}
.lightWhite #app .tangerine .avue-sidebar .el-menu .el-menu-item:hover span {
  color: #D34827;
}
.lightWhite #app .tangerine .el-menu--vertical {
  background-color: #FFFFFF;
}
.lightWhite #app .tangerine .el-menu--vertical .el-menu--popup {
  max-height: 600px !important;
  overflow: auto !important;
}
.lightWhite #app .tangerine .el-menu--vertical .el-menu {
  background-color: #FFFFFF;
}
.lightWhite #app .tangerine .el-menu--vertical .el-menu .el-menu-item {
  background-color: #FFFFFF;
}
.lightWhite #app .tangerine .el-menu--vertical .el-menu .el-menu-item i {
  color: #333333;
}
.lightWhite #app .tangerine .el-menu--vertical .el-menu .el-menu-item span {
  color: #333333;
}
.lightWhite #app .tangerine .el-menu--vertical .el-menu .el-submenu__title i {
  color: #333333;
}
.lightWhite #app .tangerine .el-menu--vertical .el-menu .el-submenu__title span {
  color: #333333;
}
.lightWhite #app .tangerine .el-menu--vertical .el-menu .el-submenu__title:hover {
  background-color: transparent;
}
.lightWhite #app .tangerine .el-menu--vertical .el-menu .el-submenu__title:hover span {
  color: #D34827;
}
.lightWhite #app .tangerine .el-menu--vertical .el-menu .el-submenu__title:hover i {
  color: #D34827;
}
.lightWhite #app .tangerine .el-menu--vertical .el-menu .el-menu-item:hover span {
  color: #D34827;
}
.lightWhite #app .tangerine .el-menu--vertical .el-menu .el-menu-item:hover i {
  color: #D34827;
}
.lightWhite #app .tangerine .el-menu--vertical .el-menu .el-menu-item.is-active {
  background-color: #D34827;
  color: #333333;
}
.lightWhite #app .tangerine .el-menu--vertical .el-menu .el-menu-item.is-active:hover span {
  color: #333333;
}
.lightWhite #app .tangerine .el-menu--vertical .el-menu .el-menu-item.is-active:hover i {
  color: #333333;
}
.lightWhite #app .tangerine .avue-top {
  color: #FFFFFF;
  background-color: #D34827 !important;
}
.lightWhite #app .tangerine .avue-top .avue-top-sidebar .el-menu {
  background-color: #D34827;
}
.lightWhite #app .tangerine .avue-top .avue-top-sidebar .el-menu .el-submenu__title {
  color: #FFFFFF;
}
.lightWhite #app .tangerine .avue-top .avue-top-sidebar .el-menu .el-submenu__title i {
  color: #FFFFFF;
  margin-right: 10px;
}
.lightWhite #app .tangerine .avue-top .avue-top-sidebar .el-menu .el-submenu__title i:last-child {
  display: none;
}
.lightWhite #app .tangerine .avue-top .avue-top-sidebar .el-menu .el-submenu__title:hover {
  background-color: transparent;
}
.lightWhite #app .tangerine .avue-top .avue-top-sidebar .el-menu .el-submenu__title:hover span {
  color: #FFFFFF;
}
.lightWhite #app .tangerine .avue-top .avue-top-sidebar .el-menu .el-submenu__title:hover i {
  color: #FFFFFF;
}
.lightWhite #app .tangerine .avue-top .avue-top-sidebar .el-menu .headMenuItem {
  max-width: 160px;
}
.lightWhite #app .tangerine .top-menu .el-menu-item i {
  color: #FFFFFF !important;
}
.lightWhite #app .tangerine .top-menu .el-menu-item span {
  color: #FFFFFF;
}
.lightWhite #app .tangerine .blend .el-menu .menu-wrapper .elMenuItem {
  background-color: #FFFFFF;
}
.lightWhite #app .tangerine .plain .avue-layout {
  padding-left: 80px;
}
.lightWhite #app .tangerine .plain .avue-left {
  width: 80px;
}
.lightWhite #app .tangerine .plain .el-menu {
  background-color: #FFFFFF !important;
}
.lightWhite #app .tangerine .plain .el-menu .nest-menu .el-submenu__title {
  height: 70px;
}
.lightWhite #app .tangerine .plain .el-menu .nest-menu .el-submenu__title i {
  font-size: 28px;
}

.lightWhite > .tangerine .headMenuItem {
  max-width: 150px;
}
.lightWhite > .tangerine .el-menu--popup {
  max-height: 600px;
  overflow: auto;
}
.lightWhite > .tangerine .el-menu {
  background-color: transparent;
}
.lightWhite > .tangerine .el-menu .menu-wrapper {
  background-color: #FFFFFF;
}
.lightWhite > .tangerine .el-menu .menu-wrapper .nest-menu {
  width: 100%;
}
.lightWhite > .tangerine .el-menu .menu-wrapper .nest-menu .el-submenu__title {
  background-color: #FFFFFF;
  height: 46px;
  line-height: 46px;
}
.lightWhite > .tangerine .el-menu .menu-wrapper .nest-menu .el-submenu__title i {
  color: #333333;
  margin-left: 15px;
  margin-right: 6px;
  font-size: 20px;
}
.lightWhite > .tangerine .el-menu .menu-wrapper .nest-menu .el-submenu__title span {
  color: #333333;
}
.lightWhite > .tangerine .el-menu .el-menu-item {
  background-color: #FFFFFF;
  height: 46px;
  line-height: 46px;
}
.lightWhite > .tangerine .el-menu .el-menu-item i {
  color: #333333;
  margin-left: 15px;
  margin-right: 6px;
  font-size: 20px;
}
.lightWhite > .tangerine .el-menu .el-menu-item span {
  color: #333333;
}
.lightWhite > .tangerine .el-menu .el-submenu__title i {
  color: #333333;
}
.lightWhite > .tangerine .el-menu .el-submenu__title span {
  color: #333333;
}
.lightWhite > .tangerine .el-menu .el-submenu__title:hover {
  background-color: transparent;
}
.lightWhite > .tangerine .el-menu .el-submenu__title:hover span {
  color: #D34827;
}
.lightWhite > .tangerine .el-menu .el-submenu__title:hover i {
  color: #D34827;
}
.lightWhite > .tangerine .el-menu .el-menu-item:hover span {
  color: #D34827;
}
.lightWhite > .tangerine .el-menu .el-menu-item:hover i {
  color: #D34827;
}
.lightWhite > .tangerine .el-menu .el-menu-item.is-active {
  background-color: #D34827;
  color: #FFFFFF;
}
.lightWhite > .tangerine .el-menu .el-menu-item.is-active i {
  color: #FFFFFF;
}
.lightWhite > .tangerine .el-menu .el-menu-item.is-active span {
  color: #FFFFFF;
}
.lightWhite > .tangerine .el-menu .el-menu-item.is-active:hover span {
  color: #FFFFFF;
}
.lightWhite > .tangerine .el-menu .el-menu-item.is-active:hover i {
  color: #FFFFFF;
}
.lightWhite > .tangerine .el-menu .el-menu-item:hover i {
  color: #D34827;
}
.lightWhite > .tangerine .el-menu .el-menu-item:hover span {
  color: #D34827;
}

.lightWhite #app .darkBlue .logo-content {
  background-color: #305198;
}
.lightWhite #app .darkBlue .avue-sidebar {
  background-color: #FFFFFF;
}
.lightWhite #app .darkBlue .avue-sidebar .el-menu {
  background-color: #FFFFFF;
}
.lightWhite #app .darkBlue .avue-sidebar .el-menu .nest-menu .menu-wrapper {
  background-color: #FFFFFF;
}
.lightWhite #app .darkBlue .avue-sidebar .el-menu .el-submenu__title i {
  color: #333333;
}
.lightWhite #app .darkBlue .avue-sidebar .el-menu .el-submenu__title span {
  color: #333333;
}
.lightWhite #app .darkBlue .avue-sidebar .el-menu .el-submenu__title:hover {
  background-color: transparent;
}
.lightWhite #app .darkBlue .avue-sidebar .el-menu .el-submenu__title:hover i {
  color: #305198;
}
.lightWhite #app .darkBlue .avue-sidebar .el-menu .el-submenu__title:hover span {
  color: #305198;
}
.lightWhite #app .darkBlue .avue-sidebar .el-menu .el-menu-item {
  background-color: #FFFFFF;
}
.lightWhite #app .darkBlue .avue-sidebar .el-menu .el-menu-item i {
  color: #333333;
}
.lightWhite #app .darkBlue .avue-sidebar .el-menu .el-menu-item span {
  color: #333333;
}
.lightWhite #app .darkBlue .avue-sidebar .el-menu .el-menu-item.is-active {
  background-color: #305198 !important;
  color: #FFFFFF;
}
.lightWhite #app .darkBlue .avue-sidebar .el-menu .el-menu-item.is-active i {
  color: #FFFFFF;
}
.lightWhite #app .darkBlue .avue-sidebar .el-menu .el-menu-item.is-active span {
  color: #FFFFFF;
}
.lightWhite #app .darkBlue .avue-sidebar .el-menu .el-menu-item.is-active:hover span {
  color: #FFFFFF;
}
.lightWhite #app .darkBlue .avue-sidebar .el-menu .el-menu-item.is-active:hover i {
  color: #FFFFFF;
}
.lightWhite #app .darkBlue .avue-sidebar .el-menu .el-menu-item:hover i {
  color: #305198;
}
.lightWhite #app .darkBlue .avue-sidebar .el-menu .el-menu-item:hover span {
  color: #305198;
}
.lightWhite #app .darkBlue .el-menu--vertical {
  background-color: #FFFFFF;
}
.lightWhite #app .darkBlue .el-menu--vertical .el-menu--popup {
  max-height: 600px !important;
  overflow: auto !important;
}
.lightWhite #app .darkBlue .el-menu--vertical .el-menu {
  background-color: #FFFFFF;
}
.lightWhite #app .darkBlue .el-menu--vertical .el-menu .el-menu-item {
  background-color: #FFFFFF;
}
.lightWhite #app .darkBlue .el-menu--vertical .el-menu .el-menu-item i {
  color: #333333;
}
.lightWhite #app .darkBlue .el-menu--vertical .el-menu .el-menu-item span {
  color: #333333;
}
.lightWhite #app .darkBlue .el-menu--vertical .el-menu .el-submenu__title i {
  color: #333333;
}
.lightWhite #app .darkBlue .el-menu--vertical .el-menu .el-submenu__title span {
  color: #333333;
}
.lightWhite #app .darkBlue .el-menu--vertical .el-menu .el-submenu__title:hover {
  background-color: transparent;
}
.lightWhite #app .darkBlue .el-menu--vertical .el-menu .el-submenu__title:hover span {
  color: #305198;
}
.lightWhite #app .darkBlue .el-menu--vertical .el-menu .el-submenu__title:hover i {
  color: #305198;
}
.lightWhite #app .darkBlue .el-menu--vertical .el-menu .el-menu-item:hover span {
  color: #305198;
}
.lightWhite #app .darkBlue .el-menu--vertical .el-menu .el-menu-item:hover i {
  color: #305198;
}
.lightWhite #app .darkBlue .el-menu--vertical .el-menu .el-menu-item.is-active {
  background-color: #305198;
  color: #333333;
}
.lightWhite #app .darkBlue .el-menu--vertical .el-menu .el-menu-item.is-active:hover span {
  color: #333333;
}
.lightWhite #app .darkBlue .el-menu--vertical .el-menu .el-menu-item.is-active:hover i {
  color: #333333;
}
.lightWhite #app .darkBlue .avue-top {
  color: #FFFFFF;
  background-color: #305198 !important;
}
.lightWhite #app .darkBlue .avue-top .avue-top-sidebar .el-menu {
  background-color: #305198;
}
.lightWhite #app .darkBlue .avue-top .avue-top-sidebar .el-menu .el-submenu__title {
  color: #FFFFFF;
}
.lightWhite #app .darkBlue .avue-top .avue-top-sidebar .el-menu .el-submenu__title i {
  color: #FFFFFF;
  margin-right: 10px;
}
.lightWhite #app .darkBlue .avue-top .avue-top-sidebar .el-menu .el-submenu__title i:last-child {
  display: none;
}
.lightWhite #app .darkBlue .avue-top .avue-top-sidebar .el-menu .el-submenu__title:hover {
  background-color: transparent;
}
.lightWhite #app .darkBlue .avue-top .avue-top-sidebar .el-menu .el-submenu__title:hover span {
  color: #FFFFFF;
}
.lightWhite #app .darkBlue .avue-top .avue-top-sidebar .el-menu .el-submenu__title:hover i {
  color: #FFFFFF;
}
.lightWhite #app .darkBlue .avue-top .avue-top-sidebar .el-menu .headMenuItem {
  max-width: 160px;
}
.lightWhite #app .darkBlue .top-menu .el-menu-item i {
  color: #FFFFFF !important;
}
.lightWhite #app .darkBlue .top-menu .el-menu-item span {
  color: #FFFFFF;
}
.lightWhite #app .darkBlue .blend .el-menu .menu-wrapper .elMenuItem {
  background-color: #FFFFFF;
}
.lightWhite #app .darkBlue .plain .avue-layout {
  padding-left: 80px;
}
.lightWhite #app .darkBlue .plain .avue-left {
  width: 80px;
}
.lightWhite #app .darkBlue .plain .el-menu {
  background-color: #FFFFFF !important;
}
.lightWhite #app .darkBlue .plain .el-menu .nest-menu .el-submenu__title {
  height: 70px;
}
.lightWhite #app .darkBlue .plain .el-menu .nest-menu .el-submenu__title i {
  font-size: 28px;
}

.lightWhite > .darkBlue .headMenuItem {
  max-width: 150px;
}
.lightWhite > .darkBlue .el-menu--popup {
  max-height: 600px;
  overflow: auto;
}
.lightWhite > .darkBlue .el-menu {
  background-color: transparent;
}
.lightWhite > .darkBlue .el-menu .menu-wrapper {
  background-color: #FFFFFF;
}
.lightWhite > .darkBlue .el-menu .menu-wrapper .nest-menu {
  width: 100%;
}
.lightWhite > .darkBlue .el-menu .menu-wrapper .nest-menu .el-submenu__title {
  background-color: #FFFFFF;
  height: 46px;
  line-height: 46px;
}
.lightWhite > .darkBlue .el-menu .menu-wrapper .nest-menu .el-submenu__title i {
  color: #333333;
  margin-left: 15px;
  margin-right: 6px;
  font-size: 20px;
}
.lightWhite > .darkBlue .el-menu .menu-wrapper .nest-menu .el-submenu__title span {
  color: #333333;
}
.lightWhite > .darkBlue .el-menu .el-menu-item {
  background-color: #FFFFFF;
  height: 46px;
  line-height: 46px;
}
.lightWhite > .darkBlue .el-menu .el-menu-item i {
  color: #333333;
  margin-left: 15px;
  margin-right: 6px;
  font-size: 20px;
}
.lightWhite > .darkBlue .el-menu .el-menu-item span {
  color: #333333;
}
.lightWhite > .darkBlue .el-menu .el-submenu__title i {
  color: #333333;
}
.lightWhite > .darkBlue .el-menu .el-submenu__title span {
  color: #333333;
}
.lightWhite > .darkBlue .el-menu .el-submenu__title:hover {
  background-color: transparent;
}
.lightWhite > .darkBlue .el-menu .el-submenu__title:hover span {
  color: #305198;
}
.lightWhite > .darkBlue .el-menu .el-submenu__title:hover i {
  color: #305198;
}
.lightWhite > .darkBlue .el-menu .el-menu-item:hover span {
  color: #305198;
}
.lightWhite > .darkBlue .el-menu .el-menu-item:hover i {
  color: #305198;
}
.lightWhite > .darkBlue .el-menu .el-menu-item.is-active {
  background-color: #305198;
  color: #FFFFFF;
}
.lightWhite > .darkBlue .el-menu .el-menu-item.is-active i {
  color: #FFFFFF;
}
.lightWhite > .darkBlue .el-menu .el-menu-item.is-active span {
  color: #FFFFFF;
}
.lightWhite > .darkBlue .el-menu .el-menu-item.is-active:hover span {
  color: #FFFFFF;
}
.lightWhite > .darkBlue .el-menu .el-menu-item.is-active:hover i {
  color: #FFFFFF;
}
.lightWhite > .darkBlue .el-menu .el-menu-item:hover i {
  color: #305198;
}
.lightWhite > .darkBlue .el-menu .el-menu-item:hover span {
  color: #305198;
}

.lightWhite #app .flamingRed .logo-content {
  background-color: #b3150c;
}
.lightWhite #app .flamingRed .avue-sidebar {
  background-color: #FFFFFF;
}
.lightWhite #app .flamingRed .avue-sidebar .el-menu {
  background-color: #FFFFFF;
}
.lightWhite #app .flamingRed .avue-sidebar .el-menu .nest-menu .menu-wrapper {
  background-color: #FFFFFF;
}
.lightWhite #app .flamingRed .avue-sidebar .el-menu .el-submenu__title i {
  color: #333333;
}
.lightWhite #app .flamingRed .avue-sidebar .el-menu .el-submenu__title span {
  color: #333333;
}
.lightWhite #app .flamingRed .avue-sidebar .el-menu .el-submenu__title:hover {
  background-color: transparent;
}
.lightWhite #app .flamingRed .avue-sidebar .el-menu .el-submenu__title:hover i {
  color: #b3150c;
}
.lightWhite #app .flamingRed .avue-sidebar .el-menu .el-submenu__title:hover span {
  color: #b3150c;
}
.lightWhite #app .flamingRed .avue-sidebar .el-menu .el-menu-item {
  background-color: #FFFFFF;
}
.lightWhite #app .flamingRed .avue-sidebar .el-menu .el-menu-item i {
  color: #333333;
}
.lightWhite #app .flamingRed .avue-sidebar .el-menu .el-menu-item span {
  color: #333333;
}
.lightWhite #app .flamingRed .avue-sidebar .el-menu .el-menu-item.is-active {
  background-color: #b3150c !important;
  color: #FFFFFF;
}
.lightWhite #app .flamingRed .avue-sidebar .el-menu .el-menu-item.is-active i {
  color: #FFFFFF;
}
.lightWhite #app .flamingRed .avue-sidebar .el-menu .el-menu-item.is-active span {
  color: #FFFFFF;
}
.lightWhite #app .flamingRed .avue-sidebar .el-menu .el-menu-item.is-active:hover span {
  color: #FFFFFF;
}
.lightWhite #app .flamingRed .avue-sidebar .el-menu .el-menu-item.is-active:hover i {
  color: #FFFFFF;
}
.lightWhite #app .flamingRed .avue-sidebar .el-menu .el-menu-item:hover i {
  color: #b3150c;
}
.lightWhite #app .flamingRed .avue-sidebar .el-menu .el-menu-item:hover span {
  color: #b3150c;
}
.lightWhite #app .flamingRed .el-menu--vertical {
  background-color: #FFFFFF;
}
.lightWhite #app .flamingRed .el-menu--vertical .el-menu--popup {
  max-height: 600px !important;
  overflow: auto !important;
}
.lightWhite #app .flamingRed .el-menu--vertical .el-menu {
  background-color: #FFFFFF;
}
.lightWhite #app .flamingRed .el-menu--vertical .el-menu .el-menu-item {
  background-color: #FFFFFF;
}
.lightWhite #app .flamingRed .el-menu--vertical .el-menu .el-menu-item i {
  color: #333333;
}
.lightWhite #app .flamingRed .el-menu--vertical .el-menu .el-menu-item span {
  color: #333333;
}
.lightWhite #app .flamingRed .el-menu--vertical .el-menu .el-submenu__title i {
  color: #333333;
}
.lightWhite #app .flamingRed .el-menu--vertical .el-menu .el-submenu__title span {
  color: #333333;
}
.lightWhite #app .flamingRed .el-menu--vertical .el-menu .el-submenu__title:hover {
  background-color: transparent;
}
.lightWhite #app .flamingRed .el-menu--vertical .el-menu .el-submenu__title:hover span {
  color: #b3150c;
}
.lightWhite #app .flamingRed .el-menu--vertical .el-menu .el-submenu__title:hover i {
  color: #b3150c;
}
.lightWhite #app .flamingRed .el-menu--vertical .el-menu .el-menu-item:hover span {
  color: #b3150c;
}
.lightWhite #app .flamingRed .el-menu--vertical .el-menu .el-menu-item:hover i {
  color: #b3150c;
}
.lightWhite #app .flamingRed .el-menu--vertical .el-menu .el-menu-item.is-active {
  background-color: #b3150c;
  color: #333333;
}
.lightWhite #app .flamingRed .el-menu--vertical .el-menu .el-menu-item.is-active:hover span {
  color: #333333;
}
.lightWhite #app .flamingRed .el-menu--vertical .el-menu .el-menu-item.is-active:hover i {
  color: #333333;
}
.lightWhite #app .flamingRed .avue-top {
  color: #FFFFFF;
  background-color: #b3150c !important;
}
.lightWhite #app .flamingRed .avue-top .avue-top-sidebar .el-menu {
  background-color: #b3150c;
}
.lightWhite #app .flamingRed .avue-top .avue-top-sidebar .el-menu .el-submenu__title {
  color: #FFFFFF;
}
.lightWhite #app .flamingRed .avue-top .avue-top-sidebar .el-menu .el-submenu__title i {
  color: #FFFFFF;
  margin-right: 10px;
}
.lightWhite #app .flamingRed .avue-top .avue-top-sidebar .el-menu .el-submenu__title i:last-child {
  display: none;
}
.lightWhite #app .flamingRed .avue-top .avue-top-sidebar .el-menu .el-submenu__title:hover {
  background-color: transparent;
}
.lightWhite #app .flamingRed .avue-top .avue-top-sidebar .el-menu .el-submenu__title:hover span {
  color: #FFFFFF;
}
.lightWhite #app .flamingRed .avue-top .avue-top-sidebar .el-menu .el-submenu__title:hover i {
  color: #FFFFFF;
}
.lightWhite #app .flamingRed .avue-top .avue-top-sidebar .el-menu .headMenuItem {
  max-width: 160px;
}
.lightWhite #app .flamingRed .top-menu .el-menu-item i {
  color: #FFFFFF !important;
}
.lightWhite #app .flamingRed .top-menu .el-menu-item span {
  color: #FFFFFF;
}
.lightWhite #app .flamingRed .blend .el-menu .menu-wrapper .elMenuItem {
  background-color: #FFFFFF;
}
.lightWhite #app .flamingRed .plain .avue-layout {
  padding-left: 80px;
}
.lightWhite #app .flamingRed .plain .avue-left {
  width: 80px;
}
.lightWhite #app .flamingRed .plain .el-menu {
  background-color: #FFFFFF !important;
}
.lightWhite #app .flamingRed .plain .el-menu .nest-menu .el-submenu__title {
  height: 70px;
}
.lightWhite #app .flamingRed .plain .el-menu .nest-menu .el-submenu__title i {
  font-size: 28px;
}

.lightWhite > .flamingRed .headMenuItem {
  max-width: 150px;
}
.lightWhite > .flamingRed .el-menu--popup {
  max-height: 600px;
  overflow: auto;
}
.lightWhite > .flamingRed .el-menu {
  background-color: transparent;
}
.lightWhite > .flamingRed .el-menu .menu-wrapper {
  background-color: #FFFFFF;
}
.lightWhite > .flamingRed .el-menu .menu-wrapper .nest-menu {
  width: 100%;
}
.lightWhite > .flamingRed .el-menu .menu-wrapper .nest-menu .el-submenu__title {
  background-color: #FFFFFF;
  height: 46px;
  line-height: 46px;
}
.lightWhite > .flamingRed .el-menu .menu-wrapper .nest-menu .el-submenu__title i {
  color: #333333;
  margin-left: 15px;
  margin-right: 6px;
  font-size: 20px;
}
.lightWhite > .flamingRed .el-menu .menu-wrapper .nest-menu .el-submenu__title span {
  color: #333333;
}
.lightWhite > .flamingRed .el-menu .el-menu-item {
  background-color: #FFFFFF;
  height: 46px;
  line-height: 46px;
}
.lightWhite > .flamingRed .el-menu .el-menu-item i {
  color: #333333;
  margin-left: 15px;
  margin-right: 6px;
  font-size: 20px;
}
.lightWhite > .flamingRed .el-menu .el-menu-item span {
  color: #333333;
}
.lightWhite > .flamingRed .el-menu .el-submenu__title i {
  color: #333333;
}
.lightWhite > .flamingRed .el-menu .el-submenu__title span {
  color: #333333;
}
.lightWhite > .flamingRed .el-menu .el-submenu__title:hover {
  background-color: transparent;
}
.lightWhite > .flamingRed .el-menu .el-submenu__title:hover span {
  color: #b3150c;
}
.lightWhite > .flamingRed .el-menu .el-submenu__title:hover i {
  color: #b3150c;
}
.lightWhite > .flamingRed .el-menu .el-menu-item:hover span {
  color: #b3150c;
}
.lightWhite > .flamingRed .el-menu .el-menu-item:hover i {
  color: #b3150c;
}
.lightWhite > .flamingRed .el-menu .el-menu-item.is-active {
  background-color: #b3150c;
  color: #FFFFFF;
}
.lightWhite > .flamingRed .el-menu .el-menu-item.is-active i {
  color: #FFFFFF;
}
.lightWhite > .flamingRed .el-menu .el-menu-item.is-active span {
  color: #FFFFFF;
}
.lightWhite > .flamingRed .el-menu .el-menu-item.is-active:hover span {
  color: #FFFFFF;
}
.lightWhite > .flamingRed .el-menu .el-menu-item.is-active:hover i {
  color: #FFFFFF;
}
.lightWhite > .flamingRed .el-menu .el-menu-item:hover i {
  color: #b3150c;
}
.lightWhite > .flamingRed .el-menu .el-menu-item:hover span {
  color: #b3150c;
}
@charset "UTF-8";
.el-dropdown-menu__item {
  font-size: 12px !important;
  line-height: 28px !important;
}

.el-card.is-always-shadow {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none !important;
}

.el-menu--horizontal {
  border-bottom: none !important;
}

.el-menu {
  border-right: none !important;
}

.el-menu--display,
.el-menu--display + .el-submenu__icon-arrow {
  display: none;
}

.el-message__icon,
.el-message__content {
  display: inline-block;
}

.el-date-editor .el-range-input,
.el-date-editor .el-range-separator {
  height: auto;
  overflow: hidden;
}

.el-dialog__wrapper {
  z-index: 2048;
}

.avue-dialog--top .el-dialog {
  top: 0 !important;
}

.avue-tree__menu {
  width: auto !important;
}

.el-col {
  margin-bottom: 8px;
}

.el-main {
  padding: 0 !important;
  background: #ffffff;
}

.avue-header .el-dropdown-menu__item--divided:before,
.avue-header .el-menu,
.avue-header .el-menu--horizontal > .el-menu-item:not(.is-disabled):focus,
.avue-header .el-menu--horizontal > .el-menu-item:not(.is-disabled):hover,
.avue-header .el-menu--horizontal > .el-submenu .el-submenu__title:hover {
  background-color: transparent;
}
.avue-header .el-dropdown-menu__item--divided:before,
.avue-header .el-menu,
.avue-header .el-menu--horizontal > .el-menu-item:not(.is-disabled):focus,
.avue-header .el-menu--horizontal > .el-menu-item:not(.is-disabled):hover,
.avue-header .el-menu--horizontal > .el-submenu .el-submenu__title:hover {
  background-color: transparent !important;
}

.avue-left .el-menu--collapse .el-submenu {
  overflow: hidden;
}
.avue-left .el-menu--collapse .el-submenu .el-submenu__title {
  line-height: 1.5;
  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;
  padding: 0 5px;
  padding-left: 5px !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 66px;
}
.avue-left .el-menu--collapse .el-submenu .el-submenu__title .el-menu--display {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  font-size: 12px;
  text-align: center;
}
.avue-left .el-menu--collapse .el-submenu .el-submenu__title i.iconfont {
  margin-right: 0;
}

.avue-tree {
  min-height: 100%;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (width: 1920px) {
  .avue-tree {
    min-height: 100%;
  }
}
.el-select {
  width: 100% !important;
}

.avue--view .el-input__inner,
.avue--view .el-textarea__inner {
  border: 1px solid #e6e6e6 !important;
}

.avue-crud__search {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 10px !important;
}

.el-divider--horizontal {
  margin: 12px 0 !important;
}

.el-calendar-day {
  height: 115px !important;
}

.el-table--small td,
.el-table--small th {
  padding: 0px !important;
  min-width: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-overflow: ellipsis;
  vertical-align: middle;
  position: relative;
  text-align: left;
}

.el-col {
  margin-bottom: 0px !important;
}

.el-divider__text,
.el-link {
  font-size: 12px !important;
}

.avue-dialog .el-dialog__body {
  padding: 10px !important;
}

.el-date-editor.el-input {
  width: 100% !important;
}

.el-table .cell {
  line-height: 32px !important;
}

.el-dialog__body {
  padding: 15px 20px !important;
  max-height: var(--maxHeight);
  overflow-y: auto;
}

.el-upload-list__item-thumbnail {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.el-upload-list__item {
  -webkit-transition: none !important;
  transition: none !important;
}

.avue-upload__icon {
  font-size: 28px;
  color: #8c939d;
  width: 148px;
  height: 148px;
  line-height: 148px !important;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.el-input-number.el-input-number--small {
  width: 100% !important;
}

.avue-top {
  padding: 0 20px;
  position: relative;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
  color: rgba(0, 0, 0, 0.65);
  font-size: 28px;
  height: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.avue-top .el-menu-item i, .avue-top .el-menu-item span {
  font-size: 16px;
  font-weight: 400;
}
.avue-top .el-menu--horizontal > .el-menu-item {
  height: 60px;
  line-height: 60px;
}

.avue-breadcrumb {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.avue-breadcrumb i {
  font-size: 30px !important;
}
.avue-breadcrumb--active {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.avue-breadcrumb a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-menu {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.top-menu .el-menu-item {
  padding: 0 20px;
  border: none !important;
}

.top-search {
  line-height: 60px;
  position: absolute !important;
  left: -65px;
  top: 0;
  width: 280px !important;
}
.top-search input {
  color: #FFFFFF;
}
.top-search .el-input__inner {
  font-size: 14px;
  background-color: transparent;
}

.top-bar__img {
  margin: 0 8px 0 5px;
  padding: 2px;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #eee;
  vertical-align: middle;
}

.top-bar__left,
.top-bar__right {
  height: 60px;
  position: absolute;
  top: 0;
}
.top-bar__left i,
.top-bar__right i {
  line-height: 60px;
}

.top-bar__left {
  left: 20px;
}

.top-bar__right {
  right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-bar__item {
  position: relative;
  display: inline-block;
  height: 60px;
  margin: 0 10px;
  font-size: 16px;
}
.top-bar__item--show {
  display: inline-block !important;
}
.top-bar__item .el-badge__content.is-fixed {
  top: 12px;
  right: 5px;
}

.top-bar__title {
  height: 100%;
  padding: 0 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: inherit;
  font-weight: 400;
}

.avue-tags {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  padding: 0 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  height: 40px;
  border-top: 1px solid #f6f6f6;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.avue-tags .el-tabs--card > .el-tabs__header {
  margin: 0;
}
.avue-tags .el-tabs--card > .el-tabs__header .el-tabs__nav,
.avue-tags .el-tabs--card > .el-tabs__header .el-tabs__item,
.avue-tags .el-tabs--card > .el-tabs__header {
  border: none;
}
.avue-tags .el-tabs--card > .el-tabs__header .el-tabs__item:first-child {
  border-left-width: 1px;
}
.avue-tags .el-tabs--card > .el-tabs__header .el-tabs__item {
  margin: 0 3px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  font-weight: normal;
}
.avue-tags .el-tabs__nav-prev,
.avue-tags .el-tabs__nav-next {
  width: 20px;
  line-height: 34px;
  font-size: 18x;
  text-align: center;
}
.avue-tags__box {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 106px;
  width: 100%;
}
.avue-tags__box--close .el-tabs__item:first-child {
  padding: 0 20px !important;
}
.avue-tags__box--close .el-tabs__item:first-child .el-icon-close {
  display: none;
}
.avue-tags__contentmenu {
  position: fixed;
  width: 120px;
  background-color: #fff;
  z-index: 1024;
  border-radius: 5px;
  -webkit-box-shadow: 1px 2px 10px #ccc;
          box-shadow: 1px 2px 10px #ccc;
}
.avue-tags__contentmenu .item {
  cursor: pointer;
  font-size: 14px;
  padding: 8px 20px 8px 15px;
  color: #606266;
}
.avue-tags__contentmenu .item:first-child {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.avue-tags__contentmenu .item:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.avue-tags__contentmenu .item:hover {
  background-color: #409eff;
  color: #fff;
}
.avue-tags__menu {
  position: absolute !important;
  top: 3px;
  right: 0;
  padding: 1px 0 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.el-menu--popup .el-menu-item {
  background-color: #20222a;
}
.el-menu--popup .el-menu-item i, .el-menu--popup .el-menu-item span {
  color: hsla(0, 0%, 100%, 0.7);
}
.el-menu--popup .el-menu-item:hover i, .el-menu--popup .el-menu-item:hover span {
  color: #fff;
}
.el-menu--popup .el-menu-item.is-active {
  background-color: rgba(0, 0, 0, 0.8);
}
.el-menu--popup .el-menu-item.is-active:before {
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  width: 4px;
  position: absolute;
}
.el-menu--popup .el-menu-item.is-active i, .el-menu--popup .el-menu-item.is-active span {
  color: #fff;
}

.el-menu--vertical .el-menu-item i, .el-menu--vertical .el-submenu__title i {
  margin-right: 10px;
}

.avue-sidebar {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  height: 100%;
  position: relative;
  -webkit-transition: width 0.2s;
  transition: width 0.2s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 2px 0 6px rgba(0, 21, 41, 0.35);
          box-shadow: 2px 0 6px rgba(0, 21, 41, 0.35);
}
.avue-sidebar .el-scrollbar__wrap {
  overflow-x: hidden;
}
.avue-sidebar--tip {
  width: 90%;
  height: 140px;
  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;
  border-radius: 5px;
  position: absolute;
  top: 5px;
  left: 5%;
  color: #ccc;
  z-index: 2;
  text-align: center;
  font-size: 14px;
  background-color: rgba(0, 0, 0, 0.4);
}
.avue-sidebar .el-menu-item i, .avue-sidebar .el-submenu__title i {
  margin-right: 10px;
}
.avue-sidebar .el-menu-item i, .avue-sidebar .el-menu-item span, .avue-sidebar .el-submenu__title i, .avue-sidebar .el-submenu__title span {
  color: hsla(0, 0%, 100%, 0.7);
}
.avue-sidebar .el-menu-item:hover i, .avue-sidebar .el-menu-item:hover span, .avue-sidebar .el-submenu__title:hover i, .avue-sidebar .el-submenu__title:hover span {
  color: #fff;
}
.avue-sidebar .el-menu-item.is-active, .avue-sidebar .el-submenu__title.is-active {
  background-color: rgba(0, 0, 0, 0.8);
}
.avue-sidebar .el-menu-item.is-active:before, .avue-sidebar .el-submenu__title.is-active:before {
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  width: 4px;
  position: absolute;
}
.avue-sidebar .el-menu-item.is-active i, .avue-sidebar .el-menu-item.is-active span, .avue-sidebar .el-submenu__title.is-active i, .avue-sidebar .el-submenu__title.is-active span {
  color: #fff;
}

.fade-transverse-leave-active,
.fade-transverse-enter-active {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.fade-transverse-enter {
  opacity: 0;
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
}

.fade-transverse-leave-to {
  opacity: 0;
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
}

.fade-scale-leave-active,
.fade-scale-enter-active {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.fade-scale-enter {
  opacity: 0;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.fade-scale-leave-to {
  opacity: 0;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

@-webkit-keyframes animate-cloud {
  from {
    background-position: 600px 100%;
  }
  to {
    background-position: 0 100%;
  }
}
.theme-white .el-menu--popup .el-menu-item {
  background-color: #fff;
}
.theme-white .el-menu--popup .el-menu-item i, .theme-white .el-menu--popup .el-menu-item span {
  color: #666;
}
.theme-white .el-menu--popup .el-menu-item:hover i, .theme-white .el-menu--popup .el-menu-item:hover span {
  color: #333;
}
.theme-white .el-menu--popup .el-menu-item.is-active {
  background-color: #409EFF;
}
.theme-white .el-menu--popup .el-menu-item.is-active:before {
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  width: 4px;
  position: absolute;
}
.theme-white .el-menu--popup .el-menu-item.is-active i, .theme-white .el-menu--popup .el-menu-item.is-active span {
  color: #fff;
}
.theme-white .avue-header,
.theme-white .avue-logo,
.theme-white .tags-container {
  background-color: #409EFF;
}
.theme-white .avue-sidebar--tip {
  background-color: transparent;
  color: #333;
}
.theme-white .el-dropdown {
  color: #fff;
}
.theme-white .avue-logo_title {
  font-weight: 400;
  color: #fff;
}
.theme-white .logo_title,
.theme-white .avue-breadcrumb {
  color: #fff;
}
.theme-white .logo_title i,
.theme-white .avue-breadcrumb i {
  color: #fff;
}
.theme-white .avue-top .el-menu-item i,
.theme-white .avue-top .el-menu-item span {
  color: #fff;
}
.theme-white .avue-top .el-menu-item:hover i,
.theme-white .avue-top .el-menu-item:hover span {
  color: #fff;
}
.theme-white .avue-sidebar {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-bottom: 1px solid #cfcfcf;
}
.theme-white .avue-sidebar .el-menu-item i, .theme-white .avue-sidebar .el-menu-item span, .theme-white .avue-sidebar .el-submenu__title i, .theme-white .avue-sidebar .el-submenu__title span {
  color: #666;
}
.theme-white .avue-sidebar .el-menu-item:hover i, .theme-white .avue-sidebar .el-menu-item:hover span, .theme-white .avue-sidebar .el-submenu__title:hover i, .theme-white .avue-sidebar .el-submenu__title:hover span {
  color: #333;
}
.theme-white .avue-sidebar .el-menu-item.is-active, .theme-white .avue-sidebar .el-submenu__title.is-active {
  background-color: #409EFF;
}
.theme-white .avue-sidebar .el-menu-item.is-active i, .theme-white .avue-sidebar .el-menu-item.is-active span, .theme-white .avue-sidebar .el-submenu__title.is-active i, .theme-white .avue-sidebar .el-submenu__title.is-active span {
  color: #fff;
}
.theme-white .top-search .el-input__inner {
  color: #333;
}
.theme-white .top-search input::-webkit-input-placeholder,
.theme-white .top-search textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #fff;
}
.theme-white .top-search input:-moz-placeholder,
.theme-white .top-search textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
}
.theme-white .top-search input::-moz-placeholder,
.theme-white .top-search textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
}
.theme-white .top-search input:-ms-input-placeholder,
.theme-white .top-search textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #fff;
}
.theme-white .top-bar__item i {
  color: #666666;
}

.theme-dark .avue-logo {
  color: #fff;
  background-color: #2c3643;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.theme-dark .avue-logo .avue-logo_title {
  font-size: 20px;
  font-weight: 400;
}
.theme-dark .avue-top {
  background-color: #2c3643;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #ccc;
}
.theme-dark .avue-top i, .theme-dark .avue-top span {
  color: #ccc;
}
.theme-dark .avue-tags {
  padding-left: 0;
  background-color: #2c3643;
  border-color: transparent;
}
.theme-dark .avue-tags .el-tabs__item {
  margin: 0 !important;
  background-color: #262d37;
}
.theme-dark .avue-tags .el-tabs__item.is-active {
  color: #262d37 !important;
  background-color: #fff !important;
  border-color: #262d37 !important;
}
.theme-dark .avue-main {
  background-color: #2c3643;
}
.theme-dark .avue-sidebar {
  background-color: #2c3643;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.theme-dark .avue-sidebar .el-menu-item i, .theme-dark .avue-sidebar .el-menu-item span, .theme-dark .avue-sidebar .el-submenu__title i, .theme-dark .avue-sidebar .el-submenu__title span {
  color: #ccc;
}
.theme-dark .avue-sidebar .el-menu-item:hover, .theme-dark .avue-sidebar .el-menu-item.is-active, .theme-dark .avue-sidebar .el-submenu__title:hover, .theme-dark .avue-sidebar .el-submenu__title.is-active {
  background: #262d37;
}
.theme-dark .avue-sidebar .el-menu-item:hover i, .theme-dark .avue-sidebar .el-menu-item:hover span, .theme-dark .avue-sidebar .el-menu-item.is-active i, .theme-dark .avue-sidebar .el-menu-item.is-active span, .theme-dark .avue-sidebar .el-submenu__title:hover i, .theme-dark .avue-sidebar .el-submenu__title:hover span, .theme-dark .avue-sidebar .el-submenu__title.is-active i, .theme-dark .avue-sidebar .el-submenu__title.is-active span {
  color: #fff;
}
.theme-dark .avue-sidebar .el-menu-item:hover:before, .theme-dark .avue-sidebar .el-menu-item.is-active:before, .theme-dark .avue-sidebar .el-submenu__title:hover:before, .theme-dark .avue-sidebar .el-submenu__title.is-active:before {
  background-color: #000;
}

.theme-star .avue-main {
  background: transparent;
}
.theme-star .avue-contail {
  background-image: url("/img/bg/star-squashed.jpg");
  background-size: 100% 100%;
}
.theme-star .avue-logo {
  color: #fff;
}
.theme-star .avue-header,
.theme-star .avue-logo,
.theme-star .tags-container {
  background-color: transparent;
}
.theme-star .el-card, .theme-star .error-page {
  opacity: 0.9;
}
.theme-star .avue-tabs {
  padding: 0 20px;
}
.theme-star .avue-tags {
  background-color: transparent;
  border-top: none;
}
.theme-star .avue-top .avue-breadcrumb {
  color: #fff;
}
.theme-star .avue-top .el-menu-item i, .theme-star .avue-top .el-menu-item span {
  color: #fff;
}
.theme-star .avue-top .el-menu-item.is-active {
  background-color: rgba(0, 0, 0, 0.4);
}
.theme-star .avue-top .el-dropdown {
  color: #fff;
}
.theme-star .avue-sidebar {
  -webkit-box-shadow: 2px 0 6px rgba(0, 21, 41, 0.15);
          box-shadow: 2px 0 6px rgba(0, 21, 41, 0.15);
  background-color: transparent;
}
.theme-star .avue-sidebar .el-menu-item i, .theme-star .avue-sidebar .el-menu-item span, .theme-star .avue-sidebar .el-submenu__title i, .theme-star .avue-sidebar .el-submenu__title span {
  color: #fff;
}
.theme-star .avue-sidebar .el-menu-item:hover, .theme-star .avue-sidebar .el-submenu__title:hover {
  background: transparent;
}
.theme-star .avue-sidebar .el-menu-item:hover i, .theme-star .avue-sidebar .el-menu-item:hover span, .theme-star .avue-sidebar .el-submenu__title:hover i, .theme-star .avue-sidebar .el-submenu__title:hover span {
  color: #409EFF;
}
.theme-star .avue-sidebar .el-menu-item.is-active, .theme-star .avue-sidebar .el-submenu__title.is-active {
  background-color: rgba(0, 0, 0, 0.4);
}
.theme-star .avue-sidebar .el-menu-item.is-active i, .theme-star .avue-sidebar .el-menu-item.is-active span, .theme-star .avue-sidebar .el-submenu__title.is-active i, .theme-star .avue-sidebar .el-submenu__title.is-active span {
  color: #fff;
}
.theme-star .top-search .el-input__inner {
  color: #333;
}
.theme-star .top-search input::-webkit-input-placeholder,
.theme-star .top-search textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #fff;
}
.theme-star .top-search input:-moz-placeholder,
.theme-star .top-search textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
}
.theme-star .top-search input::-moz-placeholder,
.theme-star .top-search textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
}
.theme-star .top-search input:-ms-input-placeholder,
.theme-star .top-search textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #fff;
}
.theme-star .top-bar__item i {
  color: #fff;
}

.theme-vip .avue-header {
  background-color: #20222a;
}
.theme-vip .el-dropdown {
  color: rgba(246, 202, 157, 0.7);
}
.theme-vip .avue-logo .avue-logo_title {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(246, 202, 157, 0.7)), to(#f6ca9d));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 400;
}
.theme-vip .avue-breadcrumb i {
  color: rgba(246, 202, 157, 0.7);
}
.theme-vip .avue-sidebar .el-menu-item.is-active:before {
  background: rgba(246, 202, 157, 0.7);
}
.theme-vip .avue-sidebar .el-menu-item.is-active i, .theme-vip .avue-sidebar .el-menu-item.is-active span {
  color: #f6ca9d;
}
.theme-vip .avue-tags .el-tabs__item {
  color: rgba(0, 0, 0, 0.4) !important;
}
.theme-vip .avue-tags .el-tabs__item.is-active {
  color: #f6ca9d !important;
  border-color: #f6ca9d !important;
}
.theme-vip .avue-tags .el-tabs__item:before {
  background: #f6ca9d;
}
.theme-vip .top-search .el-input__inner {
  color: rgba(246, 202, 157, 0.7);
}
.theme-vip .top-search input::-webkit-input-placeholder,
.theme-vip .top-search textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: rgba(246, 202, 157, 0.7);
}
.theme-vip .top-search input:-moz-placeholder,
.theme-vip .top-search textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: rgba(246, 202, 157, 0.7);
}
.theme-vip .top-search input::-moz-placeholder,
.theme-vip .top-search textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: rgba(246, 202, 157, 0.7);
}
.theme-vip .top-search input:-ms-input-placeholder,
.theme-vip .top-search textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: rgba(246, 202, 157, 0.7);
}
.theme-vip .top-bar__item i {
  color: rgba(246, 202, 157, 0.7);
}
.theme-vip .avue-top .el-menu-item i,
.theme-vip .avue-top .el-menu-item span {
  color: rgba(246, 202, 157, 0.7);
}
.theme-vip .avue-top .el-menu-item:hover i,
.theme-vip .avue-top .el-menu-item:hover span {
  color: #f6ca9d;
}

.theme-d2 .avue-logo {
  color: #409EFF;
  background-color: #ebf1f6;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.theme-d2 .avue-logo .avue-logo_title {
  font-size: 20px;
  font-weight: 400;
}
.theme-d2 .avue-top {
  background-color: #ebf1f6;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.theme-d2 .avue-tags {
  margin-left: 6px;
  padding: 0;
  border: 1px solid #e4e7ed;
  border-radius: 3px;
  background-color: #ebf1f6;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.theme-d2 .avue-tags .el-tabs__item {
  border-left: 1px solid #cfd7e5 !important;
  margin: 0 !important;
  background-color: rgba(0, 0, 0, 0.03) !important;
  color: #606266 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}
.theme-d2 .avue-tags .el-tabs__item:first-child {
  border-left: none !important;
}
.theme-d2 .avue-tags .is-active {
  border-bottom: 1px solid #fff !important;
  background-color: #fff !important;
  color: #409EFF !important;
}
.theme-d2 .avue-sidebar {
  background-color: #ebf1f6;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.theme-d2 .avue-sidebar .el-menu-item i, .theme-d2 .avue-sidebar .el-menu-item span, .theme-d2 .avue-sidebar .el-submenu__title i, .theme-d2 .avue-sidebar .el-submenu__title span {
  color: #606266;
}
.theme-d2 .avue-sidebar .el-menu-item:hover, .theme-d2 .avue-sidebar .el-menu-item.is-active, .theme-d2 .avue-sidebar .el-submenu__title:hover, .theme-d2 .avue-sidebar .el-submenu__title.is-active {
  background: hsla(0, 0%, 100%, 0.5);
}
.theme-d2 .avue-sidebar .el-menu-item:hover i, .theme-d2 .avue-sidebar .el-menu-item:hover span, .theme-d2 .avue-sidebar .el-menu-item.is-active i, .theme-d2 .avue-sidebar .el-menu-item.is-active span, .theme-d2 .avue-sidebar .el-submenu__title:hover i, .theme-d2 .avue-sidebar .el-submenu__title:hover span, .theme-d2 .avue-sidebar .el-submenu__title.is-active i, .theme-d2 .avue-sidebar .el-submenu__title.is-active span {
  color: #409EFF;
}

.theme-bule .avue-header,
.theme-bule .avue-logo {
  background: #004ca7;
}
.theme-bule .avue-sidebar {
  background: #004ca7;
}
.theme-bule .avue-sidebar .el-menu-item.is-active,
.theme-bule .avue-sidebar .el-submenu__title.is-active {
  background-color: #ffffff;
}
.theme-bule .el-dropdown {
  color: #fff;
}
.theme-bule .avue-logo .avue-logo_title {
  color: #fff;
}
.theme-bule .avue-breadcrumb i {
  color: #fff;
}
.theme-bule .top-bar__item i {
  color: #fff;
}
.theme-bule .avue-top .el-menu-item i,
.theme-bule .avue-top .el-menu-item span {
  color: #fff;
}
.theme-bule .avue-top .el-menu-item:hover i,
.theme-bule .avue-top .el-menu-item:hover span {
  color: #fff;
}

.theme-iview .avue-logo {
  background: #001529;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-align: center;
}
.theme-iview .avue-logo .avue-logo_title {
  padding: 5px 8px 8px 8px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  display: inline;
  background-color: #409EFF;
}
.theme-iview .avue-tags {
  padding: 3px 5px 5px 0;
  background: #f0f0f0;
  -webkit-box-shadow: inset 0 0 3px 2px hsla(0, 0%, 39.2%, 0.1);
          box-shadow: inset 0 0 3px 2px hsla(0, 0%, 39.2%, 0.1);
}
.theme-iview .avue-tags .is-active:before {
  background: #409EFF !important;
}
.theme-iview .avue-tags .el-tabs__item {
  padding: 0 15px !important;
  position: relative;
  height: 32px !important;
  line-height: 32px !important;
  border: 1px solid #e8eaec !important;
  color: #515a6e !important;
  background: #fff !important;
  border-radius: 3px;
}
.theme-iview .avue-tags .el-tabs__item:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 10px;
  border-radius: 50%;
  background: #e8eaec;
}
.theme-iview .avue-sidebar {
  background: #001529;
}
.theme-iview .avue-sidebar .el-menu-item.is-active {
  background-color: #000c17;
}
.theme-iview .avue-sidebar .el-menu-item.is-active:before {
  display: none;
}
.theme-iview .avue-sidebar .el-menu-item.is-active i, .theme-iview .avue-sidebar .el-menu-item.is-active span {
  color: #409EFF;
}
.theme-iview .avue-sidebar .el-submenu .el-menu-item.is-active {
  background-color: #409EFF;
}
.theme-iview .avue-sidebar .el-submenu .el-menu-item.is-active:before {
  display: none;
}
.theme-iview .avue-sidebar .el-submenu .el-menu-item.is-active i, .theme-iview .avue-sidebar .el-submenu .el-menu-item.is-active span {
  color: #fff;
}

.theme-hey .avue-sidebar {
  background-color: #fff;
  -webkit-box-shadow: 0 1px 4px rgba(0, 21, 41, 0.08);
          box-shadow: 0 1px 4px rgba(0, 21, 41, 0.08);
}
.theme-hey .avue-sidebar .el-menu-item i, .theme-hey .avue-sidebar .el-menu-item span, .theme-hey .avue-sidebar .el-submenu__title i, .theme-hey .avue-sidebar .el-submenu__title span {
  color: rgba(49, 58, 70, 0.8);
}
.theme-hey .avue-sidebar .el-menu-item:hover, .theme-hey .avue-sidebar .el-submenu__title:hover {
  background: transparent;
}
.theme-hey .avue-sidebar .el-menu-item:hover i, .theme-hey .avue-sidebar .el-menu-item:hover span, .theme-hey .avue-sidebar .el-submenu__title:hover i, .theme-hey .avue-sidebar .el-submenu__title:hover span {
  color: #409eff;
}
.theme-hey .avue-sidebar .el-menu-item.is-active, .theme-hey .avue-sidebar .el-submenu__title.is-active {
  background-color: #f0f6ff;
}
.theme-hey .avue-sidebar .el-menu-item.is-active:before, .theme-hey .avue-sidebar .el-submenu__title.is-active:before {
  left: auto;
  right: 0;
}
.theme-hey .avue-sidebar .el-menu-item.is-active i, .theme-hey .avue-sidebar .el-menu-item.is-active span, .theme-hey .avue-sidebar .el-submenu__title.is-active i, .theme-hey .avue-sidebar .el-submenu__title.is-active span {
  color: #409eff;
}
.theme-hey .avue-logo {
  background-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.theme-hey .avue-logo .avue-logo_title {
  color: #409eff;
  font-size: 20px;
}
.theme-hey .avue-tags {
  background: #f3f6f8;
}
.theme-hey .avue-tags .el-tabs__item {
  color: rgba(0, 0, 0, 0.65) !important;
}
.theme-hey .avue-tags .is-active {
  background-color: #fff;
  border-bottom: none !important;
}

.theme-lte .avue-logo {
  background-color: #409EFF;
}
.theme-lte .avue-logo .avue-logo_title {
  font-weight: 500;
  font-size: 20px;
  color: #fff;
}
.theme-lte .avue-tags .el-tabs__item {
  font-size: 12px !important;
  font-weight: 500 !important;
}
.theme-lte .avue-sidebar {
  background-color: #263238;
}
.theme-lte .avue-sidebar .el-menu-item i, .theme-lte .avue-sidebar .el-menu-item span, .theme-lte .avue-sidebar .el-submenu__title i, .theme-lte .avue-sidebar .el-submenu__title span {
  color: #8a979e;
}
.theme-lte .avue-sidebar .el-menu-item:hover, .theme-lte .avue-sidebar .el-submenu__title:hover {
  background-color: #2b373d;
}
.theme-lte .avue-sidebar .el-menu-item.is-active, .theme-lte .avue-sidebar .el-submenu__title.is-active {
  background-color: #2b373d;
}
.theme-lte .avue-sidebar .el-menu-item.is-active:before, .theme-lte .avue-sidebar .el-submenu__title.is-active:before {
  display: none;
}
.theme-lte .avue-sidebar .el-menu-item.is-active i, .theme-lte .avue-sidebar .el-menu-item.is-active span, .theme-lte .avue-sidebar .el-submenu__title.is-active i, .theme-lte .avue-sidebar .el-submenu__title.is-active span {
  color: #fff;
}

.theme-cool .el-menu--popup .el-menu-item {
  background-color: #fff;
}
.theme-cool .el-menu--popup .el-menu-item i, .theme-cool .el-menu--popup .el-menu-item span {
  color: #666;
}
.theme-cool .el-menu--popup .el-menu-item:hover i, .theme-cool .el-menu--popup .el-menu-item:hover span {
  color: #333;
}
.theme-cool .el-menu--popup .el-menu-item.is-active {
  background-color: #409EFF;
}
.theme-cool .el-menu--popup .el-menu-item.is-active:before {
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  width: 4px;
  position: absolute;
}
.theme-cool .el-menu--popup .el-menu-item.is-active i, .theme-cool .el-menu--popup .el-menu-item.is-active span {
  color: #fff;
}
.theme-cool .avue-header {
  background: linear-gradient(120deg, #25aff3, #008ad3);
}
.theme-cool .avue-tags {
  padding: 0 3px;
  margin: 8px 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
}
.theme-cool .avue-tags .el-tabs__header .el-tabs__item {
  padding: 0 10px !important;
  background-color: #fff;
  margin-right: 5px;
  color: #909399;
  border-radius: 3px;
  height: 30px;
  font-size: 12px;
  line-height: 30px;
}
.theme-cool .avue-tags .el-tabs__header .el-tabs__item.is-active {
  border: none;
  color: #008ad3;
}
.theme-cool .avue-logo {
  background: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.theme-cool .avue-sidebar--tip {
  background-color: transparent;
  color: #333;
}
.theme-cool .el-dropdown {
  color: #fff;
}
.theme-cool .avue-logo_title {
  font-weight: 400;
  color: #008ad3;
}
.theme-cool .logo_title,
.theme-cool .avue-breadcrumb {
  color: #fff;
}
.theme-cool .logo_title i,
.theme-cool .avue-breadcrumb i {
  color: #fff;
}
.theme-cool .avue-top .el-menu-item i,
.theme-cool .avue-top .el-menu-item span {
  color: #fff;
}
.theme-cool .avue-top .el-menu-item:hover i,
.theme-cool .avue-top .el-menu-item:hover span {
  color: #fff;
}
.theme-cool .avue-sidebar {
  -webkit-box-shadow: 2px 0 6px rgba(0, 21, 41, 0.15);
          box-shadow: 2px 0 6px rgba(0, 21, 41, 0.15);
  background-color: #fff;
  padding-top: 60px;
}
.theme-cool .avue-sidebar .el-menu-item, .theme-cool .avue-sidebar .el-submenu__title {
  font-size: 13px;
}
.theme-cool .avue-sidebar .el-menu-item i, .theme-cool .avue-sidebar .el-menu-item span, .theme-cool .avue-sidebar .el-submenu__title i, .theme-cool .avue-sidebar .el-submenu__title span {
  color: #000;
}
.theme-cool .avue-sidebar .el-menu-item:hover, .theme-cool .avue-sidebar .el-submenu__title:hover {
  background: transparent;
}
.theme-cool .avue-sidebar .el-menu-item:hover i, .theme-cool .avue-sidebar .el-menu-item:hover span, .theme-cool .avue-sidebar .el-submenu__title:hover i, .theme-cool .avue-sidebar .el-submenu__title:hover span {
  color: #000;
}
.theme-cool .avue-sidebar .el-menu-item.is-active, .theme-cool .avue-sidebar .el-submenu__title.is-active {
  background-color: #e5f1fb;
}
.theme-cool .avue-sidebar .el-menu-item.is-active::before, .theme-cool .avue-sidebar .el-submenu__title.is-active::before {
  width: 0;
}
.theme-cool .avue-sidebar .el-menu-item.is-active i, .theme-cool .avue-sidebar .el-menu-item.is-active span, .theme-cool .avue-sidebar .el-submenu__title.is-active i, .theme-cool .avue-sidebar .el-submenu__title.is-active span {
  color: #25aff3;
}
.theme-cool .top-search .el-input__inner {
  color: #333;
}
.theme-cool .top-search input::-webkit-input-placeholder,
.theme-cool .top-search textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #fff;
}
.theme-cool .top-search input:-moz-placeholder,
.theme-cool .top-search textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
}
.theme-cool .top-search input::-moz-placeholder,
.theme-cool .top-search textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
}
.theme-cool .top-search input:-ms-input-placeholder,
.theme-cool .top-search textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #fff;
}
.theme-cool .top-bar__item i {
  color: #fff;
}

.avue-left,
.avue-header,
.avue-top,
.avue-logo,
.avue-layout .login-logo,
.avue-main {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.avue-contail {
  width: 100%;
  height: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.avue-layout {
  height: 100vh;
  width: 100%;
  padding-left: 220px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.avue-left {
  position: fixed;
  left: 0;
  top: 0;
  width: 220px;
  height: 100%;
  z-index: 1001;
  -webkit-box-shadow: 2px 0 6px rgba(0, 21, 41, 0.15);
          box-shadow: 2px 0 6px rgba(0, 21, 41, 0.15);
}

.leftWide .elMenuItem {
  padding: 0 !important;
  height: 66px;
}
.leftWide .menuItemBox {
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 66px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 5px;
  padding-left: 5px !important;
}
.leftWide .menuItemBox span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  font-size: 12px;
  text-align: center;
}

.leftNarrow .elMenuItem {
  padding: 0 !important;
  height: 56px;
}
.leftNarrow .menuItemBox {
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 56px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
}
.leftNarrow .menuItemBox span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  text-align: left;
  margin-left: 10px;
}

.avue--collapse .avue-logo {
  width: 60px;
}
.avue--collapse .avue-left {
  width: 90px;
}
.avue--collapse .avue-left .el-menu--collapse {
  width: 100%;
}
.avue--collapse .avue-layout {
  padding-left: 90px;
}

.avue-header {
  width: 100%;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.avue-view {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.avue-footer {
  margin: 0 auto;
  padding: 0 22px;
  width: 1300px;
  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;
}
.avue-footer .logo {
  margin-left: -50px;
}
.avue-footer .copyright {
  color: #666;
  line-height: 1.5;
  font-size: 12px;
}

.avue-shade {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1024;
}
.avue-shade--show {
  display: block;
}

@media screen and (max-width: 992px) {
  .el-dialog,
  .el-message-box {
    width: 98% !important;
  }
  .login-left {
    display: none !important;
  }
  .login-logo {
    padding-top: 30px !important;
    margin-left: -30px;
  }
  .login-weaper {
    margin: 0 auto;
    width: 96% !important;
  }
  .login-border {
    border-radius: 5px;
    padding: 40px;
    margin: 0 auto;
    float: none !important;
    width: 100% !important;
  }
  .login-main {
    width: 100% !important;
  }
  .avue-tags {
    display: none;
  }
}
/*! normalize.css v2.1.2 | MIT License | git.io/normalize */
/*
/*! 我就是自己看看，然后翻译下下，让大家看看 */
/* ==========================================================================
   HTML5 display definitions

   HTML5 新增元素定义

   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 *
 * 修正IE 8/9 中未定义的块级元素。
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 *
 * 修正在 IE 8/9 中未定义的 'inline-block' 元素。
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 *
 * 阻止现在浏览器显示未定义 control 播放控件的 'audio' 声音元素。
 * 删除 IOS 5 设备中显示的多余的高度。
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 *
 * 处理 IE 8/9 中不存在的样式。
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base

   基本设置
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 *
 * 1. 设置默认字体类型为 sans-serif.
 * 2. 当用户放大或缩小页面时不改变字体大小。
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 *
 * 删除默认边距。
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links

   链接
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 *
 * 处理 Chrome 与其它浏览器中关于 'outline' 的不一致性。
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 *
 * 为所有浏览器改善当激活或悬停在元素上时元素内容的可读性。
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography

   排版
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 *
 * 处理多变的 'h1' 字体大小及其在 Firefox 4+, Safari 5, 及 Chrome时浏览器中的 
 * 'section' 与　'article' 元素中的边距。
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 *
 * 处理在 IE 8/9, Safari 5, 及 Chrome 没有的样式。
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 *
 * 处理 Firefox 4+, Safari 5, 及 Chrome 中默认的 'bolder' 样式为　'bold'.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 *
 * 处理在 Safari 5 和 Chrome 没有的样式。
 */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 *
 * 处理　Firefox　与其它浏览器的差异。
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 *
 * 处理在 IE 8/9 中没有的样式。
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 *
 * 修正确 Safari 5 和 Chrome 中古怪的默认字体。
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 *
 * 为所有浏览器改善预格式化文本的可读性。
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 *
 * 设置一致的引用格式。
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 *
 * 处理所有浏览器中字体大小的不一致性[译者注：原文直译为：处理所有
 * 浏览器中的不一致和多变的字体大小]。
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 *
 * 阻止所有浏览器中 'sub' 和 'sup' 元素影响 'line-height'. 
 * [译者注：就是不让上标与下标影响行高。]
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content

   嵌入的内容
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 *
 * 删除 IE 8/9 中当内容位于 'a' 中出现的边框。
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 *
 * 修正 IE 9 中显示古怪的溢出内容。
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures

   Figure 图像/图表/代码等
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 *
 * 处理在 IE 8/9 和 Safari 5 没有的边距。
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 *
 * 定义一致的边框、外边距及内边距。
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 1. 修正在　IE 8/9 中没有继承的 'color'. 
 *
 *    [译者注：说是修正颜色嘛，可下面没有关于颜色的呀，这也行？求大神解释！]
 * 2. 去掉内边距，避免当用户清空表单组时认为出错了。
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 *
 * 1. 修正所有浏览器中未被继承的字体类型。
 * 2. 修正所有浏览器中未被继承的字体大小。
 * 3. 处理 Firefox 4+, Safari 5, 及 Chrome 中默认设置不同的外边距。
 */
button,
input,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 *
 * 处理 Firefox 4+ 中的客户端样式表里使用 '!important' 设置的 'line-height'.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 * 
 * 处理 'button' 和 'select' 的 'text-transform' 继承的不一致性。
 * 所有其它表单控件元素不继承 'text-transform' 的值。
 * 修正 Chrome, Safari 5+, 及 IE 8+ 中 'button' 的继承样式。
 * 修正 Firefox 4+ 和 Opera 中 'select' 的继承样式。
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 *
 * 1. 避免 Android 4.0.* 中 WebKit 的一个bug, 防止 'audio' 与 'video' 的播放控件失效。
 * 2. 修正 iOS 中不可点击的 'input' 样式。
 * 3. 改善图片类型的 'input' 等光标样式的可用性与一致性。
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 * 
 * 重置不可用元素的默认光标样式。
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 *
 * 1. 处理 IE 8/9 中设置为 'content-box' 的盒子模型。
 * 2. 删除 IE 8/9 中多余的内边距。
 */
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 *
 * 1. 处理 Safari 5 和 Chrome 中默认设置为 'appearance' 的 'searchfield'.
 * 2. 处理 Safari 5 和 Chrome 中默认设置为 'box-sizing' 的 'border-box'
 *    (包括不会过时的 '-moz').
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 *
 * 删除 Safari 5 和 OS X 上的 Chrome 中的输入框上的内边距和搜索取消按钮。
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 *
 * 删除 Firefox 4+ button 与 input 上的内边距。
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 *
 * 1. 删除 IE8/9 中默认的垂直滚动条。
 * 2. 改善所有浏览器中的可读性并使文本垂直对齐。
 */
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables

   表格
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 *
 * 删除表格里单元格间的间距。
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  color: #333;
}

* {
  outline: none;
}

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

.form_title {
  width: 100%;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
  line-height: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #eee;
}
.form_title .form_title_span {
  font-size: 16px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
}

.fixed_button {
  position: absolute;
  left: 50%;
  bottom: 0px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 48px;
  line-height: 48px;
  z-index: 2;
}

.avue-main {
  padding: 0px 0px;
  width: 100% !important;
  height: 100vh;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 1026;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

.el_btn_icon {
  width: 28px;
  height: 28px;
  margin: 5px 0px 0 5px;
  border-radius: 20px;
  text-align: center;
  vertical-align: middle;
}

.el_btn_span {
  height: 36px;
  margin: 0px 5px 0 5px;
  line-height: 36px;
  display: inline-block;
  position: absolute;
  top: 2px;
}

.el_btn_ht_cty {
  margin: 8px 5px !important;
}

.el_btn_ht_sty {
  background: #ffffff;
}

.el_coll_back {
  background: #f3f3f3 !important;
  padding: 8px 0 5px 20px;
  margin-bottom: 1px;
  height: 42px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.common_content {
  width: 100%;
  height: 89vh !important;
  background: #f3f3f3;
  overflow-y: scroll;
}

.aform_bottom {
  width: 100%;
  background: #f3f3f3 !important;
}

.afrom_class {
  margin-top: 4px;
}

.common_title {
  width: 100%;
  line-height: 24px;
  text-indent: 1em;
  color: #8b8c8e;
  font-size: 14px;
  cursor: pointer;
}

.el-form-item--small .el-form-item__content,
.el-form-item--small .el-form-item__label {
  color: #3f4448;
  font-size: 14px;
}

.avue-group .el-collapse,
.avue-group .el-collapse-item__wrap {
  border: none;
}

.avue-crud__search .el-form-item--small.el-form-item {
  margin-bottom: 5px;
}

.el-form-item.is-error .el-input__inner,
.el-form-item.is-error .el-input__inner:focus,
.el-form-item.is-error .el-textarea__inner,
.el-form-item.is-error .el-textarea__inner:focus,
.el-message-box__input input.invalid,
.el-message-box__input input.invalid:focus {
  border-color: #f56c6c !important;
}

.avue-form {
  background: #ffffff;
}

.avue-form__group {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.avue-crud__pagination {
  padding: 0 !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.avue-crud__img img {
  width: 80px;
  padding: 5px;
  -o-object-fit: fill;
     object-fit: fill;
}

.el-dialog__header {
  border-bottom: 1px solid #d9d9d9;
  padding: 13px 20px !important;
}
.el-dialog__header .el-dialog__headerbtn {
  top: 11px !important;
  font-size: 20px;
}
.el-dialog__header .avue-crud__dialog__menu {
  padding-right: 40px !important;
}
.el-dialog__header .el-dialog__title {
  font-size: 16px;
}

.el-dialog__body .avue-group .el-collapse-item__content {
  background: #ffffff;
}

.el-dialog__footer {
  padding: 10px 20px 17px !important;
  border-top: 1px solid #d9d9d9;
}

.avue-dialog__footer {
  padding: 5px 16px !important;
  border-top: 2px solid #f0f0f0;
}

.avue-group .el-collapse-item__header {
  height: auto;
  line-height: normal;
  border-bottom: 1px dashed #eee;
}
.avue-group .el-collapse-item__header .avue-group__header {
  height: auto;
  line-height: normal;
  padding: 0 10px;
}
.avue-group .el-collapse-item__header .avue-group__header .avue-group__icon,
.avue-group .el-collapse-item__header .avue-group__header .avue-group__title {
  color: #999999 !important;
}

.theme-white .avue-sidebar .el-menu-item i,
.theme-white .avue-sidebar .el-menu-item span,
.theme-white .avue-sidebar .el-submenu__title i,
.theme-white .avue-sidebar .el-submenu__title span {
  color: #666;
}

.avue-sidebar .el-menu-item i,
.avue-sidebar .el-menu-item span,
.avue-sidebar .el-submenu__title i,
.avue-sidebar .el-submenu__title span {
  color: hsla(0, 0%, 100%, 0.7);
}

.el-submenu__title * {
  vertical-align: middle;
}

* {
  outline: none;
}

* {
  outline: 0;
}

/* flex布局方案begin */
.flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-dir-rr {
  /*主轴为横轴 顺序与文档流相反*/
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.flex-dir-r {
  /*主轴为横轴 顺序与文档流相反*/
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.flex-dir-c {
  /*主轴为纵轴 顺序与文档流相同*/
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex-dir-cr {
  /*主轴为纵轴 顺序与文档流相反*/
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.flex-dir-u {
  /*默认值*/
  -webkit-box-orient: unset;
  -webkit-box-direction: unset;
      -ms-flex-direction: unset;
          flex-direction: unset;
}

.flex-wrap-w {
  /*允许子项目折行显示 顺序与文档流相同*/
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-wrap-wr {
  /*允许子项目折行显示 顺序与文档流相反*/
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
}

.flex-jus-e {
  /*子项目在主轴方向上 尾部对齐*/
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

/*子项目在主轴方向上 居中对齐*/
.flex-jus-c {
  /*子项目在主轴方向上 居中对齐*/
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex-jus-sp {
  /*子项目在主轴方向上 均匀分布 首尾子项到父容器的距离是子项间距的一半*/
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.flex-jus-sb {
  /*子项目在主轴方向上 均匀分布 首尾子项到父容器的距离为0*/
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex-jus-ev {
  /*子项目在主轴方向上 均匀分布 首尾子项到父容器的距离为0*/
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.flex-align-s {
  /*子项目在侧轴上 头部对齐（宽高不被拉伸）*/
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex-align-e {
  /*子项目在侧轴上 尾部对齐（宽高不被拉伸）*/
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.flex-align-c {
  /*子项目在侧轴上 居中对齐（宽高不被拉伸）*/
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-align-content-c {
  /*子项目在侧轴上 居中对齐（宽高不被拉伸）*/
  -ms-flex-line-pack: center;
      align-content: center;
}

.flex-align-b {
  /*子项目在侧轴上 首行文字的基线对齐（宽高不被拉伸）*/
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.flex-one,
.flex-tow,
.flex-three,
.flex-four,
.flex-five,
.flex-six,
.flex-seven,
.flex-nine,
.flex-eight {
  overflow: hidden;
}

.flex-one,
.flex-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.qmDialog .positionabs {
  position: absolute;
  top: 10px;
  right: 50px;
}
.qmDialog .positionabs i {
  cursor: pointer;
}
.qmDialog .el-dialog__footer {
  border-top: 1px solid #e6e6e6;
  padding: 10px !important;
}

.white-space {
  white-space: nowrap;
}

.hdDesc-mar {
  margin-left: 10px;
}

.hide-input .el-upload {
  display: none;
}

.el-tag--default {
  border-color: #0d7fea !important;
  background-color: #0d7fea !important;
}

::-webkit-scrollbar-track-piece {
  background-color: transparent;
}

::-webkit-scrollbar {
  width: 7px !important;
  height: 7px !important;
  background-color: transparent;
  display: block !important;
}

::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: hsla(220, 4%, 58%, 0.3);
}

.notDisabled .avue--disabled {
  color: #606266;
}

.inputTreeOverflow .el-scrollbar__wrap {
  overflow: hidden;
  margin-bottom: 0;
  margin-right: 0;
}
.inputTreeOverflow .el-select-dropdown__list {
  height: 100%;
  max-height: 274px;
}
.inputTreeOverflow .is-horizontal,
.inputTreeOverflow .is-vertical {
  display: none;
}
.inputTreeOverflow .el-select-dropdown__item {
  height: calc(100% - 28px) !important;
  overflow-y: scroll;
  max-height: 236px;
}

.cursorPointer {
  cursor: pointer;
}

@media screen and (max-width: 1280px) {
  .min1280 .link-item {
    width: 33.3333333333% !important;
  }
  .block-box .title .text {
    margin-left: 20px !important;
  }
  .project-list-box-50 {
    width: 50% !important;
  }
}
@media screen and (min-width: 1281px) and (max-width: 1536px) {
  .min1280 .link-item {
    width: 33.3333333333% !important;
  }
}
.h-p-0 {
  padding: 0px !important;
}

.h-pt-0 {
  padding-top: 0px !important;
}

.h-pr-0 {
  padding-right: 0px !important;
}

.h-pb-0 {
  padding-bottom: 0px !important;
}

.h-pl-0 {
  padding-left: 0px !important;
}

.h-m-0 {
  margin: 0px !important;
}

.h-mt-0 {
  margin-top: 0px !important;
}

.h-mr-0 {
  margin-right: 0px !important;
}

.h-mb-0 {
  margin-bottom: 0px !important;
}

.h-ml-0 {
  margin-left: 0px !important;
}

.h-p-1 {
  padding: 1px !important;
}

.h-pt-1 {
  padding-top: 1px !important;
}

.h-pr-1 {
  padding-right: 1px !important;
}

.h-pb-1 {
  padding-bottom: 1px !important;
}

.h-pl-1 {
  padding-left: 1px !important;
}

.h-m-1 {
  margin: 1px !important;
}

.h-mt-1 {
  margin-top: 1px !important;
}

.h-mr-1 {
  margin-right: 1px !important;
}

.h-mb-1 {
  margin-bottom: 1px !important;
}

.h-ml-1 {
  margin-left: 1px !important;
}

.h-p-2 {
  padding: 2px !important;
}

.h-pt-2 {
  padding-top: 2px !important;
}

.h-pr-2 {
  padding-right: 2px !important;
}

.h-pb-2 {
  padding-bottom: 2px !important;
}

.h-pl-2 {
  padding-left: 2px !important;
}

.h-m-2 {
  margin: 2px !important;
}

.h-mt-2 {
  margin-top: 2px !important;
}

.h-mr-2 {
  margin-right: 2px !important;
}

.h-mb-2 {
  margin-bottom: 2px !important;
}

.h-ml-2 {
  margin-left: 2px !important;
}

.h-p-3 {
  padding: 3px !important;
}

.h-pt-3 {
  padding-top: 3px !important;
}

.h-pr-3 {
  padding-right: 3px !important;
}

.h-pb-3 {
  padding-bottom: 3px !important;
}

.h-pl-3 {
  padding-left: 3px !important;
}

.h-m-3 {
  margin: 3px !important;
}

.h-mt-3 {
  margin-top: 3px !important;
}

.h-mr-3 {
  margin-right: 3px !important;
}

.h-mb-3 {
  margin-bottom: 3px !important;
}

.h-ml-3 {
  margin-left: 3px !important;
}

.h-p-4 {
  padding: 4px !important;
}

.h-pt-4 {
  padding-top: 4px !important;
}

.h-pr-4 {
  padding-right: 4px !important;
}

.h-pb-4 {
  padding-bottom: 4px !important;
}

.h-pl-4 {
  padding-left: 4px !important;
}

.h-m-4 {
  margin: 4px !important;
}

.h-mt-4 {
  margin-top: 4px !important;
}

.h-mr-4 {
  margin-right: 4px !important;
}

.h-mb-4 {
  margin-bottom: 4px !important;
}

.h-ml-4 {
  margin-left: 4px !important;
}

.h-p-5 {
  padding: 5px !important;
}

.h-pt-5 {
  padding-top: 5px !important;
}

.h-pr-5 {
  padding-right: 5px !important;
}

.h-pb-5 {
  padding-bottom: 5px !important;
}

.h-pl-5 {
  padding-left: 5px !important;
}

.h-m-5 {
  margin: 5px !important;
}

.h-mt-5 {
  margin-top: 5px !important;
}

.h-mr-5 {
  margin-right: 5px !important;
}

.h-mb-5 {
  margin-bottom: 5px !important;
}

.h-ml-5 {
  margin-left: 5px !important;
}

.h-p-6 {
  padding: 6px !important;
}

.h-pt-6 {
  padding-top: 6px !important;
}

.h-pr-6 {
  padding-right: 6px !important;
}

.h-pb-6 {
  padding-bottom: 6px !important;
}

.h-pl-6 {
  padding-left: 6px !important;
}

.h-m-6 {
  margin: 6px !important;
}

.h-mt-6 {
  margin-top: 6px !important;
}

.h-mr-6 {
  margin-right: 6px !important;
}

.h-mb-6 {
  margin-bottom: 6px !important;
}

.h-ml-6 {
  margin-left: 6px !important;
}

.h-p-7 {
  padding: 7px !important;
}

.h-pt-7 {
  padding-top: 7px !important;
}

.h-pr-7 {
  padding-right: 7px !important;
}

.h-pb-7 {
  padding-bottom: 7px !important;
}

.h-pl-7 {
  padding-left: 7px !important;
}

.h-m-7 {
  margin: 7px !important;
}

.h-mt-7 {
  margin-top: 7px !important;
}

.h-mr-7 {
  margin-right: 7px !important;
}

.h-mb-7 {
  margin-bottom: 7px !important;
}

.h-ml-7 {
  margin-left: 7px !important;
}

.h-p-8 {
  padding: 8px !important;
}

.h-pt-8 {
  padding-top: 8px !important;
}

.h-pr-8 {
  padding-right: 8px !important;
}

.h-pb-8 {
  padding-bottom: 8px !important;
}

.h-pl-8 {
  padding-left: 8px !important;
}

.h-m-8 {
  margin: 8px !important;
}

.h-mt-8 {
  margin-top: 8px !important;
}

.h-mr-8 {
  margin-right: 8px !important;
}

.h-mb-8 {
  margin-bottom: 8px !important;
}

.h-ml-8 {
  margin-left: 8px !important;
}

.h-p-9 {
  padding: 9px !important;
}

.h-pt-9 {
  padding-top: 9px !important;
}

.h-pr-9 {
  padding-right: 9px !important;
}

.h-pb-9 {
  padding-bottom: 9px !important;
}

.h-pl-9 {
  padding-left: 9px !important;
}

.h-m-9 {
  margin: 9px !important;
}

.h-mt-9 {
  margin-top: 9px !important;
}

.h-mr-9 {
  margin-right: 9px !important;
}

.h-mb-9 {
  margin-bottom: 9px !important;
}

.h-ml-9 {
  margin-left: 9px !important;
}

.h-p-10 {
  padding: 10px !important;
}

.h-pt-10 {
  padding-top: 10px !important;
}

.h-pr-10 {
  padding-right: 10px !important;
}

.h-pb-10 {
  padding-bottom: 10px !important;
}

.h-pl-10 {
  padding-left: 10px !important;
}

.h-m-10 {
  margin: 10px !important;
}

.h-mt-10 {
  margin-top: 10px !important;
}

.h-mr-10 {
  margin-right: 10px !important;
}

.h-mb-10 {
  margin-bottom: 10px !important;
}

.h-ml-10 {
  margin-left: 10px !important;
}

.h-p-11 {
  padding: 11px !important;
}

.h-pt-11 {
  padding-top: 11px !important;
}

.h-pr-11 {
  padding-right: 11px !important;
}

.h-pb-11 {
  padding-bottom: 11px !important;
}

.h-pl-11 {
  padding-left: 11px !important;
}

.h-m-11 {
  margin: 11px !important;
}

.h-mt-11 {
  margin-top: 11px !important;
}

.h-mr-11 {
  margin-right: 11px !important;
}

.h-mb-11 {
  margin-bottom: 11px !important;
}

.h-ml-11 {
  margin-left: 11px !important;
}

.h-p-12 {
  padding: 12px !important;
}

.h-pt-12 {
  padding-top: 12px !important;
}

.h-pr-12 {
  padding-right: 12px !important;
}

.h-pb-12 {
  padding-bottom: 12px !important;
}

.h-pl-12 {
  padding-left: 12px !important;
}

.h-m-12 {
  margin: 12px !important;
}

.h-mt-12 {
  margin-top: 12px !important;
}

.h-mr-12 {
  margin-right: 12px !important;
}

.h-mb-12 {
  margin-bottom: 12px !important;
}

.h-ml-12 {
  margin-left: 12px !important;
}

.h-p-13 {
  padding: 13px !important;
}

.h-pt-13 {
  padding-top: 13px !important;
}

.h-pr-13 {
  padding-right: 13px !important;
}

.h-pb-13 {
  padding-bottom: 13px !important;
}

.h-pl-13 {
  padding-left: 13px !important;
}

.h-m-13 {
  margin: 13px !important;
}

.h-mt-13 {
  margin-top: 13px !important;
}

.h-mr-13 {
  margin-right: 13px !important;
}

.h-mb-13 {
  margin-bottom: 13px !important;
}

.h-ml-13 {
  margin-left: 13px !important;
}

.h-p-14 {
  padding: 14px !important;
}

.h-pt-14 {
  padding-top: 14px !important;
}

.h-pr-14 {
  padding-right: 14px !important;
}

.h-pb-14 {
  padding-bottom: 14px !important;
}

.h-pl-14 {
  padding-left: 14px !important;
}

.h-m-14 {
  margin: 14px !important;
}

.h-mt-14 {
  margin-top: 14px !important;
}

.h-mr-14 {
  margin-right: 14px !important;
}

.h-mb-14 {
  margin-bottom: 14px !important;
}

.h-ml-14 {
  margin-left: 14px !important;
}

.h-p-15 {
  padding: 15px !important;
}

.h-pt-15 {
  padding-top: 15px !important;
}

.h-pr-15 {
  padding-right: 15px !important;
}

.h-pb-15 {
  padding-bottom: 15px !important;
}

.h-pl-15 {
  padding-left: 15px !important;
}

.h-m-15 {
  margin: 15px !important;
}

.h-mt-15 {
  margin-top: 15px !important;
}

.h-mr-15 {
  margin-right: 15px !important;
}

.h-mb-15 {
  margin-bottom: 15px !important;
}

.h-ml-15 {
  margin-left: 15px !important;
}

.h-p-16 {
  padding: 16px !important;
}

.h-pt-16 {
  padding-top: 16px !important;
}

.h-pr-16 {
  padding-right: 16px !important;
}

.h-pb-16 {
  padding-bottom: 16px !important;
}

.h-pl-16 {
  padding-left: 16px !important;
}

.h-m-16 {
  margin: 16px !important;
}

.h-mt-16 {
  margin-top: 16px !important;
}

.h-mr-16 {
  margin-right: 16px !important;
}

.h-mb-16 {
  margin-bottom: 16px !important;
}

.h-ml-16 {
  margin-left: 16px !important;
}

.h-p-17 {
  padding: 17px !important;
}

.h-pt-17 {
  padding-top: 17px !important;
}

.h-pr-17 {
  padding-right: 17px !important;
}

.h-pb-17 {
  padding-bottom: 17px !important;
}

.h-pl-17 {
  padding-left: 17px !important;
}

.h-m-17 {
  margin: 17px !important;
}

.h-mt-17 {
  margin-top: 17px !important;
}

.h-mr-17 {
  margin-right: 17px !important;
}

.h-mb-17 {
  margin-bottom: 17px !important;
}

.h-ml-17 {
  margin-left: 17px !important;
}

.h-p-18 {
  padding: 18px !important;
}

.h-pt-18 {
  padding-top: 18px !important;
}

.h-pr-18 {
  padding-right: 18px !important;
}

.h-pb-18 {
  padding-bottom: 18px !important;
}

.h-pl-18 {
  padding-left: 18px !important;
}

.h-m-18 {
  margin: 18px !important;
}

.h-mt-18 {
  margin-top: 18px !important;
}

.h-mr-18 {
  margin-right: 18px !important;
}

.h-mb-18 {
  margin-bottom: 18px !important;
}

.h-ml-18 {
  margin-left: 18px !important;
}

.h-p-19 {
  padding: 19px !important;
}

.h-pt-19 {
  padding-top: 19px !important;
}

.h-pr-19 {
  padding-right: 19px !important;
}

.h-pb-19 {
  padding-bottom: 19px !important;
}

.h-pl-19 {
  padding-left: 19px !important;
}

.h-m-19 {
  margin: 19px !important;
}

.h-mt-19 {
  margin-top: 19px !important;
}

.h-mr-19 {
  margin-right: 19px !important;
}

.h-mb-19 {
  margin-bottom: 19px !important;
}

.h-ml-19 {
  margin-left: 19px !important;
}

.h-p-20 {
  padding: 20px !important;
}

.h-pt-20 {
  padding-top: 20px !important;
}

.h-pr-20 {
  padding-right: 20px !important;
}

.h-pb-20 {
  padding-bottom: 20px !important;
}

.h-pl-20 {
  padding-left: 20px !important;
}

.h-m-20 {
  margin: 20px !important;
}

.h-mt-20 {
  margin-top: 20px !important;
}

.h-mr-20 {
  margin-right: 20px !important;
}

.h-mb-20 {
  margin-bottom: 20px !important;
}

.h-ml-20 {
  margin-left: 20px !important;
}

.h-p-21 {
  padding: 21px !important;
}

.h-pt-21 {
  padding-top: 21px !important;
}

.h-pr-21 {
  padding-right: 21px !important;
}

.h-pb-21 {
  padding-bottom: 21px !important;
}

.h-pl-21 {
  padding-left: 21px !important;
}

.h-m-21 {
  margin: 21px !important;
}

.h-mt-21 {
  margin-top: 21px !important;
}

.h-mr-21 {
  margin-right: 21px !important;
}

.h-mb-21 {
  margin-bottom: 21px !important;
}

.h-ml-21 {
  margin-left: 21px !important;
}

.h-p-22 {
  padding: 22px !important;
}

.h-pt-22 {
  padding-top: 22px !important;
}

.h-pr-22 {
  padding-right: 22px !important;
}

.h-pb-22 {
  padding-bottom: 22px !important;
}

.h-pl-22 {
  padding-left: 22px !important;
}

.h-m-22 {
  margin: 22px !important;
}

.h-mt-22 {
  margin-top: 22px !important;
}

.h-mr-22 {
  margin-right: 22px !important;
}

.h-mb-22 {
  margin-bottom: 22px !important;
}

.h-ml-22 {
  margin-left: 22px !important;
}

.h-p-23 {
  padding: 23px !important;
}

.h-pt-23 {
  padding-top: 23px !important;
}

.h-pr-23 {
  padding-right: 23px !important;
}

.h-pb-23 {
  padding-bottom: 23px !important;
}

.h-pl-23 {
  padding-left: 23px !important;
}

.h-m-23 {
  margin: 23px !important;
}

.h-mt-23 {
  margin-top: 23px !important;
}

.h-mr-23 {
  margin-right: 23px !important;
}

.h-mb-23 {
  margin-bottom: 23px !important;
}

.h-ml-23 {
  margin-left: 23px !important;
}

.h-p-24 {
  padding: 24px !important;
}

.h-pt-24 {
  padding-top: 24px !important;
}

.h-pr-24 {
  padding-right: 24px !important;
}

.h-pb-24 {
  padding-bottom: 24px !important;
}

.h-pl-24 {
  padding-left: 24px !important;
}

.h-m-24 {
  margin: 24px !important;
}

.h-mt-24 {
  margin-top: 24px !important;
}

.h-mr-24 {
  margin-right: 24px !important;
}

.h-mb-24 {
  margin-bottom: 24px !important;
}

.h-ml-24 {
  margin-left: 24px !important;
}

.h-p-25 {
  padding: 25px !important;
}

.h-pt-25 {
  padding-top: 25px !important;
}

.h-pr-25 {
  padding-right: 25px !important;
}

.h-pb-25 {
  padding-bottom: 25px !important;
}

.h-pl-25 {
  padding-left: 25px !important;
}

.h-m-25 {
  margin: 25px !important;
}

.h-mt-25 {
  margin-top: 25px !important;
}

.h-mr-25 {
  margin-right: 25px !important;
}

.h-mb-25 {
  margin-bottom: 25px !important;
}

.h-ml-25 {
  margin-left: 25px !important;
}

.h-p-26 {
  padding: 26px !important;
}

.h-pt-26 {
  padding-top: 26px !important;
}

.h-pr-26 {
  padding-right: 26px !important;
}

.h-pb-26 {
  padding-bottom: 26px !important;
}

.h-pl-26 {
  padding-left: 26px !important;
}

.h-m-26 {
  margin: 26px !important;
}

.h-mt-26 {
  margin-top: 26px !important;
}

.h-mr-26 {
  margin-right: 26px !important;
}

.h-mb-26 {
  margin-bottom: 26px !important;
}

.h-ml-26 {
  margin-left: 26px !important;
}

.h-p-27 {
  padding: 27px !important;
}

.h-pt-27 {
  padding-top: 27px !important;
}

.h-pr-27 {
  padding-right: 27px !important;
}

.h-pb-27 {
  padding-bottom: 27px !important;
}

.h-pl-27 {
  padding-left: 27px !important;
}

.h-m-27 {
  margin: 27px !important;
}

.h-mt-27 {
  margin-top: 27px !important;
}

.h-mr-27 {
  margin-right: 27px !important;
}

.h-mb-27 {
  margin-bottom: 27px !important;
}

.h-ml-27 {
  margin-left: 27px !important;
}

.h-p-28 {
  padding: 28px !important;
}

.h-pt-28 {
  padding-top: 28px !important;
}

.h-pr-28 {
  padding-right: 28px !important;
}

.h-pb-28 {
  padding-bottom: 28px !important;
}

.h-pl-28 {
  padding-left: 28px !important;
}

.h-m-28 {
  margin: 28px !important;
}

.h-mt-28 {
  margin-top: 28px !important;
}

.h-mr-28 {
  margin-right: 28px !important;
}

.h-mb-28 {
  margin-bottom: 28px !important;
}

.h-ml-28 {
  margin-left: 28px !important;
}

.h-p-29 {
  padding: 29px !important;
}

.h-pt-29 {
  padding-top: 29px !important;
}

.h-pr-29 {
  padding-right: 29px !important;
}

.h-pb-29 {
  padding-bottom: 29px !important;
}

.h-pl-29 {
  padding-left: 29px !important;
}

.h-m-29 {
  margin: 29px !important;
}

.h-mt-29 {
  margin-top: 29px !important;
}

.h-mr-29 {
  margin-right: 29px !important;
}

.h-mb-29 {
  margin-bottom: 29px !important;
}

.h-ml-29 {
  margin-left: 29px !important;
}

.h-p-30 {
  padding: 30px !important;
}

.h-pt-30 {
  padding-top: 30px !important;
}

.h-pr-30 {
  padding-right: 30px !important;
}

.h-pb-30 {
  padding-bottom: 30px !important;
}

.h-pl-30 {
  padding-left: 30px !important;
}

.h-m-30 {
  margin: 30px !important;
}

.h-mt-30 {
  margin-top: 30px !important;
}

.h-mr-30 {
  margin-right: 30px !important;
}

.h-mb-30 {
  margin-bottom: 30px !important;
}

.h-ml-30 {
  margin-left: 30px !important;
}

.h-p-31 {
  padding: 31px !important;
}

.h-pt-31 {
  padding-top: 31px !important;
}

.h-pr-31 {
  padding-right: 31px !important;
}

.h-pb-31 {
  padding-bottom: 31px !important;
}

.h-pl-31 {
  padding-left: 31px !important;
}

.h-m-31 {
  margin: 31px !important;
}

.h-mt-31 {
  margin-top: 31px !important;
}

.h-mr-31 {
  margin-right: 31px !important;
}

.h-mb-31 {
  margin-bottom: 31px !important;
}

.h-ml-31 {
  margin-left: 31px !important;
}

.h-p-32 {
  padding: 32px !important;
}

.h-pt-32 {
  padding-top: 32px !important;
}

.h-pr-32 {
  padding-right: 32px !important;
}

.h-pb-32 {
  padding-bottom: 32px !important;
}

.h-pl-32 {
  padding-left: 32px !important;
}

.h-m-32 {
  margin: 32px !important;
}

.h-mt-32 {
  margin-top: 32px !important;
}

.h-mr-32 {
  margin-right: 32px !important;
}

.h-mb-32 {
  margin-bottom: 32px !important;
}

.h-ml-32 {
  margin-left: 32px !important;
}

.h-p-33 {
  padding: 33px !important;
}

.h-pt-33 {
  padding-top: 33px !important;
}

.h-pr-33 {
  padding-right: 33px !important;
}

.h-pb-33 {
  padding-bottom: 33px !important;
}

.h-pl-33 {
  padding-left: 33px !important;
}

.h-m-33 {
  margin: 33px !important;
}

.h-mt-33 {
  margin-top: 33px !important;
}

.h-mr-33 {
  margin-right: 33px !important;
}

.h-mb-33 {
  margin-bottom: 33px !important;
}

.h-ml-33 {
  margin-left: 33px !important;
}

.h-p-34 {
  padding: 34px !important;
}

.h-pt-34 {
  padding-top: 34px !important;
}

.h-pr-34 {
  padding-right: 34px !important;
}

.h-pb-34 {
  padding-bottom: 34px !important;
}

.h-pl-34 {
  padding-left: 34px !important;
}

.h-m-34 {
  margin: 34px !important;
}

.h-mt-34 {
  margin-top: 34px !important;
}

.h-mr-34 {
  margin-right: 34px !important;
}

.h-mb-34 {
  margin-bottom: 34px !important;
}

.h-ml-34 {
  margin-left: 34px !important;
}

.h-p-35 {
  padding: 35px !important;
}

.h-pt-35 {
  padding-top: 35px !important;
}

.h-pr-35 {
  padding-right: 35px !important;
}

.h-pb-35 {
  padding-bottom: 35px !important;
}

.h-pl-35 {
  padding-left: 35px !important;
}

.h-m-35 {
  margin: 35px !important;
}

.h-mt-35 {
  margin-top: 35px !important;
}

.h-mr-35 {
  margin-right: 35px !important;
}

.h-mb-35 {
  margin-bottom: 35px !important;
}

.h-ml-35 {
  margin-left: 35px !important;
}

.h-p-36 {
  padding: 36px !important;
}

.h-pt-36 {
  padding-top: 36px !important;
}

.h-pr-36 {
  padding-right: 36px !important;
}

.h-pb-36 {
  padding-bottom: 36px !important;
}

.h-pl-36 {
  padding-left: 36px !important;
}

.h-m-36 {
  margin: 36px !important;
}

.h-mt-36 {
  margin-top: 36px !important;
}

.h-mr-36 {
  margin-right: 36px !important;
}

.h-mb-36 {
  margin-bottom: 36px !important;
}

.h-ml-36 {
  margin-left: 36px !important;
}

.h-p-37 {
  padding: 37px !important;
}

.h-pt-37 {
  padding-top: 37px !important;
}

.h-pr-37 {
  padding-right: 37px !important;
}

.h-pb-37 {
  padding-bottom: 37px !important;
}

.h-pl-37 {
  padding-left: 37px !important;
}

.h-m-37 {
  margin: 37px !important;
}

.h-mt-37 {
  margin-top: 37px !important;
}

.h-mr-37 {
  margin-right: 37px !important;
}

.h-mb-37 {
  margin-bottom: 37px !important;
}

.h-ml-37 {
  margin-left: 37px !important;
}

.h-p-38 {
  padding: 38px !important;
}

.h-pt-38 {
  padding-top: 38px !important;
}

.h-pr-38 {
  padding-right: 38px !important;
}

.h-pb-38 {
  padding-bottom: 38px !important;
}

.h-pl-38 {
  padding-left: 38px !important;
}

.h-m-38 {
  margin: 38px !important;
}

.h-mt-38 {
  margin-top: 38px !important;
}

.h-mr-38 {
  margin-right: 38px !important;
}

.h-mb-38 {
  margin-bottom: 38px !important;
}

.h-ml-38 {
  margin-left: 38px !important;
}

.h-p-39 {
  padding: 39px !important;
}

.h-pt-39 {
  padding-top: 39px !important;
}

.h-pr-39 {
  padding-right: 39px !important;
}

.h-pb-39 {
  padding-bottom: 39px !important;
}

.h-pl-39 {
  padding-left: 39px !important;
}

.h-m-39 {
  margin: 39px !important;
}

.h-mt-39 {
  margin-top: 39px !important;
}

.h-mr-39 {
  margin-right: 39px !important;
}

.h-mb-39 {
  margin-bottom: 39px !important;
}

.h-ml-39 {
  margin-left: 39px !important;
}

.el-button + .el-button {
  margin-left: 4px !important;
}

.overflow-auto {
  overflow: auto;
}

.overflow-x-auto {
  overflow-x: auto;
}

.overflow-y-auto {
  overflow-y: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.overflow-y-hidden {
  overflow-y: hidden;
}

.border-box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.basic-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.basic-container--block {
  height: 100%;
}
.basic-container--block .basic-container__card {
  height: 100%;
}
.basic-container__card {
  width: 100%;
}
.basic-container:first-child {
  padding-top: 0;
}
.number-range[data-v-8323800e] {
  border: 1px solid #DCDFE6;
}
.number-range[data-v-8323800e] .el-input__inner {
  border: 0 !important;
}
.searchFormBox {
  overflow: hidden;
}
.searchFormBox .avue-form__group {
  height: 30px !important;
}
.searchFormBox .searchFormRow {
  background-color: #ffffff;
  padding: 10px 12px;
}
.searchFormBox .el-button {
  height: 28px;
}
.searchFormBox .el-date-editor--daterange.el-input__inner {
  width: 100% !important;
}
.searchFormBox .el-range-editor--mini.el-input__inner {
  width: 100%;
}
.searchFormBox .el-input-number--mini {
  width: 100%;
}
.searchFormBox .el-input-number .el-input__inner {
  text-align: left !important;
}
.searchFormBox input:-webkit-autofill {
  background-color: transparent !important;
  color: inherit !important;
}
.searchFormBox {
  overflow: hidden;
}
.searchFormBox .avue-form__group {
  height: 30px !important;
}
.searchFormBox .searchFormRow {
  background-color: #ffffff;
  padding: 10px 12px;
}
.searchFormBox .el-button {
  height: 28px;
}
.searchFormBox .el-date-editor--daterange.el-input__inner {
  width: 100% !important;
}
.searchFormBox .el-range-editor--mini.el-input__inner {
  width: 100%;
}
.searchFormBox .el-input-number--mini {
  width: 100%;
}
.searchFormBox .el-input-number .el-input__inner {
  text-align: left !important;
}
.searchFormBox input:-webkit-autofill {
  background-color: transparent !important;
  color: inherit !important;
}

.el-dialog__wrapper[data-v-ae9d397c] {
  overflow: hidden;
}
[data-v-ae9d397c] .el-dialog {
  margin-top: 30px !important;
  height: 90%;
}
[data-v-ae9d397c] .el-dialog__body {
  height: 80%;
}
.chatList__msg--video[data-v-ae9d397c] {
  position: relative;
  max-width: 100%;
  /* min-width: 200px; */
  width: 100%;
  height: 100%;
  /* margin: 10px 0; */
  overflow: hidden;
  border-radius: 5px;
  cursor: pointer;
  display: block;
}

.w-e-toolbar {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-lines: multiple;
}
.w-e-toolbar .w-e-menu:hover {
  z-index: 101 !important;
}
.w-e-text-container a, .w-e-menu a {
  color: #333;
  text-decoration: none;
}
.w-e-menu span {
  font-size: 14px;
  color: #999;
}
.fullscreen-editor {
  position: fixed !important;
  width: 100% !important;
  height: 100% !important;
  left: 0px !important;
  top: 0px !important;
  background-color: white;
  z-index: 9999;
}
.fullscreen-editor .w-e-text-container {
  width: 100% !important;
  height: 95% !important;
}
.modal-mask[data-v-124b3696] {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: table;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.modal-wrapper[data-v-124b3696] {
  display: table-cell;
  vertical-align: middle;
}
.modal-container[data-v-124b3696] {
  height: calc(100% - 200px);
  overflow: hidden;
  overflow-y: auto;
  width: 70%;
  margin: 0px auto;
  margin-top: 15vh;
  background-color: #fff;
  border-radius: 2px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.33);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.33);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: Helvetica, Arial, sans-serif;
}
.modal-header[data-v-124b3696] {
  padding: 13px 20px;
  min-height: 20px;
  border-bottom: 1px solid #f0f0f0;
}
.modal-body[data-v-124b3696] {
  padding: 10px;
  height: calc(100% - 125px);
  overflow: hidden;
}
.modal-default-button[data-v-124b3696] {
  float: right;
}
.modal-footer[data-v-124b3696] {
  padding: 5px 16px;
  border-top: 2px solid #f0f0f0;
  text-align: right;
}
.modal-enter[data-v-124b3696] {
  opacity: 0;
}
.modal-leave-active[data-v-124b3696] {
  opacity: 0;
}
.modal-enter .modal-container[data-v-124b3696],
.modal-leave-active .modal-container[data-v-124b3696] {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.uploader-common .el-upload-list .el-icon-plus {
  line-height: var(--height);
}
.uploader-common .el-button {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
.uploader-common .el-button span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.uploader-common .el-upload-list.el-upload-list--picture-card .el-progress {
  width: 90%;
}
.uploader-common .el-upload-list.el-upload-list--picture-card .el-upload-list__item {
  width: 120px;
  height: 120px;
}
.uploader-common .el-upload-list.el-upload-list--picture-card .el-upload-list__item .el-progress-circle {
  width: 100% !important;
  height: 100% !important;
}
.uploader-common .el-upload.el-upload--picture-card {
  width: 120px;
  height: 120px;
}
.uploader-common .el-upload {
  text-align: left;
}
.upload-drag .el-upload {
  text-align: center;
}
.upload-drag .el-upload {
  width: 100%;
  border: 1px dashed var(--v-2-neutral-grey-03, #c4c4c4);
  border-radius: 4px;
  padding: 16px;
}
.upload-drag .el-upload .tips {
  height: 33px;
  line-height: 33px;
  color: rgba(0, 0, 0, 0.4);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
}
.upload-drag .el-upload-list__item {
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 36px;
  border-radius: 4px;
  background: #f3f3f3;
}
.upload-drag .el-upload-list__item .el-icon-document::before {
  font-size: 16px;
  content: "\E737";
}
.upload-drag .el-upload-list__item .el-icon-close {
  top: auto;
}
.upload-drag .el-upload-list__item .el-icon-close::before {
  font-size: 16px;
  content: "\E6D7";
}
.viewClass .el-upload {
  display: none;
}
.viewClass .el-icon-close {
  display: none !important;
}
.previewIframe img,
.previewIframe video {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
.common_tree_box .common_tree_handle[data-v-58dc6e2f] {
  height: 100%;
  width: 280px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-right: 1px solid #cccccc;
  background: #ffffff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.common_tree_box .common_tree_handle .el-tree[data-v-58dc6e2f] {
  font-size: 12px;
  border-radius: 4px;
  padding: 0 5px 0 12px;
  overflow-y: scroll;
}
.common_tree_box .common_tree_handle .color-909399[data-v-58dc6e2f] {
  color: #909399;
}
.common_tree_box .common_tree_handle .color-67C23A[data-v-58dc6e2f] {
  color: #67c23a;
}
.common_tree_box .common_tree_handle .inputWidth[data-v-58dc6e2f] {
  width: calc(100% - 34px);
}
.common_tree_box .common_tree_handle .treeLabel[data-v-58dc6e2f] {
  margin-left: 5px;
}
.common_tree_box .common_tree_handle .searchInput[data-v-58dc6e2f] {
  font-size: 12px;
}
.common_tree_box .common_tree_handle .searchInput[data-v-58dc6e2f] input {
  height: 28px;
}
.common_tree_box .common_tree_handle .moreBtn[data-v-58dc6e2f] {
  position: absolute;
  top: 14px;
  right: 9px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  padding: 7px;
}
.common_tree_box .header[data-v-58dc6e2f] {
  text-align: right;
  font-size: 12px;
  height: 46px;
  background-color: #ffffff;
  padding: 0 12px;
}
.common_tree_box .typeTitle[data-v-58dc6e2f] {
  font-size: 14px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.common_tree_box .header-row[data-v-58dc6e2f] {
  width: 100%;
  line-height: 40px;
  border-bottom: 1px solid #cccccc;
}
.common_tree_box[data-v-58dc6e2f] .el-tree-node__content {
  line-height: 26px;
}
.common_tree_box .el-popover[data-v-58dc6e2f] {
  min-width: 80px !important;
}
.common_tree_box .rightBtn[data-v-58dc6e2f] {
  width: 48px;
  height: 96px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  position: absolute;
  left: 264px;
  top: calc(50vh - 148px);
  z-index: 99;
  margin-right: 5px;
  clip-path: polygon(25% 28%, 66% 4%, 66% 96%, 25% 68%);
  background: #d2d3d6;
}
.common_tree_box .rightBtn1[data-v-58dc6e2f] {
  margin-right: 5px;
  clip-path: polygon(25% 28%, 66% 4%, 66% 96%, 25% 68%);
  background: #d2d3d6;
  left: -30px;
}
.treePopperClass .popv_p[data-v-58dc6e2f] {
  line-height: 32px;
  text-align: center;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.isEnableitle[data-v-58dc6e2f] {
  color: red;
}
.zm-draggable[data-v-642fda4b]{touch-action:none;position:absolute;box-sizing:border-box}.clone-tree-org[data-v-6f281458]{opacity:0;position:fixed;top:0;left:0;z-index:1000}.zm-tree-contextmenu[data-v-0a392941]{position:fixed;top:100px;left:100px;z-index:100;background:#fff;padding:10px 0;overflow:hidden;border:1px solid #ddd;box-shadow:0 2px 10px 0 rgba(29,29,31,.1)}.zm-tree-contextmenu ul[data-v-0a392941]{list-style-type:none;padding:0;margin:0}.zm-tree-contextmenu li[data-v-0a392941]{font-size:12px;padding:3px 10px;cursor:pointer;list-style-type:none}.zm-tree-contextmenu li[data-v-0a392941]:hover{color:#2d8cf0;background:#f0faff}.zm-tree-contextmenu .copy-textarea[data-v-0a392941]{position:absolute;top:-100px;left:-100px}.zm-tree-org{height:100%;padding:15px;position:relative;background:#fff}.zm-tree-org .zm-draggable{touch-action:none}.zm-tree-org .zm-draggable:not(.dragging){transition:all .1s}.zm-tree-org .zoom-container{position:relative;width:100%;height:100%;overflow:hidden;text-align:center;transform-origin:left top}.zm-tree-org .zoom-container.is-center{display:flex;justify-content:center}.tree-org{display:table;text-align:center}.tree-org:after,.tree-org:before{content:"";display:table}.tree-org:after{clear:both}.tree-org-node,.tree-org-node__children{position:relative;margin:0;padding:0;list-style-type:none}.tree-org-node:after,.tree-org-node:before,.tree-org-node__children:after,.tree-org-node__children:before{transition:all .35s}.tree-org-node{padding-top:20px;display:table-cell;vertical-align:top}.tree-org-node.collapsed,.tree-org-node.is-leaf{padding-left:10px;padding-right:10px}.tree-org-node:after,.tree-org-node:before{content:"";position:absolute;top:0;left:0;width:50%;height:19px}.tree-org-node:after{left:50%;border-left:1px solid #ddd}.tree-org-node:not(:first-child):before,.tree-org-node:not(:last-child):after{border-top:1px solid #ddd}.tree-org-node__textarea{width:100%;height:100%;position:absolute;top:0;left:0;font-size:14px}.tree-org-node__content{position:relative;display:inline-block;-webkit-user-select:none;-moz-user-select:none;user-select:none}.tree-org-node__content.is-empty.is-edit{width:50px;height:100px}.tree-org-node__content .tree-org-node__inner{text-align:center;border-radius:2px;box-shadow:0 1px 5px rgba(0,0,0,.15)}.tree-org-node__content .tree-org-node__text{padding:10px 15px}.tree-org-node__expand{position:absolute;top:100%;left:50%;width:20px;height:20px;z-index:10;margin-left:-11px;margin-top:9px;background-color:#fff;border:1px solid #ccc;border-radius:50%;box-shadow:0 0 2px rgba(0,0,0,.15);cursor:pointer;color:#666;transition:all .35s ease}.tree-org-node__expand.expanded{margin-left:-10px}.tree-org-node__expand:hover{background-color:#e7e8e9;transform:scale(1.15)}.tree-org-node__expand .tree-org-node__expand-btn:after,.tree-org-node__expand .tree-org-node__expand-btn:before{content:"";position:absolute}.tree-org-node__expand .tree-org-node__expand-btn:before{top:50%;left:4px;right:4px;height:0;border-top:1px solid #ccc}.tree-org-node__expand .tree-org-node__expand-btn:after{top:4px;left:50%;bottom:4px;width:0;border-left:1px solid #ccc}.tree-org-node__expand.expanded .tree-org-node__expand-btn:after{border:none}.collapsable .tree-org-node.collapsed{padding-bottom:30px}.collapsable .tree-org-node.collapsed .tree-org-node__content:after{content:"";position:absolute;top:100%;left:0;width:50%;height:20px;border-right:1px solid #ddd}.tree-org>.tree-org-node{display:flex!important;flex-direction:column;align-items:center;padding-top:0}.tree-org>.tree-org-node:after{border-left:0}.tree-org-node__children{display:table;padding-top:20px;width:100%}.tree-org-node__children:before{content:"";position:absolute;top:0;left:50%;width:0;height:20px;border-left:1px solid #ddd}.tree-org-node__children:after{content:"";display:table;clear:both}.horizontal>.tree-org-node{flex-direction:row}.horizontal .tree-org-node{display:table-cell;float:none;padding-top:0;padding-left:20px}.horizontal .tree-org-node.collapsed,.horizontal .tree-org-node.is-leaf{padding-top:10px;padding-bottom:10px}.horizontal .tree-org-node:after,.horizontal .tree-org-node:before{width:19px;height:50%}.horizontal .tree-org-node:after{top:50%;left:0;border-left:0}.horizontal .tree-org-node:only-child:before{top:1px;border-bottom:1px solid #ddd}.horizontal .tree-org-node:not(:first-child):before,.horizontal .tree-org-node:not(:last-child):after{border-top:0;border-left:1px solid #ddd}.horizontal .tree-org-node:not(:only-child):after{border-top:1px solid #ddd}.horizontal .tree-org-node .tree-org-node-inner{display:table}.horizontal .tree-org-node__content{display:table-cell;vertical-align:middle}.horizontal.collapsable .tree-org-node.collapsed{padding-right:30px}.horizontal.collapsable .tree-org-node.collapsed .tree-org-node__content:after{top:0;left:100%;width:20px;height:50%;border-right:0;border-bottom:1px solid #ddd}.horizontal .tree-org-node__expand{top:50%;left:100%;margin-top:-11px;margin-left:9px}.horizontal .tree-org-node__expand.expanded{margin-top:-10px}.horizontal>.tree-org-node:only-child:before{border-bottom:0}.horizontal .tree-org-node__children{display:table-cell;padding-top:0;padding-left:20px}.horizontal .tree-org-node__children:before{top:50%;left:0;width:20px;height:0;border-left:0;border-top:1px solid #ddd}.horizontal .tree-org-node__children:after{display:none}.horizontal .tree-org-node__children>.tree-org-node{display:block}.zm-tree-handle{position:absolute;bottom:10px;right:10px}.zm-tree-handle .zm-tree-handle-item,.zm-tree-handle .zm-tree-percent{width:32px;height:32px;-webkit-user-select:none;-moz-user-select:none;user-select:none;line-height:32px;font-size:12px;text-align:center}.zm-tree-handle .zm-tree-handle-item{color:#999;border:1px solid #ddd;cursor:pointer;position:relative;background:#fff}.zm-tree-handle .zm-tree-handle-item:not(:last-child){margin-bottom:6px}.zm-tree-handle .zm-tree-handle-item.zoom-out{margin-bottom:-1px;z-index:2}.zm-tree-handle .zm-tree-handle-item.zoom-in:hover{z-index:3}.zm-tree-handle .zm-tree-handle-item:hover{color:#2d8cf0;background:#f0faff;border-color:#2d8cf0}.zm-tree-handle .zm-tree-handle-item:hover .zm-tree-restore,.zm-tree-handle .zm-tree-handle-item:hover .zm-tree-restore:after{border-color:#2d8cf0}.zm-tree-handle .zm-tree-handle-item .zm-tree-icon{font-size:18px}.zm-tree-handle .zm-tree-handle-item .zm-tree-restore{display:inline-block;width:10px;height:10px;border:1px solid #aaa;margin-left:-2px;margin-bottom:-2px}.zm-tree-handle .zm-tree-handle-item .zm-tree-restore:after{content:"";display:block;height:100%;border-top:1px solid #aaa;border-right:1px solid #aaa;transform:translate(3px,-3px)}.zm-tree-handle .zm-tree-handle-item .zm-tree-svg{display:flex;height:100%;justify-content:center;align-items:center}.zm-tree-handle .zm-tree-handle-item .zm-tree-svg img{width:50%;height:50%;vertical-align:middle;opacity:.5}
.syButton .el-button {
  padding: 6.5px 15px;
}
.syButton .el-button--text {
  padding: 0;
}
.syButton .CustomIcon {
  vertical-align: bottom;
}
.syButton .padd-l-10 {
  padding-left: 10px;
}
.syButton .padd-r-10 {
  padding-right: 10px;
}
.common_tree_box .common_tree_handle[data-v-7a83a7e4], .common_tree_box .common_tree_notag[data-v-7a83a7e4] {
  width: 280px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-right: 1px solid #cccccc;
  background: #ffffff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.common_tree_box .common_tree_handle .el-tree[data-v-7a83a7e4], .common_tree_box .common_tree_notag .el-tree[data-v-7a83a7e4] {
  font-size: 12px;
  border-radius: 4px;
  padding: 0 5px 0 12px;
  overflow-y: scroll;
}
.common_tree_box .common_tree_handle .color-909399[data-v-7a83a7e4], .common_tree_box .common_tree_notag .color-909399[data-v-7a83a7e4] {
  color: #909399;
}
.common_tree_box .common_tree_handle .color-67C23A[data-v-7a83a7e4], .common_tree_box .common_tree_notag .color-67C23A[data-v-7a83a7e4] {
  color: #67C23A;
}
.common_tree_box .common_tree_handle .inputWidth[data-v-7a83a7e4], .common_tree_box .common_tree_notag .inputWidth[data-v-7a83a7e4] {
  width: calc(100% - 34px);
}
.common_tree_box .common_tree_handle .treeLabel[data-v-7a83a7e4], .common_tree_box .common_tree_notag .treeLabel[data-v-7a83a7e4] {
  margin-left: 5px;
}
.common_tree_box .common_tree_handle .searchInput[data-v-7a83a7e4], .common_tree_box .common_tree_notag .searchInput[data-v-7a83a7e4] {
  font-size: 12px;
}
.common_tree_box .common_tree_handle .searchInput[data-v-7a83a7e4] input, .common_tree_box .common_tree_notag .searchInput[data-v-7a83a7e4] input {
  height: 28px;
}
.common_tree_box .common_tree_handle .moreBtn[data-v-7a83a7e4], .common_tree_box .common_tree_notag .moreBtn[data-v-7a83a7e4] {
  position: absolute;
  top: 14px;
  right: 9px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  padding: 7px;
}
.common_tree_box .header[data-v-7a83a7e4] {
  text-align: right;
  font-size: 12px;
  height: 46px;
  background-color: #ffffff;
  padding: 0 12px;
}
.common_tree_box .typeTitle[data-v-7a83a7e4] {
  font-size: 14px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.common_tree_box .header-row[data-v-7a83a7e4] {
  width: 100%;
  line-height: 36px;
  border-bottom: 1px solid #cccccc;
}
.common_tree_box[data-v-7a83a7e4] .el-tree-node__content {
  line-height: 26px;
}
.common_tree_box .el-popover[data-v-7a83a7e4] {
  min-width: 80px !important;
}
.common_tree_box .rightBtn[data-v-7a83a7e4] {
  width: 48px;
  height: 96px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  position: absolute;
  left: 264px;
  top: calc(50vh - 148px);
  z-index: 99;
  margin-right: 5px;
  clip-path: polygon(25% 28%, 66% 4%, 66% 96%, 25% 68%);
  background: #d2d3d6;
}
.common_tree_box .rightBtn1[data-v-7a83a7e4] {
  margin-right: 5px;
  clip-path: polygon(25% 28%, 66% 4%, 66% 96%, 25% 68%);
  background: #d2d3d6;
  left: -30px;
}
.treePopperClass .popv_p[data-v-7a83a7e4] {
  line-height: 32px;
  text-align: center;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.update-photo-disable .el-upload-list__item {
  height: 148px;
}
.update-photo-disable .el-upload--picture-card {
  display: none;
}
.update-photo-img .el-upload-list__item,
.update-photo-img .el-upload--picture-card {
  height: 148px;
}
.projectSelectUser .el-scrollbar[data-v-38f7ed78] {
  height: 100%;
}
.projectSelectUser .box .el-scrollbar__wrap[data-v-38f7ed78] {
  overflow: scroll;
}
.projectSelectUser .footerBtn[data-v-38f7ed78] {
  border-top: 1px solid #cccccc;
  padding-top: 10px;
}
.projectSelectUser[data-v-38f7ed78] .el-tree {
  height: 490px !important;
  max-height: 490px !important;
}
.select-box[data-v-34d22a8c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #dcdfe6;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top-left-radius: none;
  border-bottom-left-radius: none;
}
[data-v-34d22a8c] .noborder-button {
  border: none !important;
  min-height: 32px;
  background-color: #f5f7fa !important;
  border-left: 1px solid #dcdfe6 !important;
}
[data-v-34d22a8c] .noborder input {
  border: none !important;
}
.dv-active-ring-chart {
  position: relative;
}
.dv-active-ring-chart .active-ring-chart-container {
  width: 100%;
  height: 100%;
}
.dv-active-ring-chart .active-ring-info {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  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;
}
.dv-active-ring-chart .active-ring-info .dv-digital-flop {
  width: 100px;
  height: 30px;
}
.dv-active-ring-chart .active-ring-info .active-ring-name {
  width: 100px;
  height: 30px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.dv-border-box-1 {
  position: relative;
  width: 100%;
  height: 100%;
}
.dv-border-box-1 .border {
  position: absolute;
  display: block;
}
.dv-border-box-1 .right-top {
  right: 0px;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.dv-border-box-1 .left-bottom {
  bottom: 0px;
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
.dv-border-box-1 .right-bottom {
  right: 0px;
  bottom: 0px;
  -webkit-transform: rotateX(180deg) rotateY(180deg);
          transform: rotateX(180deg) rotateY(180deg);
}
.dv-border-box-1 .border-box-content {
  position: relative;
  width: 100%;
  height: 100%;
}

.dv-border-box-10 {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 6px;
}
.dv-border-box-10 .dv-border-svg-container {
  position: absolute;
  display: block;
}
.dv-border-box-10 .right-top {
  right: 0px;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.dv-border-box-10 .left-bottom {
  bottom: 0px;
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
.dv-border-box-10 .right-bottom {
  right: 0px;
  bottom: 0px;
  -webkit-transform: rotateX(180deg) rotateY(180deg);
          transform: rotateX(180deg) rotateY(180deg);
}
.dv-border-box-10 .border-box-content {
  position: relative;
  width: 100%;
  height: 100%;
}

.dv-border-box-11 {
  position: relative;
  width: 100%;
  height: 100%;
}
.dv-border-box-11 .dv-border-svg-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
.dv-border-box-11 .dv-border-svg-container > polyline {
  fill: none;
  stroke-width: 1;
}
.dv-border-box-11 .border-box-content {
  position: relative;
  width: 100%;
  height: 100%;
}

.dv-border-box-12 {
  position: relative;
  width: 100%;
  height: 100%;
}
.dv-border-box-12 .dv-border-svg-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
.dv-border-box-12 .border-box-content {
  position: relative;
  width: 100%;
  height: 100%;
}

.dv-border-box-13 {
  position: relative;
  width: 100%;
  height: 100%;
}
.dv-border-box-13 .dv-border-svg-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
.dv-border-box-13 .border-box-content {
  position: relative;
  width: 100%;
  height: 100%;
}

.dv-border-box-2 {
  position: relative;
  width: 100%;
  height: 100%;
}
.dv-border-box-2 .dv-border-svg-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
.dv-border-box-2 .dv-border-svg-container > polyline {
  fill: none;
  stroke-width: 1;
}
.dv-border-box-2 .border-box-content {
  position: relative;
  width: 100%;
  height: 100%;
}

.dv-border-box-3 {
  position: relative;
  width: 100%;
  height: 100%;
}
.dv-border-box-3 .dv-border-svg-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
.dv-border-box-3 .dv-border-svg-container > polyline {
  fill: none;
}
.dv-border-box-3 .dv-bb3-line1 {
  stroke-width: 3;
}
.dv-border-box-3 .dv-bb3-line2 {
  stroke-width: 1;
}
.dv-border-box-3 .border-box-content {
  position: relative;
  width: 100%;
  height: 100%;
}

.dv-border-box-4 {
  position: relative;
  width: 100%;
  height: 100%;
}
.dv-border-box-4 .dv-reverse {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.dv-border-box-4 .dv-border-svg-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
.dv-border-box-4 .dv-border-svg-container > polyline {
  fill: none;
}
.dv-border-box-4 .sw1 {
  stroke-width: 1;
}
.dv-border-box-4 .sw3 {
  stroke-width: 3px;
  stroke-linecap: round;
}
.dv-border-box-4 .dv-bb4-line-1 {
  stroke-width: 1;
}
.dv-border-box-4 .dv-bb4-line-2 {
  stroke-width: 1;
}
.dv-border-box-4 .dv-bb4-line-3 {
  stroke-width: 3px;
  stroke-linecap: round;
}
.dv-border-box-4 .dv-bb4-line-4 {
  stroke-width: 3px;
  stroke-linecap: round;
}
.dv-border-box-4 .dv-bb4-line-5 {
  stroke-width: 1;
}
.dv-border-box-4 .dv-bb4-line-6 {
  stroke-width: 1;
}
.dv-border-box-4 .dv-bb4-line-7 {
  stroke-width: 1;
}
.dv-border-box-4 .dv-bb4-line-8 {
  stroke-width: 3px;
  stroke-linecap: round;
}
.dv-border-box-4 .dv-bb4-line-9 {
  stroke-width: 3px;
  stroke-linecap: round;
  stroke-dasharray: 100 250;
}
.dv-border-box-4 .dv-bb4-line-10 {
  stroke-width: 1;
  stroke-dasharray: 80 270;
}
.dv-border-box-4 .border-box-content {
  position: relative;
  width: 100%;
  height: 100%;
}

.dv-border-box-5 {
  position: relative;
  width: 100%;
  height: 100%;
}
.dv-border-box-5 .dv-reverse {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.dv-border-box-5 .dv-border-svg-container {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.dv-border-box-5 .dv-border-svg-container > polyline {
  fill: none;
}
.dv-border-box-5 .dv-bb5-line-1,
.dv-border-box-5 .dv-bb5-line-2 {
  stroke-width: 1;
}
.dv-border-box-5 .dv-bb5-line-3,
.dv-border-box-5 .dv-bb5-line-6 {
  stroke-width: 5;
}
.dv-border-box-5 .dv-bb5-line-4,
.dv-border-box-5 .dv-bb5-line-5 {
  stroke-width: 2;
}
.dv-border-box-5 .border-box-content {
  position: relative;
  width: 100%;
  height: 100%;
}

.dv-border-box-6 {
  position: relative;
  width: 100%;
  height: 100%;
}
.dv-border-box-6 .dv-border-svg-container {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.dv-border-box-6 .dv-border-svg-container > polyline {
  fill: none;
  stroke-width: 1;
}
.dv-border-box-6 .border-box-content {
  position: relative;
  width: 100%;
  height: 100%;
}

.dv-border-box-7 {
  position: relative;
  width: 100%;
  height: 100%;
}
.dv-border-box-7 .dv-border-svg-container {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.dv-border-box-7 .dv-border-svg-container > polyline {
  fill: none;
  stroke-linecap: round;
}
.dv-border-box-7 .dv-bb7-line-width-2 {
  stroke-width: 2;
}
.dv-border-box-7 .dv-bb7-line-width-5 {
  stroke-width: 5;
}
.dv-border-box-7 .border-box-content {
  position: relative;
  width: 100%;
  height: 100%;
}

.dv-border-box-8 {
  position: relative;
  width: 100%;
  height: 100%;
}
.dv-border-box-8 .dv-border-svg-container {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}
.dv-border-box-8 .border-box-content {
  position: relative;
  width: 100%;
  height: 100%;
}

.dv-border-box-9 {
  position: relative;
  width: 100%;
  height: 100%;
}
.dv-border-box-9 .dv-border-svg-container {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}
.dv-border-box-9 .border-box-content {
  position: relative;
  width: 100%;
  height: 100%;
}

.dv-capsule-chart {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  color: #fff;
}
.dv-capsule-chart .label-column {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 10px;
  text-align: right;
  font-size: 12px;
}
.dv-capsule-chart .label-column div {
  height: 20px;
  line-height: 20px;
}
.dv-capsule-chart .capsule-container {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.dv-capsule-chart .capsule-item {
  -webkit-box-shadow: 0 0 3px #999;
          box-shadow: 0 0 3px #999;
  height: 10px;
  margin: 5px 0px;
  border-radius: 5px;
}
.dv-capsule-chart .capsule-item .capsule-item-column {
  position: relative;
  height: 8px;
  margin-top: 1px;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dv-capsule-chart .capsule-item .capsule-item-column .capsule-item-value {
  font-size: 12px;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.dv-capsule-chart .unit-label {
  height: 20px;
  font-size: 12px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dv-capsule-chart .unit-text {
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: 12px;
  line-height: 20px;
  margin-left: 10px;
}

.dv-charts-container {
  position: relative;
  width: 100%;
  height: 100%;
}
.dv-charts-container .charts-canvas-container {
  width: 100%;
  height: 100%;
}

.dv-conical-column-chart {
  width: 100%;
  height: 100%;
}
.dv-conical-column-chart text {
  text-anchor: middle;
}

.dv-decoration-1 {
  width: 100%;
  height: 100%;
}
.dv-decoration-1 svg {
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.dv-decoration-10 {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dv-decoration-11 {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.dv-decoration-11 .decoration-content {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  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;
}

.dv-decoration-12 {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.dv-decoration-12 .decoration-content {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  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;
}

.dv-decoration-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.dv-decoration-3 {
  width: 100%;
  height: 100%;
}
.dv-decoration-3 svg {
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.dv-decoration-4 {
  position: relative;
  width: 100%;
  height: 100%;
}
.dv-decoration-4 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  position: absolute;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.dv-decoration-4 .normal {
  -webkit-animation: ani-height ease-in-out infinite;
          animation: ani-height ease-in-out infinite;
  left: 50%;
  margin-left: -2px;
}
.dv-decoration-4 .reverse {
  -webkit-animation: ani-width ease-in-out infinite;
          animation: ani-width ease-in-out infinite;
  top: 50%;
  margin-top: -2px;
}
@-webkit-keyframes ani-height {
  0% {
    height: 0%;
  }
  70% {
    height: 100%;
  }
  100% {
    height: 100%;
  }
}
@keyframes ani-height {
  0% {
    height: 0%;
  }
  70% {
    height: 100%;
  }
  100% {
    height: 100%;
  }
}
@-webkit-keyframes ani-width {
  0% {
    width: 0%;
  }
  70% {
    width: 100%;
  }
  100% {
    width: 100%;
  }
}
@keyframes ani-width {
  0% {
    width: 0%;
  }
  70% {
    width: 100%;
  }
  100% {
    width: 100%;
  }
}

.dv-decoration-5 {
  width: 100%;
  height: 100%;
}

.dv-decoration-6 {
  width: 100%;
  height: 100%;
}
.dv-decoration-6 svg {
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.dv-decoration-7 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.dv-decoration-8 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}

.dv-decoration-9 {
  position: relative;
  width: 100%;
  height: 100%;
  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;
}
.dv-decoration-9 svg {
  position: absolute;
  left: 0px;
  top: 0px;
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.dv-digital-flop canvas {
  width: 100%;
  height: 100%;
}

.dv-flyline-chart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-size: 100% 100%;
}
.dv-flyline-chart polyline {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.dv-flyline-chart text {
  text-anchor: middle;
  dominant-baseline: middle;
}

.dv-flyline-chart-enhanced {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-size: 100% 100%;
}
.dv-flyline-chart-enhanced text {
  text-anchor: middle;
  dominant-baseline: middle;
}

#dv-full-screen-container {
  position: fixed;
  top: 0px;
  left: 0px;
  overflow: hidden;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  z-index: 999;
}

.dv-loading {
  width: 100%;
  height: 100%;
  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;
}
.dv-loading .loading-tip {
  font-size: 15px;
}

.dv-percent-pond {
  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;
}
.dv-percent-pond svg {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}
.dv-percent-pond polyline {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.dv-percent-pond text {
  font-size: 25px;
  font-weight: bold;
  text-anchor: middle;
  dominant-baseline: middle;
}

.dv-scroll-board {
  position: relative;
  width: 100%;
  height: 100%;
  color: #fff;
}
.dv-scroll-board .text {
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dv-scroll-board .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-size: 15px;
}
.dv-scroll-board .header .header-item {
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.dv-scroll-board .rows {
  overflow: hidden;
}
.dv-scroll-board .rows .row-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.dv-scroll-board .rows .ceil {
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dv-scroll-board .rows .index {
  border-radius: 3px;
  padding: 0px 3px;
}

.dv-scroll-ranking-board {
  width: 100%;
  height: 100%;
  color: #fff;
  overflow: hidden;
}
.dv-scroll-ranking-board .row-item {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  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;
  overflow: hidden;
}
.dv-scroll-ranking-board .ranking-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  font-size: 13px;
}
.dv-scroll-ranking-board .ranking-info .rank {
  width: 40px;
  color: #1370fb;
}
.dv-scroll-ranking-board .ranking-info .info-name {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.dv-scroll-ranking-board .ranking-column {
  border-bottom: 2px solid rgba(19, 112, 251, 0.5);
  margin-top: 5px;
}
.dv-scroll-ranking-board .ranking-column .inside-column {
  position: relative;
  height: 6px;
  background-color: #1370fb;
  margin-bottom: 2px;
  border-radius: 1px;
  overflow: hidden;
}
.dv-scroll-ranking-board .ranking-column .shine {
  position: absolute;
  left: 0%;
  top: 2px;
  height: 2px;
  width: 50px;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  background: radial-gradient(#28f8ff 5%, transparent 80%);
  -webkit-animation: shine 3s ease-in-out infinite alternate;
          animation: shine 3s ease-in-out infinite alternate;
}
@-webkit-keyframes shine {
  80% {
    left: 0%;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    left: 100%;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
@keyframes shine {
  80% {
    left: 0%;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    left: 100%;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

.dv-water-pond-level {
  position: relative;
}
.dv-water-pond-level svg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
.dv-water-pond-level text {
  font-size: 25px;
  font-weight: bold;
  text-anchor: middle;
  dominant-baseline: middle;
}
.dv-water-pond-level ellipse,
.dv-water-pond-level rect {
  fill: none;
  stroke-width: 3;
}
.dv-water-pond-level canvas {
  margin-top: 8px;
  margin-left: 8px;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@font-face {
  font-family: "icon-ym";
  /* Project id 3271933 */
  src: url(../../static/fonts/iconfont.4c981ce8.woff2) format("woff2"), url(../../static/fonts/iconfont.25a83f92.woff) format("woff"), url(../../static/fonts/iconfont.af9f6432.ttf) format("truetype");
}
.icon-ym {
  font-family: "icon-ym" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-ym-flowEntrust-app:before {
  content: "\E8DA";
}

.icon-ym-btn-download:before {
  content: "\E8D9";
}

.icon-ym-btn-upload:before {
  content: "\E8D7";
}

.icon-ym-right:before {
  content: "\E8D4";
}

.icon-ym-left:before {
  content: "\E8D5";
}

.icon-ym-arrow-down:before {
  content: "\E8D6";
}

.icon-ym-add-flow:before {
  content: "\E8D8";
}

.icon-ym-launchFlow:before {
  content: "\E8D2";
}

.icon-ym-funcFlow:before {
  content: "\E8D3";
}

.icon-ym-accountConfig:before {
  content: "\E8CB";
}

.icon-ym-sendConfig:before {
  content: "\E8CC";
}

.icon-ym-smsConfig:before {
  content: "\E8CD";
}

.icon-ym-emailConfig:before {
  content: "\E8CE";
}

.icon-ym-msgCenter:before {
  content: "\E8CF";
}

.icon-ym-msgTemplate:before {
  content: "\E8D0";
}

.icon-ym-msgMonitor:before {
  content: "\E8D1";
}

.icon-ym-logo-webhook:before {
  content: "\E8CA";
}

.icon-ym-logo-github:before {
  content: "\E8B0";
}

.icon-ym-logo-feishu:before {
  content: "\E8C5";
}

.icon-ym-logo-dingding:before {
  content: "\E8C6";
}

.icon-ym-logo-wechat:before {
  content: "\E8C7";
}

.icon-ym-logo-qq:before {
  content: "\E8C8";
}

.icon-ym-logo-wxWork:before {
  content: "\E8C9";
}

.icon-ym-position1:before {
  content: "\E8C3";
}

.icon-ym-generator-popupTableSelect:before {
  content: "\E8C4";
}

.icon-ym-gradeManage:before {
  content: "\E8C2";
}

.icon-ym-fold:before {
  content: "\E829";
}

.icon-ym-customForm:before {
  content: "\E857";
}

.icon-ym-branch:before {
  content: "\E8B1";
}

.icon-ym-codeGeneration1:before {
  content: "\E8B2";
}

.icon-ym-filter:before {
  content: "\E8B3";
}

.icon-ym-download:before {
  content: "\E8B4";
}

.icon-ym-functionForm:before {
  content: "\E8B5";
}

.icon-ym-unfold:before {
  content: "\E8B6";
}

.icon-ym-node:before {
  content: "\E8B7";
}

.icon-ym-nav-home:before {
  content: "\E8B8";
}

.icon-ym-systemForm:before {
  content: "\E8B9";
}

.icon-ym-generator-link:before {
  content: "\E8BA";
}

.icon-ym-timer:before {
  content: "\E8BB";
}

.icon-ym-generator-alert:before {
  content: "\E8BC";
}

.icon-ym-generator-group1:before {
  content: "\E8BD";
}

.icon-ym-generator-role:before {
  content: "\E8BE";
}

.icon-ym-systemToggle:before {
  content: "\E8BF";
}

.icon-ym-upload:before {
  content: "\E8C0";
}

.icon-ym-generator-department1:before {
  content: "\E8C1";
}

.icon-ym-signature:before {
  content: "\E8AF";
}

.icon-ym-yingyong:before {
  content: "\E81E";
}

.icon-ym-generator-section:before {
  content: "\E853";
}

.icon-ym-lianxi:before {
  content: "\E873";
}

.icon-ym-bigScreenExampl:before {
  content: "\E755";
}

.icon-ym-appForm:before {
  content: "\E756";
}

.icon-ym-authorize:before {
  content: "\E75C";
}

.icon-ym-dataApplication:before {
  content: "\E75D";
}

.icon-ym-dataDictionary:before {
  content: "\E76C";
}

.icon-ym-codeGeneration:before {
  content: "\E76F";
}

.icon-ym-documentPreviewExample:before {
  content: "\E77B";
}

.icon-ym-dataInterface:before {
  content: "\E78F";
}

.icon-ym-bigScreenDesign:before {
  content: "\E7A7";
}

.icon-ym-dataSync:before {
  content: "\E7AB";
}

.icon-ym-extend:before {
  content: "\E7B1";
}

.icon-ym-flowForm:before {
  content: "\E7B2";
}

.icon-ym-dataModel:before {
  content: "\E7BB";
}

.icon-ym-formExample:before {
  content: "\E7C8";
}

.icon-ym-department:before {
  content: "\E812";
}

.icon-ym-dataSource:before {
  content: "\E816";
}

.icon-ym-flowLaunch:before {
  content: "\E81B";
}

.icon-ym-flowForm1:before {
  content: "\E81F";
}

.icon-ym-formDesign:before {
  content: "\E827";
}

.icon-ym-highchartsWordcloud:before {
  content: "\E82C";
}

.icon-ym-dataBackup:before {
  content: "\E830";
}

.icon-ym-flowEntrust:before {
  content: "\E831";
}

.icon-ym-role:before {
  content: "\E832";
}

.icon-ym-information:before {
  content: "\E834";
}

.icon-ym-portalDesign:before {
  content: "\E83B";
}

.icon-ym-highchartsColumn:before {
  content: "\E83C";
}

.icon-ym-onlineUser:before {
  content: "\E83F";
}

.icon-ym-sysMonitor:before {
  content: "\E842";
}

.icon-ym-sysCache:before {
  content: "\E843";
}

.icon-ym-organization:before {
  content: "\E845";
}

.icon-ym-flowTodo:before {
  content: "\E847";
}

.icon-ym-pause:before {
  content: "\E849";
}

.icon-ym-report-icon-preview-pageIndex:before {
  content: "\E84C";
}

.icon-ym-sysProvince:before {
  content: "\E850";
}

.icon-ym-sysNotice:before {
  content: "\E851";
}

.icon-ym-wf-finishedProduct:before {
  content: "\E852";
}

.icon-ym-reportExample:before {
  content: "\E85D";
}

.icon-ym-wf-crmOrder:before {
  content: "\E864";
}

.icon-ym-signetExample:before {
  content: "\E866";
}

.icon-ym-position:before {
  content: "\E867";
}

.icon-ym-permission:before {
  content: "\E868";
}

.icon-ym-user:before {
  content: "\E871";
}

.icon-ym-wf-expenseExpenditure:before {
  content: "\E877";
}

.icon-ym-onlineDevelopment:before {
  content: "\E87A";
}

.icon-ym-sysBillRule:before {
  content: "\E88B";
}

.icon-ym-system:before {
  content: "\E892";
}

.icon-ym-reportDesign:before {
  content: "\E896";
}

.icon-ym-sysQuartz:before {
  content: "\E897";
}

.icon-ym-workFlow:before {
  content: "\E89E";
}

.icon-ym-sysIcon:before {
  content: "\E8A4";
}

.icon-ym-huibao:before {
  content: "\E8A5";
}

.icon-ym-webForm:before {
  content: "\E8A6";
}

.icon-ym-wf-staffOvertime:before {
  content: "\E8A7";
}

.icon-ym-tree-manage1:before {
  content: "\E8A8";
}

.icon-ym-webDesign:before {
  content: "\E8A9";
}

.icon-ym-wf-receiptSign:before {
  content: "\E8AA";
}

.icon-ym-windows:before {
  content: "\E8AB";
}

.icon-ym-systemTemplate:before {
  content: "\E8AC";
}

.icon-ym-sysLog:before {
  content: "\E8AD";
}

.icon-ym-sysConfig:before {
  content: "\E8AE";
}

.icon-ym-header-pannel:before {
  content: "\E7CF";
}

.icon-ym-search:before {
  content: "\E804";
}

.icon-ym-header-message:before {
  content: "\E810";
}

.icon-ym-generator-jobs:before {
  content: "\E819";
}

.icon-ym-clean:before {
  content: "\E83E";
}

.icon-ym-header-IM:before {
  content: "\E899";
}

.icon-ym-header-language:before {
  content: "\E8A3";
}

.icon-ym-flowDone-app:before {
  content: "\E7A6";
}

.icon-ym-flowLaunch-app:before {
  content: "\E7B3";
}

.icon-ym-addFlow:before {
  content: "\E7B8";
}

.icon-ym-flowCopy-app:before {
  content: "\E7BF";
}

.icon-ym-flowTodo-app:before {
  content: "\E8A2";
}

.icon-ym-mobile:before {
  content: "\E7DC";
}

.icon-ym-pc:before {
  content: "\E7EE";
}

.icon-ym-video-play:before {
  content: "\E8A1";
}

.icon-ym-header-collapse1:before {
  content: "\E809";
}

.icon-ym-xitong:before {
  content: "\E814";
}

.icon-ym-full-screen1:before {
  content: "\E7D0";
}

.icon-ym-file-html1:before {
  content: "\E7D1";
}

.icon-ym-generator-area:before {
  content: "\E7D2";
}

.icon-ym-generator-modifytime:before {
  content: "\E7D3";
}

.icon-ym-generator-fold:before {
  content: "\E7D4";
}

.icon-ym-generator-founder:before {
  content: "\E7D5";
}

.icon-ym-generator-line:before {
  content: "\E7D6";
}

.icon-ym-generator-department:before {
  content: "\E7D7";
}

.icon-ym-generator-function:before {
  content: "\E7D8";
}

.icon-ym-generator-notice:before {
  content: "\E7D9";
}

.icon-ym-generator-Provinces:before {
  content: "\E7DA";
}

.icon-ym-generator-popup-attr:before {
  content: "\E7DD";
}

.icon-ym-generator-divider:before {
  content: "\E7DE";
}

.icon-ym-generator-radio:before {
  content: "\E7DF";
}

.icon-ym-generator-menu:before {
  content: "\E7E0";
}

.icon-ym-generator-popup:before {
  content: "\E7E1";
}

.icon-ym-generator-input:before {
  content: "\E7E2";
}

.icon-ym-generator-rich-text:before {
  content: "\E7E3";
}

.icon-ym-generator-Panel:before {
  content: "\E7E4";
}

.icon-ym-generator-table:before {
  content: "\E7E5";
}

.icon-ym-generator-radar:before {
  content: "\E7E6";
}

.icon-ym-generator-password:before {
  content: "\E7E7";
}

.icon-ym-generator-component:before {
  content: "\E7E8";
}

.icon-ym-generator-station:before {
  content: "\E7E9";
}

.icon-ym-generator-rate:before {
  content: "\E7EA";
}

.icon-ym-generator-subFlow1:before {
  content: "\E7EB";
}

.icon-ym-generator-number:before {
  content: "\E7EC";
}

.icon-ym-generator-steps:before {
  content: "\E7ED";
}

.icon-ym-generator-flow:before {
  content: "\E7EF";
}

.icon-ym-generator-color:before {
  content: "\E7F0";
}

.icon-ym-generator-label:before {
  content: "\E7F1";
}

.icon-ym-generator-nature:before {
  content: "\E7F2";
}

.icon-ym-generator-select:before {
  content: "\E7F3";
}

.icon-ym-generator-slider:before {
  content: "\E7F4";
}

.icon-ym-generator-qrcode:before {
  content: "\E7F5";
}

.icon-ym-generator-group:before {
  content: "\E7F6";
}

.icon-ym-generator-time:before {
  content: "\E7F7";
}

.icon-ym-generator-user:before {
  content: "\E7F8";
}

.icon-ym-generator-modifier:before {
  content: "\E7F9";
}

.icon-ym-h5:before {
  content: "\E7FA";
}

.icon-ym-generator-tree:before {
  content: "\E7FB";
}

.icon-ym-gonggao:before {
  content: "\E7FC";
}

.icon-ym-generator-kanban:before {
  content: "\E7FD";
}

.icon-ym-generator-textarea:before {
  content: "\E7FE";
}

.icon-ym-generator-todo:before {
  content: "\E7FF";
}

.icon-ym-header-loginOut:before {
  content: "\E800";
}

.icon-ym-header-expand:before {
  content: "\E801";
}

.icon-ym-generator-time-range:before {
  content: "\E802";
}

.icon-ym-header-lockScreen:before {
  content: "\E803";
}

.icon-ym-generator-switch:before {
  content: "\E805";
}

.icon-ym-header-feedBack:before {
  content: "\E806";
}

.icon-ym-header-skins:before {
  content: "\E807";
}

.icon-ym-global-role:before {
  content: "\E808";
}

.icon-ym-highchartsBullet:before {
  content: "\E80B";
}

.icon-ym-header-userInfo:before {
  content: "\E80C";
}

.icon-ym-generator-upload:before {
  content: "\E80D";
}

.icon-ym-generator-todolist:before {
  content: "\E80E";
}

.icon-ym-highchartsArea:before {
  content: "\E80F";
}

.icon-ym-highchartsFunnel:before {
  content: "\E811";
}

.icon-ym-highcharts:before {
  content: "\E813";
}

.icon-ym-header-about:before {
  content: "\E815";
}

.icon-ym-importAndExportExample:before {
  content: "\E817";
}

.icon-ym-highchartsScatter:before {
  content: "\E818";
}

.icon-ym-header-language1:before {
  content: "\E81A";
}

.icon-ym-mpMenu:before {
  content: "\E81C";
}

.icon-ym-group:before {
  content: "\E81D";
}

.icon-ym-nav-close:before {
  content: "\E820";
}

.icon-ym-highchartsLine:before {
  content: "\E821";
}

.icon-ym-ios:before {
  content: "\E822";
}

.icon-ym-highchartsBellcurve:before {
  content: "\E823";
}

.icon-ym-mpMaterial:before {
  content: "\E824";
}

.icon-ym-mpMessage:before {
  content: "\E825";
}

.icon-ym-message:before {
  content: "\E826";
}

.icon-ym-java:before {
  content: "\E828";
}

.icon-ym-orderDemo:before {
  content: "\E82A";
}

.icon-ym-position-1:before {
  content: "\E82B";
}

.icon-ym-nav-next:before {
  content: "\E82D";
}

.icon-ym-projectExample:before {
  content: "\E82F";
}

.icon-ym-mapExample:before {
  content: "\E833";
}

.icon-ym-qyUser:before {
  content: "\E835";
}

.icon-ym-scanCode1:before {
  content: "\E836";
}

.icon-ym-report-icon-picture:before {
  content: "\E837";
}

.icon-ym-mpConfig:before {
  content: "\E838";
}

.icon-ym-options1:before {
  content: "\E839";
}

.icon-ym-nav-prev:before {
  content: "\E83A";
}

.icon-ym-scheduleExample:before {
  content: "\E83D";
}

.icon-ym-Refresh:before {
  content: "\E840";
}

.icon-ym-options:before {
  content: "\E841";
}

.icon-ym-saolian:before {
  content: "\E844";
}

.icon-ym-shezhi:before {
  content: "\E846";
}

.icon-ym-sysMenu:before {
  content: "\E848";
}

.icon-ym-barCodeExample:before {
  content: "\E73B";
}

.icon-ym-sysLanguage:before {
  content: "\E84A";
}

.icon-ym-report-icon-pie:before {
  content: "\E84B";
}

.icon-ym-bigScreenExample1:before {
  content: "\E73E";
}

.icon-ym-bigDataExample:before {
  content: "\E73F";
}

.icon-ym-orderExample:before {
  content: "\E84D";
}

.icon-ym-preview-excel-paging:before {
  content: "\E84E";
}

.icon-ym-btn-import:before {
  content: "\E741";
}

.icon-ym-tableExample:before {
  content: "\E84F";
}

.icon-ym-btn-collapse:before {
  content: "\E742";
}

.icon-ym-btn-edit:before {
  content: "\E743";
}

.icon-ym-chartExample:before {
  content: "\E744";
}

.icon-ym-btn-refresh:before {
  content: "\E746";
}

.icon-ym-tree-department:before {
  content: "\E855";
}

.icon-ym-checktriangle:before {
  content: "\E747";
}

.icon-ym-btn-fields:before {
  content: "\E748";
}

.icon-ym-tree-department2:before {
  content: "\E858";
}

.icon-ym-btn-export:before {
  content: "\E749";
}

.icon-ym-tree-normal1:before {
  content: "\E859";
}

.icon-ym-btn-preview:before {
  content: "\E74A";
}

.icon-ym-tree-normal:before {
  content: "\E85A";
}

.icon-ym-tree-organization3:before {
  content: "\E85B";
}

.icon-ym-btn-add:before {
  content: "\E74C";
}

.icon-ym-tree-position2:before {
  content: "\E85C";
}

.icon-ym-btn-expand:before {
  content: "\E74E";
}

.icon-ym-tree-user2:before {
  content: "\E85E";
}

.icon-ym-daiban1:before {
  content: "\E74F";
}

.icon-ym-tree-department1:before {
  content: "\E85F";
}

.icon-ym-daka:before {
  content: "\E750";
}

.icon-ym-tableExample1:before {
  content: "\E860";
}

.icon-ym-tree-manage:before {
  content: "\E861";
}

.icon-ym-android:before {
  content: "\E752";
}

.icon-ym-wf-applyDeliverGoods:before {
  content: "\E862";
}

.icon-ym-darg:before {
  content: "\E753";
}

.icon-ym-wechat1:before {
  content: "\E863";
}

.icon-ym-duties:before {
  content: "\E754";
}

.icon-ym-tree-position1:before {
  content: "\E865";
}

.icon-ym-echartsColumn:before {
  content: "\E757";
}

.icon-ym-delete:before {
  content: "\E758";
}

.icon-ym-echartsCandlestick:before {
  content: "\E759";
}

.icon-ym-visual-studio:before {
  content: "\E869";
}

.icon-ym-btn-remove:before {
  content: "\E75A";
}

.icon-ym-wf-conBilling:before {
  content: "\E86A";
}

.icon-ym-echartsFunnel:before {
  content: "\E75B";
}

.icon-ym-wf-batchPack:before {
  content: "\E86B";
}

.icon-ym-tree-department-1:before {
  content: "\E86C";
}

.icon-ym-wf-articlesWarehous:before {
  content: "\E86D";
}

.icon-ym-emailExample:before {
  content: "\E75E";
}

.icon-ym-wf-applyMeeting:before {
  content: "\E86E";
}

.icon-ym-dingdang:before {
  content: "\E75F";
}

.icon-ym-wf-batchTable:before {
  content: "\E86F";
}

.icon-ym-echartsLineArea:before {
  content: "\E760";
}

.icon-ym-wf-applyBanquet:before {
  content: "\E870";
}

.icon-ym-crm:before {
  content: "\E761";
}

.icon-ym-extend-ambulance:before {
  content: "\E762";
}

.icon-ym-wf-documentApproval:before {
  content: "\E872";
}

.icon-ym-echartsScatter:before {
  content: "\E763";
}

.icon-ym-wf-archivalBorrow:before {
  content: "\E874";
}

.icon-ym-dbLink:before {
  content: "\E764";
}

.icon-ym-wf-debitBill:before {
  content: "\E875";
}

.icon-ym-dot-net:before {
  content: "\E765";
}

.icon-ym-weChat:before {
  content: "\E876";
}

.icon-ym-extend-exclamation-triangle:before {
  content: "\E766";
}

.icon-ym-btn-copy:before {
  content: "\E767";
}

.icon-ym-wf-contractApproval:before {
  content: "\E879";
}

.icon-ym-documentExample:before {
  content: "\E768";
}

.icon-ym-echartsLineBar:before {
  content: "\E769";
}

.icon-ym-wf-documentSigning:before {
  content: "\E87B";
}

.icon-ym-extend-clock:before {
  content: "\E76A";
}

.icon-ym-wf-contractApprovalSheet:before {
  content: "\E87D";
}

.icon-ym-extend-check-circle-o:before {
  content: "\E76B";
}

.icon-ym-wf-leaveApply:before {
  content: "\E87F";
}

.icon-ym-wf-letterService:before {
  content: "\E880";
}

.icon-ym-erweima:before {
  content: "\E76D";
}

.icon-ym-wf-officeSupplies:before {
  content: "\E881";
}

.icon-ym-echartsBarAcross:before {
  content: "\E76E";
}

.icon-ym-wf-payDistribution:before {
  content: "\E882";
}

.icon-ym-wf-incomeRecognition:before {
  content: "\E883";
}

.icon-ym-extend-eye:before {
  content: "\E770";
}

.icon-ym-wf-postBatchTab:before {
  content: "\E884";
}

.icon-ym-extend-circle:before {
  content: "\E771";
}

.icon-ym-wf-quotationApproval:before {
  content: "\E885";
}

.icon-ym-extend-bar-chart:before {
  content: "\E772";
}

.icon-ym-wf-rewardPunishment:before {
  content: "\E886";
}

.icon-ym-extend-mail-forward:before {
  content: "\E773";
}

.icon-ym-wf-monthlyReport:before {
  content: "\E887";
}

.icon-ym-extend-car:before {
  content: "\E774";
}

.icon-ym-wf-materialRequisition:before {
  content: "\E888";
}

.icon-ym-extend-meh:before {
  content: "\E775";
}

.icon-ym-wf-procurementMaterial:before {
  content: "\E889";
}

.icon-ym-extend-cog:before {
  content: "\E776";
}

.icon-ym-wf-outboundOrder:before {
  content: "\E88A";
}

.icon-ym-extend-minus-circle:before {
  content: "\E777";
}

.icon-ym-echartsPie:before {
  content: "\E778";
}

.icon-ym-wf-receiptProcessing:before {
  content: "\E88C";
}

.icon-ym-extend-envelope:before {
  content: "\E779";
}

.icon-ym-wf-salesOrder:before {
  content: "\E88D";
}

.icon-ym-compress-screen:before {
  content: "\E77A";
}

.icon-ym-wf-salesSupport:before {
  content: "\E88E";
}

.icon-ym-wf-travelApply:before {
  content: "\E88F";
}

.icon-ym-echartsTree:before {
  content: "\E77C";
}

.icon-ym-wf-paymentApply:before {
  content: "\E890";
}

.icon-ym-extend-star-o:before {
  content: "\E77D";
}

.icon-ym-wf-violationHandling:before {
  content: "\E891";
}

.icon-ym-extend-paper-plane:before {
  content: "\E77E";
}

.icon-ym-extend-history:before {
  content: "\E77F";
}

.icon-ym-wf-purchaseList:before {
  content: "\E893";
}

.icon-ym-echartsGauge:before {
  content: "\E780";
}

.icon-ym-wf-warehouseReceipt:before {
  content: "\E894";
}

.icon-ym-extend-edit:before {
  content: "\E781";
}

.icon-ym-wf-workContactSheet:before {
  content: "\E895";
}

.icon-ym-extend-plane:before {
  content: "\E782";
}

.icon-ym-file-blank:before {
  content: "\E783";
}

.icon-ym-extend-folder-open:before {
  content: "\E784";
}

.icon-ym-wf-travelReimbursement:before {
  content: "\E898";
}

.icon-ym-extend-thumbs-up:before {
  content: "\E785";
}

.icon-ym-extend-truck:before {
  content: "\E786";
}

.icon-ym-wf-supplementCard:before {
  content: "\E89A";
}

.icon-ym-extend-folder:before {
  content: "\E787";
}

.icon-ym-zhanghao:before {
  content: "\E89B";
}

.icon-ym-extend-paperclip:before {
  content: "\E788";
}

.icon-ym-zuzhi:before {
  content: "\E89C";
}

.icon-ym-extend-star:before {
  content: "\E789";
}

.icon-ym-xingcheng:before {
  content: "\E89D";
}

.icon-ym-extend-train:before {
  content: "\E78A";
}

.icon-ym-extend-motorcycle:before {
  content: "\E78B";
}

.icon-ym-wf-vehicleApply:before {
  content: "\E89F";
}

.icon-ym-file-photo:before {
  content: "\E78C";
}

.icon-ym-zujian:before {
  content: "\E8A0";
}

.icon-ym-extend-subway:before {
  content: "\E78D";
}

.icon-ym-extend-envelope-open-o:before {
  content: "\E78E";
}

.icon-ym-file-csv1:before {
  content: "\E790";
}

.icon-ym-extend-pencil:before {
  content: "\E791";
}

.icon-ym-extend-bicycle:before {
  content: "\E792";
}

.icon-ym-extend-save:before {
  content: "\E793";
}

.icon-ym-extend-trash:before {
  content: "\E795";
}

.icon-ym-extend-bus:before {
  content: "\E796";
}

.icon-ym-file-eps:before {
  content: "\E797";
}

.icon-ym-file-ai:before {
  content: "\E798";
}

.icon-ym-extend-share:before {
  content: "\E799";
}

.icon-ym-file-audio:before {
  content: "\E79B";
}

.icon-ym-file-word:before {
  content: "\E79C";
}

.icon-ym-file-pdf:before {
  content: "\E79D";
}

.icon-ym-file-code:before {
  content: "\E79F";
}

.icon-ym-flowCirculate:before {
  content: "\E7A1";
}

.icon-ym-file-ppt:before {
  content: "\E7A4";
}

.icon-ym-file-video:before {
  content: "\E7A5";
}

.icon-ym-file-zip:before {
  content: "\E7A8";
}

.icon-ym-flowDone:before {
  content: "\E7A9";
}

.icon-ym-file-psd:before {
  content: "\E7AA";
}

.icon-ym-gangwei2:before {
  content: "\E7AC";
}

.icon-ym-full-screen:before {
  content: "\E7AD";
}

.icon-ym-file-rar:before {
  content: "\E7AE";
}

.icon-ym-file-visio-1:before {
  content: "\E7AF";
}

.icon-ym-file-movie:before {
  content: "\E7B0";
}

.icon-ym-generator-barcode:before {
  content: "\E7B4";
}

.icon-ym-flowDesign:before {
  content: "\E7B5";
}

.icon-ym-formExample1:before {
  content: "\E7B7";
}

.icon-ym-file-xml:before {
  content: "\E7B9";
}

.icon-ym-flowMonitor:before {
  content: "\E7BA";
}

.icon-ym-extend-rocket:before {
  content: "\E7BC";
}

.icon-ym-file-image:before {
  content: "\E7BD";
}

.icon-ym-generator-bar:before {
  content: "\E7BE";
}

.icon-ym-generator-date-range:before {
  content: "\E7C0";
}

.icon-ym-generator-date:before {
  content: "\E7C1";
}

.icon-ym-generator-card:before {
  content: "\E7C2";
}

.icon-ym-file-visio:before {
  content: "\E7C3";
}

.icon-ym-generator-dictionary:before {
  content: "\E7C4";
}

.icon-ym-generator-email:before {
  content: "\E7C5";
}

.icon-ym-generator-company:before {
  content: "\E7C6";
}

.icon-ym-generator-annular:before {
  content: "\E7C7";
}

.icon-ym-generator-button:before {
  content: "\E7C9";
}

.icon-ym-generator-count:before {
  content: "\E7CA";
}

.icon-ym-generator-layout:before {
  content: "\E7CB";
}

.icon-ym-file-excel:before {
  content: "\E7CC";
}

.icon-ym-generator-cascader:before {
  content: "\E7CD";
}

.icon-ym-generator-checkbox:before {
  content: "\E7CE";
}

.icon-ym-highchartsGauge:before {
  content: "\E856";
}

.icon-ym-wf-outgoingApply:before {
  content: "\E854";
}

.icon-ym-mac:before {
  content: "\E7DB";
}

.icon-ym-appDesign:before {
  content: "\E6F9";
}

.icon-ym-generator-pie:before {
  content: "\E60B";
}

.icon-ym-scanCode:before {
  content: "\E87E";
}

.icon-ym-mpUser:before {
  content: "\E794";
}

.icon-ym-printExample:before {
  content: "\E79A";
}

.icon-ym-qyOrg:before {
  content: "\E79E";
}

.icon-ym-qyMessage:before {
  content: "\E7A0";
}

.icon-ym-generator-subFlow:before {
  content: "\E61B";
}

.icon-ym-reportExample1:before {
  content: "\E7A2";
}

.icon-ym-qyConfig:before {
  content: "\E7A3";
}

.icon-ym-saoyisao:before {
  content: "\E623";
}

.icon-ym-highcharts-Pie:before {
  content: "\E7B6";
}

.icon-ym-report-icon-area:before {
  content: "\E63E";
}

.icon-ym-report-icon-arrow-down:before {
  content: "\E63F";
}

.icon-ym-report-icon-align-left:before {
  content: "\E640";
}

.icon-ym-report-icon-align-top:before {
  content: "\E641";
}

.icon-ym-report-icon-border-all:before {
  content: "\E642";
}

.icon-ym-report-icon-align-bottom:before {
  content: "\E643";
}

.icon-ym-report-icon-align-right:before {
  content: "\E644";
}

.icon-ym-report-icon-bold:before {
  content: "\E645";
}

.icon-ym-report-icon-border-bottom:before {
  content: "\E646";
}

.icon-ym-report-icon-align-center:before {
  content: "\E647";
}

.icon-ym-report-icon-border-right:before {
  content: "\E648";
}

.icon-ym-report-icon-bubble:before {
  content: "\E649";
}

.icon-ym-report-icon-diagram:before {
  content: "\E64A";
}

.icon-ym-report-icon-enlarge:before {
  content: "\E64B";
}

.icon-ym-report-icon-align-middle:before {
  content: "\E64C";
}

.icon-ym-report-icon-preview-pagePre:before {
  content: "\E64E";
}

.icon-ym-report-icon-border-left:before {
  content: "\E64F";
}

.icon-ym-report-icon-font:before {
  content: "\E652";
}

.icon-ym-report-icon-border-top:before {
  content: "\E653";
}

.icon-ym-report-icon-background-color:before {
  content: "\E656";
}

.icon-ym-report-icon-border-custom:before {
  content: "\E657";
}

.icon-ym-report-icon-horizontal-column:before {
  content: "\E65C";
}

.icon-ym-report-icon-column:before {
  content: "\E65D";
}

.icon-ym-report-icon-font-type:before {
  content: "\E65E";
}

.icon-ym-report-icon-import-excel:before {
  content: "\E65F";
}

.icon-ym-report-icon-restore:before {
  content: "\E662";
}

.icon-ym-report-icon-oblique-head:before {
  content: "\E663";
}

.icon-ym-report-icon-preview-pdf:before {
  content: "\E664";
}

.icon-ym-report-icon-preview-pageNext:before {
  content: "\E665";
}

.icon-ym-report-icon-preview-print:before {
  content: "\E666";
}

.icon-ym-report-icon-preview-pageLast:before {
  content: "\E667";
}

.icon-ym-report-icon-preview-excel-paging:before {
  content: "\E669";
}

.icon-ym-report-icon-radar:before {
  content: "\E66A";
}

.icon-ym-report-icon-border-none:before {
  content: "\E66B";
}

.icon-ym-report-icon-preview-word:before {
  content: "\E66C";
}

.icon-ym-report-icon-scatter:before {
  content: "\E66F";
}

.icon-ym-report-icon-preview-printPreview:before {
  content: "\E670";
}

.icon-ym-report-icon-preview-excel-with-paging-sheet:before {
  content: "\E671";
}

.icon-ym-report-icon-fontsize:before {
  content: "\E672";
}

.icon-ym-report-icon-search-setting:before {
  content: "\E673";
}

.icon-ym-report-icon-preview-excel:before {
  content: "\E674";
}

.icon-ym-report-icon-undo:before {
  content: "\E675";
}

.icon-ym-report-icon-shrink:before {
  content: "\E676";
}

.icon-ym-report-icon-configuration:before {
  content: "\E677";
}

.icon-ym-report-icon-preview-refresh:before {
  content: "\E678";
}

.icon-ym-report-icon-underline:before {
  content: "\E679";
}

.icon-ym-report-icon-italic:before {
  content: "\E67B";
}

.icon-ym-report-icon-preview-printPdf:before {
  content: "\E67C";
}

.icon-ym-report-icon-merge-cell:before {
  content: "\E67A";
}

.icon-ym-report-icon-polar-plot:before {
  content: "\E650";
}

.icon-ym-report-icon-page-preview:before {
  content: "\E668";
}

.icon-ym-report-icon-doughnut:before {
  content: "\E66E";
}

.icon-ym-report-icon-preview:before {
  content: "\E655";
}

.icon-ym-pageDesign:before {
  content: "\E684";
}

.icon-ym-customUrl:before {
  content: "\E685";
}

.icon-ym-btn-clearn:before {
  content: "\E80A";
}

.icon-ym-tree-organization1:before {
  content: "\E82E";
}

.icon-ym-generator-documents:before {
  content: "\E878";
}

.icon-ym-generator-createtime:before {
  content: "\E87C";
}
@font-face {
  font-family: "ym-custom";
  /* Project id 2016749 */
  src: url(../../static/fonts/iconfont.8681eeca.woff2) format("woff2"), url(../../static/fonts/iconfont.345d7a68.woff) format("woff"), url(../../static/fonts/iconfont.9f1eaa36.ttf) format("truetype");
}
.ym-custom {
  font-family: "ym-custom" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ym-custom-battery-charging-3:before {
  content: "\E6A2";
}

.ym-custom-cloud-print-outline:before {
  content: "\E7A2";
}

.ym-custom-filter-outline:before {
  content: "\E8A2";
}

.ym-custom-instapaper:before {
  content: "\E9A2";
}

.ym-custom-package-variant-closed:before {
  content: "\EAA2";
}

.ym-custom-signal-g2:before {
  content: "\EBA2";
}

.ym-custom-view-module:before {
  content: "\ECA2";
}

.ym-custom-battery-charging-4:before {
  content: "\E6A3";
}

.ym-custom-cloud-upload:before {
  content: "\E7A3";
}

.ym-custom-filter-variant:before {
  content: "\E8A3";
}

.ym-custom-invert-colors:before {
  content: "\E9A3";
}

.ym-custom-page-first:before {
  content: "\EAA3";
}

.ym-custom-signal-hspa:before {
  content: "\EBA3";
}

.ym-custom-view-parallel:before {
  content: "\ECA3";
}

.ym-custom-battery-charging-5:before {
  content: "\E6A4";
}

.ym-custom-cloud-sync:before {
  content: "\E7A4";
}

.ym-custom-fish:before {
  content: "\E8A4";
}

.ym-custom-itunes:before {
  content: "\E9A4";
}

.ym-custom-palette:before {
  content: "\EAA4";
}

.ym-custom-signal-hspa-plus:before {
  content: "\EBA4";
}

.ym-custom-view-quilt:before {
  content: "\ECA4";
}

.ym-custom-battery-charging-6:before {
  content: "\E6A5";
}

.ym-custom-code-array:before {
  content: "\E7A5";
}

.ym-custom-flag:before {
  content: "\E8A5";
}

.ym-custom-internet-explorer:before {
  content: "\E9A5";
}

.ym-custom-page-last:before {
  content: "\EAA5";
}

.ym-custom-signal-variant:before {
  content: "\EBA5";
}

.ym-custom-view-stream:before {
  content: "\ECA5";
}

.ym-custom-battery-minus:before {
  content: "\E6A6";
}

.ym-custom-code-brackets:before {
  content: "\E7A6";
}

.ym-custom-firefox:before {
  content: "\E8A6";
}

.ym-custom-jeepney:before {
  content: "\E9A6";
}

.ym-custom-palette-advanced:before {
  content: "\EAA6";
}

.ym-custom-silverware-fork:before {
  content: "\EBA6";
}

.ym-custom-view-sequential:before {
  content: "\ECA6";
}

.ym-custom-battery-outline:before {
  content: "\E6A7";
}

.ym-custom-code-braces:before {
  content: "\E7A7";
}

.ym-custom-fingerprint:before {
  content: "\E8A7";
}

.ym-custom-jira:before {
  content: "\E9A7";
}

.ym-custom-panda:before {
  content: "\EAA7";
}

.ym-custom-sign-caution:before {
  content: "\EBA7";
}

.ym-custom-view-headline:before {
  content: "\ECA7";
}

.ym-custom-battery-negative:before {
  content: "\E6A8";
}

.ym-custom-code-equal:before {
  content: "\E7A8";
}

.ym-custom-fire:before {
  content: "\E8A8";
}

.ym-custom-jsfiddle:before {
  content: "\E9A8";
}

.ym-custom-pandora:before {
  content: "\EAA8";
}

.ym-custom-silverware:before {
  content: "\EBA8";
}

.ym-custom-view-week:before {
  content: "\ECA8";
}

.ym-custom-battery-positive:before {
  content: "\E6A9";
}

.ym-custom-code-greater-than:before {
  content: "\E7A9";
}

.ym-custom-flag-checkered:before {
  content: "\E8A9";
}

.ym-custom-keg:before {
  content: "\E9A9";
}

.ym-custom-panorama:before {
  content: "\EAA9";
}

.ym-custom-silverware-spoon:before {
  content: "\EBA9";
}

.ym-custom-vimeo:before {
  content: "\ECA9";
}

.ym-custom-battery-plus:before {
  content: "\E6AA";
}

.ym-custom-code-less-than:before {
  content: "\E7AA";
}

.ym-custom-flag-triangle:before {
  content: "\E8AA";
}

.ym-custom-json:before {
  content: "\E9AA";
}

.ym-custom-panorama-fisheye:before {
  content: "\EAAA";
}

.ym-custom-silverware-variant:before {
  content: "\EBAA";
}

.ym-custom-vine:before {
  content: "\ECAA";
}

.ym-custom-battery-unknown:before {
  content: "\E6AB";
}

.ym-custom-code-greater-than-or-equal:before {
  content: "\E7AB";
}

.ym-custom-flag-outline:before {
  content: "\E8AB";
}

.ym-custom-kettle:before {
  content: "\E9AB";
}

.ym-custom-panorama-horizontal:before {
  content: "\EAAB";
}

.ym-custom-sim:before {
  content: "\EBAB";
}

.ym-custom-view-grid:before {
  content: "\ECAB";
}

.ym-custom-beach:before {
  content: "\E6AC";
}

.ym-custom-code-less-than-or-equal:before {
  content: "\E7AC";
}

.ym-custom-flag-variant:before {
  content: "\E8AC";
}

.ym-custom-key:before {
  content: "\E9AC";
}

.ym-custom-panorama-vertical:before {
  content: "\EAAC";
}

.ym-custom-sim-alert:before {
  content: "\EBAC";
}

.ym-custom-visualstudio:before {
  content: "\ECAC";
}

.ym-custom-beats:before {
  content: "\E6AD";
}

.ym-custom-code-not-equal:before {
  content: "\E7AD";
}

.ym-custom-flag-outline-variant:before {
  content: "\E8AD";
}

.ym-custom-key-change:before {
  content: "\E9AD";
}

.ym-custom-panorama-wide-angle:before {
  content: "\EAAD";
}

.ym-custom-skip-backward:before {
  content: "\EBAD";
}

.ym-custom-violin:before {
  content: "\ECAD";
}

.ym-custom-beaker:before {
  content: "\E6AE";
}

.ym-custom-code-not-equal-variant:before {
  content: "\E7AE";
}

.ym-custom-flash-auto:before {
  content: "\E8AE";
}

.ym-custom-key-minus:before {
  content: "\E9AE";
}

.ym-custom-paper-cut-vertical:before {
  content: "\EAAE";
}

.ym-custom-sitemap:before {
  content: "\EBAE";
}

.ym-custom-vk:before {
  content: "\ECAE";
}

.ym-custom-bell:before {
  content: "\E6AF";
}

.ym-custom-code-parentheses:before {
  content: "\E7AF";
}

.ym-custom-flash:before {
  content: "\E8AF";
}

.ym-custom-key-remove:before {
  content: "\E9AF";
}

.ym-custom-paperclip:before {
  content: "\EAAF";
}

.ym-custom-skip-next:before {
  content: "\EBAF";
}

.ym-custom-vk-box:before {
  content: "\ECAF";
}

.ym-custom-beer:before {
  content: "\E6B0";
}

.ym-custom-code-string:before {
  content: "\E7B0";
}

.ym-custom-flashlight:before {
  content: "\E8B0";
}

.ym-custom-key-plus:before {
  content: "\E9B0";
}

.ym-custom-parking:before {
  content: "\EAB0";
}

.ym-custom-skip-forward:before {
  content: "\EBB0";
}

.ym-custom-vk-circle:before {
  content: "\ECB0";
}

.ym-custom-behance:before {
  content: "\E6B1";
}

.ym-custom-codepen:before {
  content: "\E7B1";
}

.ym-custom-flash-outline:before {
  content: "\E8B1";
}

.ym-custom-keyboard:before {
  content: "\E9B1";
}

.ym-custom-pause:before {
  content: "\EAB1";
}

.ym-custom-sim-off:before {
  content: "\EBB1";
}

.ym-custom-vlc:before {
  content: "\ECB1";
}

.ym-custom-bell-off:before {
  content: "\E6B2";
}

.ym-custom-code-tags:before {
  content: "\E7B2";
}

.ym-custom-flash-off:before {
  content: "\E8B2";
}

.ym-custom-keyboard-caps:before {
  content: "\E9B2";
}

.ym-custom-pause-circle:before {
  content: "\EAB2";
}

.ym-custom-skip-next-circle:before {
  content: "\EBB2";
}

.ym-custom-voice:before {
  content: "\ECB2";
}

.ym-custom-bell-plus:before {
  content: "\E6B3";
}

.ym-custom-code-tags-check:before {
  content: "\E7B3";
}

.ym-custom-flask:before {
  content: "\E8B3";
}

.ym-custom-keyboard-backspace:before {
  content: "\E9B3";
}

.ym-custom-pause-circle-outline:before {
  content: "\EAB3";
}

.ym-custom-skip-previous:before {
  content: "\EBB3";
}

.ym-custom-voicemail:before {
  content: "\ECB3";
}

.ym-custom-bell-outline:before {
  content: "\E6B4";
}

.ym-custom-coffee:before {
  content: "\E7B4";
}

.ym-custom-flashlight-off:before {
  content: "\E8B4";
}

.ym-custom-keyboard-close:before {
  content: "\E9B4";
}

.ym-custom-pause-octagon:before {
  content: "\EAB4";
}

.ym-custom-skip-previous-circle:before {
  content: "\EBB4";
}

.ym-custom-volume-high:before {
  content: "\ECB4";
}

.ym-custom-bell-ring:before {
  content: "\E6B5";
}

.ym-custom-coffee-outline:before {
  content: "\E7B5";
}

.ym-custom-flash-red-eye:before {
  content: "\E8B5";
}

.ym-custom-keyboard-return:before {
  content: "\E9B5";
}

.ym-custom-pause-octagon-outline:before {
  content: "\EAB5";
}

.ym-custom-skip-next-circle-outline:before {
  content: "\EBB5";
}

.ym-custom-volume-low:before {
  content: "\ECB5";
}

.ym-custom-bell-ring-outline:before {
  content: "\E6B6";
}

.ym-custom-coffee-to-go:before {
  content: "\E7B6";
}

.ym-custom-flask-empty:before {
  content: "\E8B6";
}

.ym-custom-keyboard-off:before {
  content: "\E9B6";
}

.ym-custom-paw:before {
  content: "\EAB6";
}

.ym-custom-skip-previous-circle-outline:before {
  content: "\EBB6";
}

.ym-custom-volume-medium:before {
  content: "\ECB6";
}

.ym-custom-bell-sleep:before {
  content: "\E6B7";
}

.ym-custom-coin:before {
  content: "\E7B7";
}

.ym-custom-flask-outline:before {
  content: "\E8B7";
}

.ym-custom-key-variant:before {
  content: "\E9B7";
}

.ym-custom-pencil:before {
  content: "\EAB7";
}

.ym-custom-skull:before {
  content: "\EBB7";
}

.ym-custom-volume-off:before {
  content: "\ECB7";
}

.ym-custom-beta:before {
  content: "\E6B8";
}

.ym-custom-coins:before {
  content: "\E7B8";
}

.ym-custom-flip-to-back:before {
  content: "\E8B8";
}

.ym-custom-keyboard-variant:before {
  content: "\E9B8";
}

.ym-custom-paw-off:before {
  content: "\EAB8";
}

.ym-custom-skype:before {
  content: "\EBB8";
}

.ym-custom-walk:before {
  content: "\ECB8";
}

.ym-custom-bible:before {
  content: "\E6B9";
}

.ym-custom-collage:before {
  content: "\E7B9";
}

.ym-custom-flattr:before {
  content: "\E8B9";
}

.ym-custom-label:before {
  content: "\E9B9";
}

.ym-custom-pencil-box:before {
  content: "\EAB9";
}

.ym-custom-skype-business:before {
  content: "\EBB9";
}

.ym-custom-vpn:before {
  content: "\ECB9";
}

.ym-custom-bike:before {
  content: "\E6BA";
}

.ym-custom-color-helper:before {
  content: "\E7BA";
}

.ym-custom-flask-empty-outline:before {
  content: "\E8BA";
}

.ym-custom-kodi:before {
  content: "\E9BA";
}

.ym-custom-pencil-box-outline:before {
  content: "\EABA";
}

.ym-custom-slack:before {
  content: "\EBBA";
}

.ym-custom-wallet:before {
  content: "\ECBA";
}

.ym-custom-bing:before {
  content: "\E6BB";
}

.ym-custom-comment:before {
  content: "\E7BB";
}

.ym-custom-flip-to-front:before {
  content: "\E8BB";
}

.ym-custom-keyboard-tab:before {
  content: "\E9BB";
}

.ym-custom-pencil-circle:before {
  content: "\EABB";
}

.ym-custom-sleep:before {
  content: "\EBBB";
}

.ym-custom-wallet-giftcard:before {
  content: "\ECBB";
}

.ym-custom-binoculars:before {
  content: "\E6BC";
}

.ym-custom-comment-account:before {
  content: "\E7BC";
}

.ym-custom-floppy:before {
  content: "\E8BC";
}

.ym-custom-label-outline:before {
  content: "\E9BC";
}

.ym-custom-pencil-lock:before {
  content: "\EABC";
}

.ym-custom-smoking:before {
  content: "\EBBC";
}

.ym-custom-wallet-travel:before {
  content: "\ECBC";
}

.ym-custom-bio:before {
  content: "\E6BD";
}

.ym-custom-comment-alert:before {
  content: "\E7BD";
}

.ym-custom-flower:before {
  content: "\E8BD";
}

.ym-custom-lambda:before {
  content: "\E9BD";
}

.ym-custom-pencil-off:before {
  content: "\EABD";
}

.ym-custom-sleep-off:before {
  content: "\EBBD";
}

.ym-custom-wallet-membership:before {
  content: "\ECBD";
}

.ym-custom-biohazard:before {
  content: "\E6BE";
}

.ym-custom-comment-account-outline:before {
  content: "\E7BE";
}

.ym-custom-folder:before {
  content: "\E8BE";
}

.ym-custom-lamp:before {
  content: "\E9BE";
}

.ym-custom-pen:before {
  content: "\EABE";
}

.ym-custom-smoking-off:before {
  content: "\EBBE";
}

.ym-custom-wan:before {
  content: "\ECBE";
}

.ym-custom-bitbucket:before {
  content: "\E6BF";
}

.ym-custom-comment-alert-outline:before {
  content: "\E7BF";
}

.ym-custom-folder-account:before {
  content: "\E8BF";
}

.ym-custom-lan:before {
  content: "\E9BF";
}

.ym-custom-pentagon-outline:before {
  content: "\EABF";
}

.ym-custom-snapchat:before {
  content: "\EBBF";
}

.ym-custom-washing-machine:before {
  content: "\ECBF";
}

.ym-custom-black-mesa:before {
  content: "\E6C0";
}

.ym-custom-comment-check:before {
  content: "\E7C0";
}

.ym-custom-folder-google-drive:before {
  content: "\E8C0";
}

.ym-custom-lan-disconnect:before {
  content: "\E9C0";
}

.ym-custom-pentagon:before {
  content: "\EAC0";
}

.ym-custom-sofa:before {
  content: "\EBC0";
}

.ym-custom-watch:before {
  content: "\ECC0";
}

.ym-custom-blackberry:before {
  content: "\E6C1";
}

.ym-custom-comment-check-outline:before {
  content: "\E7C1";
}

.ym-custom-folder-download:before {
  content: "\E8C1";
}

.ym-custom-language-c:before {
  content: "\E9C1";
}

.ym-custom-pharmacy:before {
  content: "\EAC1";
}

.ym-custom-snowman:before {
  content: "\EBC1";
}

.ym-custom-watch-import:before {
  content: "\ECC1";
}

.ym-custom-blender:before {
  content: "\E6C2";
}

.ym-custom-comment-multiple-outline:before {
  content: "\E7C2";
}

.ym-custom-folder-image:before {
  content: "\E8C2";
}

.ym-custom-lan-connect:before {
  content: "\E9C2";
}

.ym-custom-percent:before {
  content: "\EAC2";
}

.ym-custom-soccer:before {
  content: "\EBC2";
}

.ym-custom-watch-export:before {
  content: "\ECC2";
}

.ym-custom-blinds:before {
  content: "\E6C3";
}

.ym-custom-comment-outline:before {
  content: "\E7C3";
}

.ym-custom-folder-lock:before {
  content: "\E8C3";
}

.ym-custom-language-cpp:before {
  content: "\E9C3";
}

.ym-custom-phone:before {
  content: "\EAC3";
}

.ym-custom-solid:before {
  content: "\EBC3";
}

.ym-custom-water:before {
  content: "\ECC3";
}

.ym-custom-block-helper:before {
  content: "\E6C4";
}

.ym-custom-comment-plus-outline:before {
  content: "\E7C4";
}

.ym-custom-folder-lock-open:before {
  content: "\E8C4";
}

.ym-custom-language-css:before {
  content: "\E9C4";
}

.ym-custom-phone-bluetooth:before {
  content: "\EAC4";
}

.ym-custom-sort:before {
  content: "\EBC4";
}

.ym-custom-watch-vibrate:before {
  content: "\ECC4";
}

.ym-custom-bluetooth:before {
  content: "\E6C5";
}

.ym-custom-comment-processing:before {
  content: "\E7C5";
}

.ym-custom-folder-multiple:before {
  content: "\E8C5";
}

.ym-custom-language-csharp:before {
  content: "\E9C5";
}

.ym-custom-phone-classic:before {
  content: "\EAC5";
}

.ym-custom-sort-descending:before {
  content: "\EBC5";
}

.ym-custom-watermark:before {
  content: "\ECC5";
}

.ym-custom-bluetooth-audio:before {
  content: "\E6C6";
}

.ym-custom-comment-processing-outline:before {
  content: "\E7C6";
}

.ym-custom-folder-multiple-image:before {
  content: "\E8C6";
}

.ym-custom-language-html:before {
  content: "\E9C6";
}

.ym-custom-phone-incoming:before {
  content: "\EAC6";
}

.ym-custom-sort-alphabetical:before {
  content: "\EBC6";
}

.ym-custom-water-percent:before {
  content: "\ECC6";
}

.ym-custom-blogger:before {
  content: "\E6C7";
}

.ym-custom-comment-question-outline:before {
  content: "\E7C7";
}

.ym-custom-folder-outline:before {
  content: "\E8C7";
}

.ym-custom-language-javascript:before {
  content: "\E9C7";
}

.ym-custom-phone-hangup:before {
  content: "\EAC7";
}

.ym-custom-sort-ascending:before {
  content: "\EBC7";
}

.ym-custom-weather-cloudy:before {
  content: "\ECC7";
}

.ym-custom-bluetooth-connect:before {
  content: "\E6C8";
}

.ym-custom-comment-text-outline:before {
  content: "\E7C8";
}

.ym-custom-folder-remove:before {
  content: "\E8C8";
}

.ym-custom-language-php:before {
  content: "\E9C8";
}

.ym-custom-phone-in-talk:before {
  content: "\EAC8";
}

.ym-custom-sort-numeric:before {
  content: "\EBC8";
}

.ym-custom-water-pump:before {
  content: "\ECC8";
}

.ym-custom-bluetooth-off:before {
  content: "\E6C9";
}

.ym-custom-comment-remove-outline:before {
  content: "\E7C9";
}

.ym-custom-folder-star:before {
  content: "\E8C9";
}

.ym-custom-language-python-text:before {
  content: "\E9C9";
}

.ym-custom-phone-forward:before {
  content: "\EAC9";
}

.ym-custom-sort-variant:before {
  content: "\EBC9";
}

.ym-custom-water-off:before {
  content: "\ECC9";
}

.ym-custom-bluetooth-settings:before {
  content: "\E6CA";
}

.ym-custom-comment-text:before {
  content: "\E7CA";
}

.ym-custom-folder-upload:before {
  content: "\E8CA";
}

.ym-custom-language-python:before {
  content: "\E9CA";
}

.ym-custom-phone-locked:before {
  content: "\EACA";
}

.ym-custom-soundcloud:before {
  content: "\EBCA";
}

.ym-custom-weather-fog:before {
  content: "\ECCA";
}

.ym-custom-bluetooth-transfer:before {
  content: "\E6CB";
}

.ym-custom-compare:before {
  content: "\E7CB";
}

.ym-custom-food:before {
  content: "\E8CB";
}

.ym-custom-laptop:before {
  content: "\E9CB";
}

.ym-custom-phone-minus:before {
  content: "\EACB";
}

.ym-custom-source-commit:before {
  content: "\EBCB";
}

.ym-custom-weather-night:before {
  content: "\ECCB";
}

.ym-custom-blur:before {
  content: "\E6CC";
}

.ym-custom-compass:before {
  content: "\E7CC";
}

.ym-custom-folder-move:before {
  content: "\E8CC";
}

.ym-custom-language-swift:before {
  content: "\E9CC";
}

.ym-custom-phone-log:before {
  content: "\EACC";
}

.ym-custom-source-branch:before {
  content: "\EBCC";
}

.ym-custom-weather-lightning-rainy:before {
  content: "\ECCC";
}

.ym-custom-blur-linear:before {
  content: "\E6CD";
}

.ym-custom-compass-outline:before {
  content: "\E7CD";
}

.ym-custom-folder-plus:before {
  content: "\E8CD";
}

.ym-custom-lan-pending:before {
  content: "\E9CD";
}

.ym-custom-phone-outgoing:before {
  content: "\EACD";
}

.ym-custom-source-commit-end:before {
  content: "\EBCD";
}

.ym-custom-weather-hail:before {
  content: "\ECCD";
}

.ym-custom-blur-off:before {
  content: "\E6CE";
}

.ym-custom-contact-mail:before {
  content: "\E7CE";
}

.ym-custom-food-apple:before {
  content: "\E8CE";
}

.ym-custom-laptop-chromebook:before {
  content: "\E9CE";
}

.ym-custom-phone-plus:before {
  content: "\EACE";
}

.ym-custom-source-commit-end-local:before {
  content: "\EBCE";
}

.ym-custom-weather-lightning:before {
  content: "\ECCE";
}

.ym-custom-blur-radial:before {
  content: "\E6CF";
}

.ym-custom-console:before {
  content: "\E7CF";
}

.ym-custom-food-fork-drink:before {
  content: "\E8CF";
}

.ym-custom-laptop-off:before {
  content: "\E9CF";
}

.ym-custom-phone-missed:before {
  content: "\EACF";
}

.ym-custom-source-commit-next-local:before {
  content: "\EBCF";
}

.ym-custom-weather-partlycloudy:before {
  content: "\ECCF";
}

.ym-custom-bomb:before {
  content: "\E6D0";
}

.ym-custom-contacts:before {
  content: "\E7D0";
}

.ym-custom-food-variant:before {
  content: "\E8D0";
}

.ym-custom-laptop-mac:before {
  content: "\E9D0";
}

.ym-custom-phone-paused:before {
  content: "\EAD0";
}

.ym-custom-source-commit-start:before {
  content: "\EBD0";
}

.ym-custom-weather-pouring:before {
  content: "\ECD0";
}

.ym-custom-bomb-off:before {
  content: "\E6D1";
}

.ym-custom-content-duplicate:before {
  content: "\E7D1";
}

.ym-custom-football:before {
  content: "\E8D1";
}

.ym-custom-laptop-windows:before {
  content: "\E9D1";
}

.ym-custom-phone-settings:before {
  content: "\EAD1";
}

.ym-custom-source-commit-local:before {
  content: "\EBD1";
}

.ym-custom-weather-rainy:before {
  content: "\ECD1";
}

.ym-custom-bone:before {
  content: "\E6D2";
}

.ym-custom-content-copy:before {
  content: "\E7D2";
}

.ym-custom-food-off:before {
  content: "\E8D2";
}

.ym-custom-lastfm:before {
  content: "\E9D2";
}

.ym-custom-phone-voip:before {
  content: "\EAD2";
}

.ym-custom-source-commit-start-next-local:before {
  content: "\EBD2";
}

.ym-custom-weather-sunny:before {
  content: "\ECD2";
}

.ym-custom-book:before {
  content: "\E6D3";
}

.ym-custom-content-paste:before {
  content: "\E7D3";
}

.ym-custom-football-australian:before {
  content: "\E8D3";
}

.ym-custom-launch:before {
  content: "\E9D3";
}

.ym-custom-pi-box:before {
  content: "\EAD3";
}

.ym-custom-source-fork:before {
  content: "\EBD3";
}

.ym-custom-weather-snowy:before {
  content: "\ECD3";
}

.ym-custom-bookmark:before {
  content: "\E6D4";
}

.ym-custom-content-cut:before {
  content: "\E7D4";
}

.ym-custom-football-helmet:before {
  content: "\E8D4";
}

.ym-custom-layers:before {
  content: "\E9D4";
}

.ym-custom-pi:before {
  content: "\EAD4";
}

.ym-custom-speaker:before {
  content: "\EBD4";
}

.ym-custom-weather-snowy-rainy:before {
  content: "\ECD4";
}

.ym-custom-bookmark-check:before {
  content: "\E6D5";
}

.ym-custom-content-save-all:before {
  content: "\E7D5";
}

.ym-custom-format-align-center:before {
  content: "\E8D5";
}

.ym-custom-layers-off:before {
  content: "\E9D5";
}

.ym-custom-piano:before {
  content: "\EAD5";
}

.ym-custom-source-pull:before {
  content: "\EBD5";
}

.ym-custom-weather-sunset-down:before {
  content: "\ECD5";
}

.ym-custom-bookmark-music:before {
  content: "\E6D6";
}

.ym-custom-content-save:before {
  content: "\E7D6";
}

.ym-custom-format-align-justify:before {
  content: "\E8D6";
}

.ym-custom-leaf:before {
  content: "\E9D6";
}

.ym-custom-pig:before {
  content: "\EAD6";
}

.ym-custom-source-merge:before {
  content: "\EBD6";
}

.ym-custom-weather-sunset:before {
  content: "\ECD6";
}

.ym-custom-bookmark-plus:before {
  content: "\E6D7";
}

.ym-custom-content-save-settings:before {
  content: "\E7D7";
}

.ym-custom-format-align-left:before {
  content: "\E8D7";
}

.ym-custom-lead-pencil:before {
  content: "\E9D7";
}

.ym-custom-pill:before {
  content: "\EAD7";
}

.ym-custom-speaker-off:before {
  content: "\EBD7";
}

.ym-custom-weather-sunset-up:before {
  content: "\ECD7";
}

.ym-custom-bookmark-plus-outline:before {
  content: "\E6D8";
}

.ym-custom-contrast-circle:before {
  content: "\E7D8";
}

.ym-custom-format-align-right:before {
  content: "\E8D8";
}

.ym-custom-led-off:before {
  content: "\E9D8";
}

.ym-custom-pillar:before {
  content: "\EAD8";
}

.ym-custom-speaker-wireless:before {
  content: "\EBD8";
}

.ym-custom-weather-windy:before {
  content: "\ECD8";
}

.ym-custom-bookmark-outline:before {
  content: "\E6D9";
}

.ym-custom-contrast:before {
  content: "\E7D9";
}

.ym-custom-format-annotation-plus:before {
  content: "\E8D9";
}

.ym-custom-led-on:before {
  content: "\E9D9";
}

.ym-custom-pine-tree:before {
  content: "\EAD9";
}

.ym-custom-spellcheck:before {
  content: "\EBD9";
}

.ym-custom-weather-windy-variant:before {
  content: "\ECD9";
}

.ym-custom-bookmark-remove:before {
  content: "\E6DA";
}

.ym-custom-contrast-box:before {
  content: "\E7DA";
}

.ym-custom-format-bold:before {
  content: "\E8DA";
}

.ym-custom-led-outline:before {
  content: "\E9DA";
}

.ym-custom-pin:before {
  content: "\EADA";
}

.ym-custom-speedometer:before {
  content: "\EBDA";
}

.ym-custom-web:before {
  content: "\ECDA";
}

.ym-custom-book-minus:before {
  content: "\E6DB";
}

.ym-custom-cookie:before {
  content: "\E7DB";
}

.ym-custom-format-clear:before {
  content: "\E8DB";
}

.ym-custom-led-variant-on:before {
  content: "\E9DB";
}

.ym-custom-pin-off:before {
  content: "\EADB";
}

.ym-custom-spotify:before {
  content: "\EBDB";
}

.ym-custom-weight:before {
  content: "\ECDB";
}

.ym-custom-book-multiple:before {
  content: "\E6DC";
}

.ym-custom-copyright:before {
  content: "\E7DC";
}

.ym-custom-format-color-fill:before {
  content: "\E8DC";
}

.ym-custom-led-variant-off:before {
  content: "\E9DC";
}

.ym-custom-pine-tree-box:before {
  content: "\EADC";
}

.ym-custom-spotlight:before {
  content: "\EBDC";
}

.ym-custom-webhook:before {
  content: "\ECDC";
}

.ym-custom-book-multiple-variant:before {
  content: "\E6DD";
}

.ym-custom-counter:before {
  content: "\E7DD";
}

.ym-custom-format-color-text:before {
  content: "\E8DD";
}

.ym-custom-led-variant-outline:before {
  content: "\E9DD";
}

.ym-custom-pinterest:before {
  content: "\EADD";
}

.ym-custom-spotlight-beam:before {
  content: "\EBDD";
}

.ym-custom-weight-kilogram:before {
  content: "\ECDD";
}

.ym-custom-book-open:before {
  content: "\E6DE";
}

.ym-custom-creation:before {
  content: "\E7DE";
}

.ym-custom-format-float-center:before {
  content: "\E8DE";
}

.ym-custom-library:before {
  content: "\E9DE";
}

.ym-custom-pinterest-box:before {
  content: "\EADE";
}

.ym-custom-spray:before {
  content: "\EBDE";
}

.ym-custom-whatsapp:before {
  content: "\ECDE";
}

.ym-custom-book-open-page-variant:before {
  content: "\E6DF";
}

.ym-custom-cow:before {
  content: "\E7DF";
}

.ym-custom-format-float-left:before {
  content: "\E8DF";
}

.ym-custom-library-books:before {
  content: "\E9DF";
}

.ym-custom-pistol:before {
  content: "\EADF";
}

.ym-custom-square-inc:before {
  content: "\EBDF";
}

.ym-custom-webcam:before {
  content: "\ECDF";
}

.ym-custom-book-plus:before {
  content: "\E6E0";
}

.ym-custom-credit-card:before {
  content: "\E7E0";
}

.ym-custom-format-float-none:before {
  content: "\E8E0";
}

.ym-custom-library-music:before {
  content: "\E9E0";
}

.ym-custom-pizza:before {
  content: "\EAE0";
}

.ym-custom-stackexchange:before {
  content: "\EBE0";
}

.ym-custom-wechat:before {
  content: "\ECE0";
}

.ym-custom-book-open-variant:before {
  content: "\E6E1";
}

.ym-custom-credit-card-multiple:before {
  content: "\E7E1";
}

.ym-custom-format-float-right:before {
  content: "\E8E1";
}

.ym-custom-library-plus:before {
  content: "\E9E1";
}

.ym-custom-plane-shield:before {
  content: "\EAE1";
}

.ym-custom-square-inc-cash:before {
  content: "\EBE1";
}

.ym-custom-white-balance-auto:before {
  content: "\ECE1";
}

.ym-custom-book-variant:before {
  content: "\E6E2";
}

.ym-custom-credit-card-off:before {
  content: "\E7E2";
}

.ym-custom-format-header-:before {
  content: "\E8E2";
}

.ym-custom-lightbulb-on-outline:before {
  content: "\E9E2";
}

.ym-custom-play:before {
  content: "\EAE2";
}

.ym-custom-stackoverflow:before {
  content: "\EBE2";
}

.ym-custom-white-balance-iridescent:before {
  content: "\ECE2";
}

.ym-custom-boombox:before {
  content: "\E6E3";
}

.ym-custom-credit-card-plus:before {
  content: "\E7E3";
}

.ym-custom-format-header-1:before {
  content: "\E8E3";
}

.ym-custom-lightbulb:before {
  content: "\E9E3";
}

.ym-custom-play-box-outline:before {
  content: "\EAE3";
}

.ym-custom-stadium:before {
  content: "\EBE3";
}

.ym-custom-wheelchair-accessibility:before {
  content: "\ECE3";
}

.ym-custom-border-all:before {
  content: "\E6E4";
}

.ym-custom-crop:before {
  content: "\E7E4";
}

.ym-custom-format-header-2:before {
  content: "\E8E4";
}

.ym-custom-lightbulb-on:before {
  content: "\E9E4";
}

.ym-custom-play-circle:before {
  content: "\EAE4";
}

.ym-custom-stairs:before {
  content: "\EBE4";
}

.ym-custom-white-balance-incandescent:before {
  content: "\ECE4";
}

.ym-custom-border-bottom:before {
  content: "\E6E5";
}

.ym-custom-crop-free:before {
  content: "\E7E5";
}

.ym-custom-format-header-3:before {
  content: "\E8E5";
}

.ym-custom-lightbulb-outline:before {
  content: "\E9E5";
}

.ym-custom-play-circle-outline:before {
  content: "\EAE5";
}

.ym-custom-star-circle:before {
  content: "\EBE5";
}

.ym-custom-widgets:before {
  content: "\ECE5";
}

.ym-custom-border-color:before {
  content: "\E6E6";
}

.ym-custom-credit-card-scan:before {
  content: "\E7E6";
}

.ym-custom-format-header-4:before {
  content: "\E8E6";
}

.ym-custom-link:before {
  content: "\E9E6";
}

.ym-custom-playlist-check:before {
  content: "\EAE6";
}

.ym-custom-star-half:before {
  content: "\EBE6";
}

.ym-custom-white-balance-sunny:before {
  content: "\ECE6";
}

.ym-custom-border-horizontal:before {
  content: "\E6E7";
}

.ym-custom-crop-landscape:before {
  content: "\E7E7";
}

.ym-custom-format-header-decrease:before {
  content: "\E8E7";
}

.ym-custom-linkedin:before {
  content: "\E9E7";
}

.ym-custom-playlist-play:before {
  content: "\EAE7";
}

.ym-custom-star:before {
  content: "\EBE7";
}

.ym-custom-wiiu:before {
  content: "\ECE7";
}

.ym-custom-border-inside:before {
  content: "\E6E8";
}

.ym-custom-crop-portrait:before {
  content: "\E7E8";
}

.ym-custom-format-header-5:before {
  content: "\E8E8";
}

.ym-custom-link-off:before {
  content: "\E9E8";
}

.ym-custom-playlist-minus:before {
  content: "\EAE8";
}

.ym-custom-star-off:before {
  content: "\EBE8";
}

.ym-custom-wifi:before {
  content: "\ECE8";
}

.ym-custom-border-none:before {
  content: "\E6E9";
}

.ym-custom-crop-rotate:before {
  content: "\E7E9";
}

.ym-custom-format-header-equal:before {
  content: "\E8E9";
}

.ym-custom-link-variant-off:before {
  content: "\E9E9";
}

.ym-custom-playlist-remove:before {
  content: "\EAE9";
}

.ym-custom-star-outline:before {
  content: "\EBE9";
}

.ym-custom-wifi-off:before {
  content: "\ECE9";
}

.ym-custom-border-left:before {
  content: "\E6EA";
}

.ym-custom-crop-square:before {
  content: "\E7EA";
}

.ym-custom-format-header-increase:before {
  content: "\E8EA";
}

.ym-custom-link-variant:before {
  content: "\E9EA";
}

.ym-custom-playlist-plus:before {
  content: "\EAEA";
}

.ym-custom-steam:before {
  content: "\EBEA";
}

.ym-custom-wii:before {
  content: "\ECEA";
}

.ym-custom-border-outside:before {
  content: "\E6EB";
}

.ym-custom-crosshairs:before {
  content: "\E7EB";
}

.ym-custom-format-header-pound:before {
  content: "\E8EB";
}

.ym-custom-linkedin-box:before {
  content: "\E9EB";
}

.ym-custom-play-pause:before {
  content: "\EAEB";
}

.ym-custom-steering:before {
  content: "\EBEB";
}

.ym-custom-window-close:before {
  content: "\ECEB";
}

.ym-custom-border-right:before {
  content: "\E6EC";
}

.ym-custom-crosshairs-gps:before {
  content: "\E7EC";
}

.ym-custom-format-horizontal-align-center:before {
  content: "\E8EC";
}

.ym-custom-linux:before {
  content: "\E9EC";
}

.ym-custom-playstation:before {
  content: "\EAEC";
}

.ym-custom-step-backward:before {
  content: "\EBEC";
}

.ym-custom-wikipedia:before {
  content: "\ECEC";
}

.ym-custom-border-top:before {
  content: "\E6ED";
}

.ym-custom-cube:before {
  content: "\E7ED";
}

.ym-custom-format-horizontal-align-left:before {
  content: "\E8ED";
}

.ym-custom-lock:before {
  content: "\E9ED";
}

.ym-custom-plex:before {
  content: "\EAED";
}

.ym-custom-step-forward:before {
  content: "\EBED";
}

.ym-custom-window-maximize:before {
  content: "\ECED";
}

.ym-custom-border-style:before {
  content: "\E6EE";
}

.ym-custom-crown:before {
  content: "\E7EE";
}

.ym-custom-format-indent-increase:before {
  content: "\E8EE";
}

.ym-custom-lock-outline:before {
  content: "\E9EE";
}

.ym-custom-plus:before {
  content: "\EAEE";
}

.ym-custom-step-forward-:before {
  content: "\EBEE";
}

.ym-custom-window-open:before {
  content: "\ECEE";
}

.ym-custom-border-vertical:before {
  content: "\E6EF";
}

.ym-custom-cube-outline:before {
  content: "\E7EF";
}

.ym-custom-format-indent-decrease:before {
  content: "\E8EF";
}

.ym-custom-lock-open-outline:before {
  content: "\E9EF";
}

.ym-custom-plus-box-outline:before {
  content: "\EAEF";
}

.ym-custom-step-backward-:before {
  content: "\EBEF";
}

.ym-custom-window-restore:before {
  content: "\ECEF";
}

.ym-custom-bowl:before {
  content: "\E6F0";
}

.ym-custom-cube-send:before {
  content: "\E7F0";
}

.ym-custom-format-line-spacing:before {
  content: "\E8F0";
}

.ym-custom-lock-open:before {
  content: "\E9F0";
}

.ym-custom-plus-box:before {
  content: "\EAF0";
}

.ym-custom-stethoscope:before {
  content: "\EBF0";
}

.ym-custom-windows:before {
  content: "\ECF0";
}

.ym-custom-box-shadow:before {
  content: "\E6F1";
}

.ym-custom-cup:before {
  content: "\E7F1";
}

.ym-custom-format-italic:before {
  content: "\E8F1";
}

.ym-custom-lock-pattern:before {
  content: "\E9F1";
}

.ym-custom-plus-circle:before {
  content: "\EAF1";
}

.ym-custom-sticker:before {
  content: "\EBF1";
}

.ym-custom-window-minimize:before {
  content: "\ECF1";
}

.ym-custom-bow-tie:before {
  content: "\E6F2";
}

.ym-custom-cube-unfolded:before {
  content: "\E7F2";
}

.ym-custom-format-line-style:before {
  content: "\E8F2";
}

.ym-custom-login:before {
  content: "\E9F2";
}

.ym-custom-plus-circle-multiple-outline:before {
  content: "\EAF2";
}

.ym-custom-stocking:before {
  content: "\EBF2";
}

.ym-custom-window-closed:before {
  content: "\ECF2";
}

.ym-custom-bowling:before {
  content: "\E6F3";
}

.ym-custom-cup-off:before {
  content: "\E7F3";
}

.ym-custom-format-horizontal-align-right:before {
  content: "\E8F3";
}

.ym-custom-lock-plus:before {
  content: "\E9F3";
}

.ym-custom-plus-network:before {
  content: "\EAF3";
}

.ym-custom-stop:before {
  content: "\EBF3";
}

.ym-custom-worker:before {
  content: "\ECF3";
}

.ym-custom-box-cutter:before {
  content: "\E6F4";
}

.ym-custom-cup-water:before {
  content: "\E7F4";
}

.ym-custom-format-line-weight:before {
  content: "\E8F4";
}

.ym-custom-login-variant:before {
  content: "\E9F4";
}

.ym-custom-plus-one:before {
  content: "\EAF4";
}

.ym-custom-stop-circle-outline:before {
  content: "\EBF4";
}

.ym-custom-wordpress:before {
  content: "\ECF4";
}

.ym-custom-box:before {
  content: "\E6F5";
}

.ym-custom-currency-btc:before {
  content: "\E7F5";
}

.ym-custom-format-list-bulleted:before {
  content: "\E8F5";
}

.ym-custom-logout:before {
  content: "\E9F5";
}

.ym-custom-plus-circle-outline:before {
  content: "\EAF5";
}

.ym-custom-stop-circle:before {
  content: "\EBF5";
}

.ym-custom-wrench:before {
  content: "\ECF5";
}

.ym-custom-bridge:before {
  content: "\E6F6";
}

.ym-custom-currency-gbp:before {
  content: "\E7F6";
}

.ym-custom-format-list-bulleted-type:before {
  content: "\E8F6";
}

.ym-custom-logout-variant:before {
  content: "\E9F6";
}

.ym-custom-pocket:before {
  content: "\EAF6";
}

.ym-custom-store:before {
  content: "\EBF6";
}

.ym-custom-wrap:before {
  content: "\ECF6";
}

.ym-custom-briefcase:before {
  content: "\E6F7";
}

.ym-custom-currency-eur:before {
  content: "\E7F7";
}

.ym-custom-format-page-break:before {
  content: "\E8F7";
}

.ym-custom-looks:before {
  content: "\E9F7";
}

.ym-custom-plus-outline:before {
  content: "\EAF7";
}

.ym-custom-store--hour:before {
  content: "\EBF7";
}

.ym-custom-wunderlist:before {
  content: "\ECF7";
}

.ym-custom-briefcase-check:before {
  content: "\E6F8";
}

.ym-custom-currency-inr:before {
  content: "\E7F8";
}

.ym-custom-format-list-numbers:before {
  content: "\E8F8";
}

.ym-custom-loop:before {
  content: "\E9F8";
}

.ym-custom-polaroid:before {
  content: "\EAF8";
}

.ym-custom-stove:before {
  content: "\EBF8";
}

.ym-custom-xaml:before {
  content: "\ECF8";
}

.ym-custom-briefcase-download:before {
  content: "\E6F9";
}

.ym-custom-currency-ngn:before {
  content: "\E7F9";
}

.ym-custom-format-paragraph:before {
  content: "\E8F9";
}

.ym-custom-loupe:before {
  content: "\E9F9";
}

.ym-custom-poll:before {
  content: "\EAF9";
}

.ym-custom-subway:before {
  content: "\EBF9";
}

.ym-custom-xbox:before {
  content: "\ECF9";
}

.ym-custom-briefcase-upload:before {
  content: "\E6FA";
}

.ym-custom-currency-rub:before {
  content: "\E7FA";
}

.ym-custom-format-pilcrow:before {
  content: "\E8FA";
}

.ym-custom-lumx:before {
  content: "\E9FA";
}

.ym-custom-pokeball:before {
  content: "\EAFA";
}

.ym-custom-subdirectory-arrow-left:before {
  content: "\EBFA";
}

.ym-custom-xbox-controller:before {
  content: "\ECFA";
}

.ym-custom-brightness-:before {
  content: "\E6FB";
}

.ym-custom-currency-try:before {
  content: "\E7FB";
}

.ym-custom-format-quote:before {
  content: "\E8FB";
}

.ym-custom-magnet:before {
  content: "\E9FB";
}

.ym-custom-poll-box:before {
  content: "\EAFB";
}

.ym-custom-subdirectory-arrow-right:before {
  content: "\EBFB";
}

.ym-custom-xbox-controller-off:before {
  content: "\ECFB";
}

.ym-custom-brightness-1:before {
  content: "\E6FC";
}

.ym-custom-currency-usd:before {
  content: "\E7FC";
}

.ym-custom-format-paint:before {
  content: "\E8FC";
}

.ym-custom-magnet-on:before {
  content: "\E9FC";
}

.ym-custom-polymer:before {
  content: "\EAFC";
}

.ym-custom-subway-variant:before {
  content: "\EBFC";
}

.ym-custom-xda:before {
  content: "\ECFC";
}

.ym-custom-brightness-2:before {
  content: "\E6FD";
}

.ym-custom-currency-usd-off:before {
  content: "\E7FD";
}

.ym-custom-format-size:before {
  content: "\E8FD";
}

.ym-custom-magnify:before {
  content: "\E9FD";
}

.ym-custom-play-protected-content:before {
  content: "\EAFD";
}

.ym-custom-sunglasses:before {
  content: "\EBFD";
}

.ym-custom-xing:before {
  content: "\ECFD";
}

.ym-custom-brightness-3:before {
  content: "\E6FE";
}

.ym-custom-cursor-default:before {
  content: "\E7FE";
}

.ym-custom-format-section:before {
  content: "\E8FE";
}

.ym-custom-magnify-plus:before {
  content: "\E9FE";
}

.ym-custom-pool:before {
  content: "\EAFE";
}

.ym-custom-swap-horizontal:before {
  content: "\EBFE";
}

.ym-custom-xing-circle:before {
  content: "\ECFE";
}

.ym-custom-brightness-4:before {
  content: "\E6FF";
}

.ym-custom-cursor-default-outline:before {
  content: "\E7FF";
}

.ym-custom-format-strikethrough:before {
  content: "\E8FF";
}

.ym-custom-magnify-minus:before {
  content: "\E9FF";
}

.ym-custom-pot:before {
  content: "\EAFF";
}

.ym-custom-surround-sound:before {
  content: "\EBFF";
}

.ym-custom-xing-box:before {
  content: "\ECFF";
}

.ym-custom-brightness-5:before {
  content: "\E700";
}

.ym-custom-cursor-pointer:before {
  content: "\E800";
}

.ym-custom-format-strikethrough-variant:before {
  content: "\E900";
}

.ym-custom-map:before {
  content: "\EA00";
}

.ym-custom-popcorn:before {
  content: "\EB00";
}

.ym-custom-swap-vertical:before {
  content: "\EC00";
}

.ym-custom-xml:before {
  content: "\ED00";
}

.ym-custom-access-point:before {
  content: "\E601";
}

.ym-custom-brightness-6:before {
  content: "\E701";
}

.ym-custom-cursor-move:before {
  content: "\E801";
}

.ym-custom-format-subscript:before {
  content: "\E901";
}

.ym-custom-mail-ru:before {
  content: "\EA01";
}

.ym-custom-pound:before {
  content: "\EB01";
}

.ym-custom-swim:before {
  content: "\EC01";
}

.ym-custom-yelp:before {
  content: "\ED01";
}

.ym-custom-account-box-outline:before {
  content: "\E602";
}

.ym-custom-broom:before {
  content: "\E702";
}

.ym-custom-cursor-text:before {
  content: "\E802";
}

.ym-custom-format-superscript:before {
  content: "\E902";
}

.ym-custom-map-marker:before {
  content: "\EA02";
}

.ym-custom-pound-box:before {
  content: "\EB02";
}

.ym-custom-switch:before {
  content: "\EC02";
}

.ym-custom-yeast:before {
  content: "\ED02";
}

.ym-custom-account-box:before {
  content: "\E603";
}

.ym-custom-brightness-auto:before {
  content: "\E703";
}

.ym-custom-database:before {
  content: "\E803";
}

.ym-custom-format-text:before {
  content: "\E903";
}

.ym-custom-map-marker-minus:before {
  content: "\EA03";
}

.ym-custom-pot-mix:before {
  content: "\EB03";
}

.ym-custom-sync:before {
  content: "\EC03";
}

.ym-custom-yin-yang:before {
  content: "\ED03";
}

.ym-custom-access-point-network:before {
  content: "\E604";
}

.ym-custom-brush:before {
  content: "\E704";
}

.ym-custom-database-minus:before {
  content: "\E804";
}

.ym-custom-format-textdirection-l-to-r:before {
  content: "\E904";
}

.ym-custom-map-marker-circle:before {
  content: "\EA04";
}

.ym-custom-power:before {
  content: "\EB04";
}

.ym-custom-sync-alert:before {
  content: "\EC04";
}

.ym-custom-youtube-play:before {
  content: "\ED04";
}

.ym-custom-account-alert:before {
  content: "\E605";
}

.ym-custom-bug:before {
  content: "\E705";
}

.ym-custom-database-plus:before {
  content: "\E805";
}

.ym-custom-format-textdirection-r-to-l:before {
  content: "\E905";
}

.ym-custom-map-marker-multiple:before {
  content: "\EA05";
}

.ym-custom-power-plug:before {
  content: "\EB05";
}

.ym-custom-tab:before {
  content: "\EC05";
}

.ym-custom-zip-box:before {
  content: "\ED05";
}

.ym-custom-account-card-details:before {
  content: "\E606";
}

.ym-custom-buffer:before {
  content: "\E706";
}

.ym-custom-debug-step-into:before {
  content: "\E806";
}

.ym-custom-format-title:before {
  content: "\E906";
}

.ym-custom-map-marker-off:before {
  content: "\EA06";
}

.ym-custom-power-settings:before {
  content: "\EB06";
}

.ym-custom-table:before {
  content: "\EC06";
}

.ym-custom-account:before {
  content: "\E607";
}

.ym-custom-bulletin-board:before {
  content: "\E707";
}

.ym-custom-debug-step-over:before {
  content: "\E807";
}

.ym-custom-format-vertical-align-bottom:before {
  content: "\E907";
}

.ym-custom-map-marker-plus:before {
  content: "\EA07";
}

.ym-custom-power-plug-off:before {
  content: "\EB07";
}

.ym-custom-table-column-plus-before:before {
  content: "\EC07";
}

.ym-custom-account-check:before {
  content: "\E608";
}

.ym-custom-bullhorn:before {
  content: "\E708";
}

.ym-custom-debug-step-out:before {
  content: "\E808";
}

.ym-custom-format-underline:before {
  content: "\E908";
}

.ym-custom-map-marker-radius:before {
  content: "\EA08";
}

.ym-custom-power-socket:before {
  content: "\EB08";
}

.ym-custom-table-column-plus-after:before {
  content: "\EC08";
}

.ym-custom-account-key:before {
  content: "\E609";
}

.ym-custom-bullseye:before {
  content: "\E709";
}

.ym-custom-decimal-decrease:before {
  content: "\E809";
}

.ym-custom-format-vertical-align-center:before {
  content: "\E909";
}

.ym-custom-markdown:before {
  content: "\EA09";
}

.ym-custom-prescription:before {
  content: "\EB09";
}

.ym-custom-table-column-remove:before {
  content: "\EC09";
}

.ym-custom-account-convert:before {
  content: "\E60A";
}

.ym-custom-bus:before {
  content: "\E70A";
}

.ym-custom-delete:before {
  content: "\E80A";
}

.ym-custom-format-vertical-align-top:before {
  content: "\E90A";
}

.ym-custom-margin:before {
  content: "\EA0A";
}

.ym-custom-presentation:before {
  content: "\EB0A";
}

.ym-custom-table-column-width:before {
  content: "\EC0A";
}

.ym-custom-account-circle:before {
  content: "\E60B";
}

.ym-custom-burst-mode:before {
  content: "\E70B";
}

.ym-custom-decimal-increase:before {
  content: "\E80B";
}

.ym-custom-format-wrap-inline:before {
  content: "\E90B";
}

.ym-custom-marker:before {
  content: "\EA0B";
}

.ym-custom-presentation-play:before {
  content: "\EB0B";
}

.ym-custom-table-large:before {
  content: "\EC0B";
}

.ym-custom-account-minus:before {
  content: "\E60C";
}

.ym-custom-cake:before {
  content: "\E70C";
}

.ym-custom-delete-circle:before {
  content: "\E80C";
}

.ym-custom-format-wrap-tight:before {
  content: "\E90C";
}

.ym-custom-marker-check:before {
  content: "\EA0C";
}

.ym-custom-printer:before {
  content: "\EB0C";
}

.ym-custom-table-row-height:before {
  content: "\EC0C";
}

.ym-custom-account-location:before {
  content: "\E60D";
}

.ym-custom-cake-layered:before {
  content: "\E70D";
}

.ym-custom-delete-empty:before {
  content: "\E80D";
}

.ym-custom-format-wrap-top-bottom:before {
  content: "\E90D";
}

.ym-custom-material-ui:before {
  content: "\EA0D";
}

.ym-custom-printer-d:before {
  content: "\EB0D";
}

.ym-custom-table-edit:before {
  content: "\EC0D";
}

.ym-custom-account-multiple:before {
  content: "\E60E";
}

.ym-custom-cached:before {
  content: "\E70E";
}

.ym-custom-delete-forever:before {
  content: "\E80E";
}

.ym-custom-format-wrap-square:before {
  content: "\E90E";
}

.ym-custom-martini:before {
  content: "\EA0E";
}

.ym-custom-printer-alert:before {
  content: "\EB0E";
}

.ym-custom-table-row-plus-after:before {
  content: "\EC0E";
}

.ym-custom-account-multiple-minus:before {
  content: "\E60F";
}

.ym-custom-calculator:before {
  content: "\E70F";
}

.ym-custom-delete-sweep:before {
  content: "\E80F";
}

.ym-custom-forum:before {
  content: "\E90F";
}

.ym-custom-math-compass:before {
  content: "\EA0F";
}

.ym-custom-printer-settings:before {
  content: "\EB0F";
}

.ym-custom-sword:before {
  content: "\EC0F";
}

.ym-custom-account-multiple-plus:before {
  content: "\E610";
}

.ym-custom-cake-variant:before {
  content: "\E710";
}

.ym-custom-delete-variant:before {
  content: "\E810";
}

.ym-custom-forward:before {
  content: "\E910";
}

.ym-custom-matrix:before {
  content: "\EA10";
}

.ym-custom-priority-high:before {
  content: "\EB10";
}

.ym-custom-sync-off:before {
  content: "\EC10";
}

.ym-custom-account-multiple-outline:before {
  content: "\E611";
}

.ym-custom-calendar:before {
  content: "\E711";
}

.ym-custom-delta:before {
  content: "\E811";
}

.ym-custom-foursquare:before {
  content: "\E911";
}

.ym-custom-maxcdn:before {
  content: "\EA11";
}

.ym-custom-priority-low:before {
  content: "\EB11";
}

.ym-custom-table-row-plus-before:before {
  content: "\EC11";
}

.ym-custom-account-plus:before {
  content: "\E612";
}

.ym-custom-calendar-blank:before {
  content: "\E712";
}

.ym-custom-deskphone:before {
  content: "\E812";
}

.ym-custom-fridge:before {
  content: "\E912";
}

.ym-custom-medical-bag:before {
  content: "\EA12";
}

.ym-custom-professional-hexagon:before {
  content: "\EB12";
}

.ym-custom-tablet:before {
  content: "\EC12";
}

.ym-custom-account-network:before {
  content: "\E613";
}

.ym-custom-calendar-check:before {
  content: "\E713";
}

.ym-custom-desktop-mac:before {
  content: "\E813";
}

.ym-custom-fridge-filled:before {
  content: "\E913";
}

.ym-custom-medium:before {
  content: "\EA13";
}

.ym-custom-projector-screen:before {
  content: "\EB13";
}

.ym-custom-table-row-remove:before {
  content: "\EC13";
}

.ym-custom-account-off:before {
  content: "\E614";
}

.ym-custom-calendar-clock:before {
  content: "\E714";
}

.ym-custom-deviantart:before {
  content: "\E814";
}

.ym-custom-fridge-filled-bottom:before {
  content: "\E914";
}

.ym-custom-memory:before {
  content: "\EA14";
}

.ym-custom-projector:before {
  content: "\EB14";
}

.ym-custom-tablet-android:before {
  content: "\EC14";
}

.ym-custom-account-outline:before {
  content: "\E615";
}

.ym-custom-calendar-plus:before {
  content: "\E715";
}

.ym-custom-desktop-tower:before {
  content: "\E815";
}

.ym-custom-fridge-filled-top:before {
  content: "\E915";
}

.ym-custom-menu:before {
  content: "\EA15";
}

.ym-custom-publish:before {
  content: "\EB15";
}

.ym-custom-tablet-ipad:before {
  content: "\EC15";
}

.ym-custom-account-remove:before {
  content: "\E616";
}

.ym-custom-calendar-multiple:before {
  content: "\E716";
}

.ym-custom-details:before {
  content: "\E816";
}

.ym-custom-fullscreen:before {
  content: "\E916";
}

.ym-custom-menu-down:before {
  content: "\EA16";
}

.ym-custom-pulse:before {
  content: "\EB16";
}

.ym-custom-tab-unselected:before {
  content: "\EC16";
}

.ym-custom-account-star:before {
  content: "\E617";
}

.ym-custom-calendar-multiple-check:before {
  content: "\E717";
}

.ym-custom-developer-board:before {
  content: "\E817";
}

.ym-custom-fullscreen-exit:before {
  content: "\E917";
}

.ym-custom-menu-down-outline:before {
  content: "\EA17";
}

.ym-custom-puzzle:before {
  content: "\EB17";
}

.ym-custom-tag-heart:before {
  content: "\EC17";
}

.ym-custom-account-settings:before {
  content: "\E618";
}

.ym-custom-calendar-range:before {
  content: "\E718";
}

.ym-custom-dialpad:before {
  content: "\E818";
}

.ym-custom-gamepad:before {
  content: "\E918";
}

.ym-custom-menu-left:before {
  content: "\EA18";
}

.ym-custom-qrcode:before {
  content: "\EB18";
}

.ym-custom-tag:before {
  content: "\EC18";
}

.ym-custom-account-settings-variant:before {
  content: "\E619";
}

.ym-custom-calendar-question:before {
  content: "\E719";
}

.ym-custom-dice-:before {
  content: "\E819";
}

.ym-custom-function:before {
  content: "\E919";
}

.ym-custom-menu-right:before {
  content: "\EA19";
}

.ym-custom-qrcode-scan:before {
  content: "\EB19";
}

.ym-custom-tag-faces:before {
  content: "\EC19";
}

.ym-custom-account-search:before {
  content: "\E61A";
}

.ym-custom-calendar-remove:before {
  content: "\E71A";
}

.ym-custom-diamond:before {
  content: "\E81A";
}

.ym-custom-garage:before {
  content: "\E91A";
}

.ym-custom-menu-up:before {
  content: "\EA1A";
}

.ym-custom-qqchat:before {
  content: "\EB1A";
}

.ym-custom-tag-multiple:before {
  content: "\EC1A";
}

.ym-custom-account-star-variant:before {
  content: "\E61B";
}

.ym-custom-calendar-today:before {
  content: "\E71B";
}

.ym-custom-dice-1:before {
  content: "\E81B";
}

.ym-custom-gamepad-variant:before {
  content: "\E91B";
}

.ym-custom-message:before {
  content: "\EA1B";
}

.ym-custom-quadcopter:before {
  content: "\EB1B";
}

.ym-custom-tag-outline:before {
  content: "\EC1B";
}

.ym-custom-account-switch:before {
  content: "\E61C";
}

.ym-custom-call-merge:before {
  content: "\E71C";
}

.ym-custom-dice-2:before {
  content: "\E81C";
}

.ym-custom-garage-open:before {
  content: "\E91C";
}

.ym-custom-message-bulleted:before {
  content: "\EA1C";
}

.ym-custom-quality-high:before {
  content: "\EB1C";
}

.ym-custom-tag-text-outline:before {
  content: "\EC1C";
}

.ym-custom-adjust:before {
  content: "\E61D";
}

.ym-custom-call-made:before {
  content: "\E71D";
}

.ym-custom-dice-d:before {
  content: "\E81D";
}

.ym-custom-gas-cylinder:before {
  content: "\E91D";
}

.ym-custom-menu-up-outline:before {
  content: "\EA1D";
}

.ym-custom-quicktime:before {
  content: "\EB1D";
}

.ym-custom-target:before {
  content: "\EC1D";
}

.ym-custom-air-conditioner:before {
  content: "\E61E";
}

.ym-custom-calendar-text:before {
  content: "\E71E";
}

.ym-custom-dice-3:before {
  content: "\E81E";
}

.ym-custom-gas-station:before {
  content: "\E91E";
}

.ym-custom-message-alert:before {
  content: "\EA1E";
}

.ym-custom-radar:before {
  content: "\EB1E";
}

.ym-custom-teamviewer:before {
  content: "\EC1E";
}

.ym-custom-airballoon:before {
  content: "\E61F";
}

.ym-custom-call-missed:before {
  content: "\E71F";
}

.ym-custom-dice-d1:before {
  content: "\E81F";
}

.ym-custom-gate:before {
  content: "\E91F";
}

.ym-custom-message-bulleted-off:before {
  content: "\EA1F";
}

.ym-custom-radio:before {
  content: "\EB1F";
}

.ym-custom-taxi:before {
  content: "\EC1F";
}

.ym-custom-airplane-landing:before {
  content: "\E620";
}

.ym-custom-call-received:before {
  content: "\E720";
}

.ym-custom-dice-d2:before {
  content: "\E820";
}

.ym-custom-gauge:before {
  content: "\E920";
}

.ym-custom-message-draw:before {
  content: "\EA20";
}

.ym-custom-radiator:before {
  content: "\EB20";
}

.ym-custom-telegram:before {
  content: "\EC20";
}

.ym-custom-airplane-off:before {
  content: "\E621";
}

.ym-custom-call-split:before {
  content: "\E721";
}

.ym-custom-dice-4:before {
  content: "\E821";
}

.ym-custom-gavel:before {
  content: "\E921";
}

.ym-custom-message-image:before {
  content: "\EA21";
}

.ym-custom-radioactive:before {
  content: "\EB21";
}

.ym-custom-television:before {
  content: "\EC21";
}

.ym-custom-airplay:before {
  content: "\E622";
}

.ym-custom-camcorder-box:before {
  content: "\E722";
}

.ym-custom-dice-d3:before {
  content: "\E822";
}

.ym-custom-gender-female:before {
  content: "\E922";
}

.ym-custom-message-outline:before {
  content: "\EA22";
}

.ym-custom-radiobox-marked:before {
  content: "\EB22";
}

.ym-custom-television-guide:before {
  content: "\EC22";
}

.ym-custom-airplane-takeoff:before {
  content: "\E623";
}

.ym-custom-camcorder:before {
  content: "\E723";
}

.ym-custom-dictionary:before {
  content: "\E823";
}

.ym-custom-gender-male:before {
  content: "\E923";
}

.ym-custom-message-processing:before {
  content: "\EA23";
}

.ym-custom-radiobox-blank:before {
  content: "\EB23";
}

.ym-custom-temperature-celsius:before {
  content: "\EC23";
}

.ym-custom-airplane:before {
  content: "\E624";
}

.ym-custom-camcorder-box-off:before {
  content: "\E724";
}

.ym-custom-dice-5:before {
  content: "\E824";
}

.ym-custom-gender-male-female:before {
  content: "\E924";
}

.ym-custom-message-reply:before {
  content: "\EA24";
}

.ym-custom-radio-handheld:before {
  content: "\EB24";
}

.ym-custom-temperature-kelvin:before {
  content: "\EC24";
}

.ym-custom-alarm:before {
  content: "\E625";
}

.ym-custom-camcorder-off:before {
  content: "\E725";
}

.ym-custom-directions-fork:before {
  content: "\E825";
}

.ym-custom-gender-transgender:before {
  content: "\E925";
}

.ym-custom-message-plus:before {
  content: "\EA25";
}

.ym-custom-radio-tower:before {
  content: "\EB25";
}

.ym-custom-temperature-fahrenheit:before {
  content: "\EC25";
}

.ym-custom-alarm-check:before {
  content: "\E626";
}

.ym-custom-camera:before {
  content: "\E726";
}

.ym-custom-directions:before {
  content: "\E826";
}

.ym-custom-ghost:before {
  content: "\E926";
}

.ym-custom-message-reply-text:before {
  content: "\EA26";
}

.ym-custom-raspberrypi:before {
  content: "\EB26";
}

.ym-custom-tennis:before {
  content: "\EC26";
}

.ym-custom-alarm-multiple:before {
  content: "\E627";
}

.ym-custom-camera-enhance:before {
  content: "\E727";
}

.ym-custom-discord:before {
  content: "\E827";
}

.ym-custom-git:before {
  content: "\E927";
}

.ym-custom-message-text:before {
  content: "\EA27";
}

.ym-custom-ray-end:before {
  content: "\EB27";
}

.ym-custom-tent:before {
  content: "\EC27";
}

.ym-custom-alarm-snooze:before {
  content: "\E628";
}

.ym-custom-camera-burst:before {
  content: "\E728";
}

.ym-custom-disk:before {
  content: "\E828";
}

.ym-custom-gift:before {
  content: "\E928";
}

.ym-custom-message-text-outline:before {
  content: "\EA28";
}

.ym-custom-ray-end-arrow:before {
  content: "\EB28";
}

.ym-custom-terrain:before {
  content: "\EC28";
}

.ym-custom-alarm-off:before {
  content: "\E629";
}

.ym-custom-camera-front:before {
  content: "\E729";
}

.ym-custom-disk-alert:before {
  content: "\E829";
}

.ym-custom-github-box:before {
  content: "\E929";
}

.ym-custom-message-video:before {
  content: "\EA29";
}

.ym-custom-ray-start:before {
  content: "\EB29";
}

.ym-custom-test-tube:before {
  content: "\EC29";
}

.ym-custom-alarm-plus:before {
  content: "\E62A";
}

.ym-custom-camera-front-variant:before {
  content: "\E72A";
}

.ym-custom-disqus:before {
  content: "\E82A";
}

.ym-custom-github-circle:before {
  content: "\E92A";
}

.ym-custom-meteor:before {
  content: "\EA2A";
}

.ym-custom-ray-start-arrow:before {
  content: "\EB2A";
}

.ym-custom-text-shadow:before {
  content: "\EC2A";
}

.ym-custom-alert:before {
  content: "\E62B";
}

.ym-custom-camera-iris:before {
  content: "\E72B";
}

.ym-custom-disqus-outline:before {
  content: "\E82B";
}

.ym-custom-glass-stange:before {
  content: "\E92B";
}

.ym-custom-microphone:before {
  content: "\EA2B";
}

.ym-custom-ray-start-end:before {
  content: "\EB2B";
}

.ym-custom-textbox:before {
  content: "\EC2B";
}

.ym-custom-alert-box:before {
  content: "\E62C";
}

.ym-custom-camera-off:before {
  content: "\E72C";
}

.ym-custom-division-box:before {
  content: "\E82C";
}

.ym-custom-glassdoor:before {
  content: "\E92C";
}

.ym-custom-microphone-off:before {
  content: "\EA2C";
}

.ym-custom-ray-vertex:before {
  content: "\EB2C";
}

.ym-custom-text-to-speech:before {
  content: "\EC2C";
}

.ym-custom-alert-circle:before {
  content: "\E62D";
}

.ym-custom-camera-party-mode:before {
  content: "\E72D";
}

.ym-custom-division:before {
  content: "\E82D";
}

.ym-custom-glasses:before {
  content: "\E92D";
}

.ym-custom-microphone-outline:before {
  content: "\EA2D";
}

.ym-custom-rdio:before {
  content: "\EB2D";
}

.ym-custom-text-to-speech-off:before {
  content: "\EC2D";
}

.ym-custom-alert-circle-outline:before {
  content: "\E62E";
}

.ym-custom-camera-rear:before {
  content: "\E72E";
}

.ym-custom-dna:before {
  content: "\E82E";
}

.ym-custom-glass-mug:before {
  content: "\E92E";
}

.ym-custom-microphone-settings:before {
  content: "\EA2E";
}

.ym-custom-readability:before {
  content: "\EB2E";
}

.ym-custom-texture:before {
  content: "\EC2E";
}

.ym-custom-alert-octagon:before {
  content: "\E62F";
}

.ym-custom-camera-rear-variant:before {
  content: "\E72F";
}

.ym-custom-dns:before {
  content: "\E82F";
}

.ym-custom-glass-flute:before {
  content: "\E92F";
}

.ym-custom-microphone-variant:before {
  content: "\EA2F";
}

.ym-custom-receipt:before {
  content: "\EB2F";
}

.ym-custom-theater:before {
  content: "\EC2F";
}

.ym-custom-all-inclusive:before {
  content: "\E630";
}

.ym-custom-camera-switch:before {
  content: "\E730";
}

.ym-custom-dolby:before {
  content: "\E830";
}

.ym-custom-glass-tulip:before {
  content: "\E930";
}

.ym-custom-microphone-variant-off:before {
  content: "\EA30";
}

.ym-custom-read:before {
  content: "\EB30";
}

.ym-custom-theme-light-dark:before {
  content: "\EC30";
}

.ym-custom-alert-outline:before {
  content: "\E631";
}

.ym-custom-camera-timer:before {
  content: "\E731";
}

.ym-custom-do-not-disturb-off:before {
  content: "\E831";
}

.ym-custom-gnome:before {
  content: "\E931";
}

.ym-custom-microscope:before {
  content: "\EA31";
}

.ym-custom-recycle:before {
  content: "\EB31";
}

.ym-custom-thermometer-lines:before {
  content: "\EC31";
}

.ym-custom-alpha:before {
  content: "\E632";
}

.ym-custom-candle:before {
  content: "\E732";
}

.ym-custom-do-not-disturb:before {
  content: "\E832";
}

.ym-custom-google:before {
  content: "\E932";
}

.ym-custom-minecraft:before {
  content: "\EA32";
}

.ym-custom-record:before {
  content: "\EB32";
}

.ym-custom-thumb-down:before {
  content: "\EC32";
}

.ym-custom-alphabetical:before {
  content: "\E633";
}

.ym-custom-candycane:before {
  content: "\E733";
}

.ym-custom-domain:before {
  content: "\E833";
}

.ym-custom-gondola:before {
  content: "\E933";
}

.ym-custom-microsoft:before {
  content: "\EA33";
}

.ym-custom-record-rec:before {
  content: "\EB33";
}

.ym-custom-thermometer:before {
  content: "\EC33";
}

.ym-custom-altimeter:before {
  content: "\E634";
}

.ym-custom-car:before {
  content: "\E734";
}

.ym-custom-dots-horizontal:before {
  content: "\E834";
}

.ym-custom-google-cardboard:before {
  content: "\E934";
}

.ym-custom-minus:before {
  content: "\EA34";
}

.ym-custom-redo:before {
  content: "\EB34";
}

.ym-custom-thumbs-up-down:before {
  content: "\EC34";
}

.ym-custom-amazon:before {
  content: "\E635";
}

.ym-custom-car-battery:before {
  content: "\E735";
}

.ym-custom-dots-vertical:before {
  content: "\E835";
}

.ym-custom-gmail:before {
  content: "\E935";
}

.ym-custom-minus-box:before {
  content: "\EA35";
}

.ym-custom-redo-variant:before {
  content: "\EB35";
}

.ym-custom-thumb-down-outline:before {
  content: "\EC35";
}

.ym-custom-amazon-clouddrive:before {
  content: "\E636";
}

.ym-custom-car-connected:before {
  content: "\E736";
}

.ym-custom-douban:before {
  content: "\E836";
}

.ym-custom-google-chrome:before {
  content: "\E936";
}

.ym-custom-minus-circle:before {
  content: "\EA36";
}

.ym-custom-reddit:before {
  content: "\EB36";
}

.ym-custom-thumb-up:before {
  content: "\EC36";
}

.ym-custom-amplifier:before {
  content: "\E637";
}

.ym-custom-cards:before {
  content: "\E737";
}

.ym-custom-drag:before {
  content: "\E837";
}

.ym-custom-google-circles-communities:before {
  content: "\E937";
}

.ym-custom-minus-circle-outline:before {
  content: "\EA37";
}

.ym-custom-refresh:before {
  content: "\EB37";
}

.ym-custom-thumb-up-outline:before {
  content: "\EC37";
}

.ym-custom-ambulance:before {
  content: "\E638";
}

.ym-custom-cards-outline:before {
  content: "\E738";
}

.ym-custom-download:before {
  content: "\E838";
}

.ym-custom-google-circles:before {
  content: "\E938";
}

.ym-custom-minus-network:before {
  content: "\EA38";
}

.ym-custom-regex:before {
  content: "\EB38";
}

.ym-custom-ticket:before {
  content: "\EC38";
}

.ym-custom-android-debug-bridge:before {
  content: "\E639";
}

.ym-custom-cards-variant:before {
  content: "\E739";
}

.ym-custom-drag-horizontal:before {
  content: "\E839";
}

.ym-custom-google-circles-group:before {
  content: "\E939";
}

.ym-custom-mixcloud:before {
  content: "\EA39";
}

.ym-custom-relative-scale:before {
  content: "\EB39";
}

.ym-custom-ticket-account:before {
  content: "\EC39";
}

.ym-custom-anchor:before {
  content: "\E63A";
}

.ym-custom-cards-playing-outline:before {
  content: "\E73A";
}

.ym-custom-drag-vertical:before {
  content: "\E83A";
}

.ym-custom-google-circles-extended:before {
  content: "\E93A";
}

.ym-custom-monitor:before {
  content: "\EA3A";
}

.ym-custom-reload:before {
  content: "\EB3A";
}

.ym-custom-ticket-confirmation:before {
  content: "\EC3A";
}

.ym-custom-android:before {
  content: "\E63B";
}

.ym-custom-cart:before {
  content: "\E73B";
}

.ym-custom-drawing:before {
  content: "\E83B";
}

.ym-custom-google-controller:before {
  content: "\E93B";
}

.ym-custom-monitor-multiple:before {
  content: "\EA3B";
}

.ym-custom-remote:before {
  content: "\EB3B";
}

.ym-custom-ticket-percent:before {
  content: "\EC3B";
}

.ym-custom-angular:before {
  content: "\E63C";
}

.ym-custom-carrot:before {
  content: "\E73C";
}

.ym-custom-drawing-box:before {
  content: "\E83C";
}

.ym-custom-google-drive:before {
  content: "\E93C";
}

.ym-custom-motorbike:before {
  content: "\EA3C";
}

.ym-custom-reorder-horizontal:before {
  content: "\EB3C";
}

.ym-custom-tie:before {
  content: "\EC3C";
}

.ym-custom-apple-ios:before {
  content: "\E63D";
}

.ym-custom-cart-off:before {
  content: "\E73D";
}

.ym-custom-drone:before {
  content: "\E83D";
}

.ym-custom-google-controller-off:before {
  content: "\E93D";
}

.ym-custom-more:before {
  content: "\EA3D";
}

.ym-custom-rename-box:before {
  content: "\EB3D";
}

.ym-custom-tilde:before {
  content: "\EC3D";
}

.ym-custom-apple-finder:before {
  content: "\E63E";
}

.ym-custom-cart-outline:before {
  content: "\E73E";
}

.ym-custom-dribbble:before {
  content: "\E83E";
}

.ym-custom-google-earth:before {
  content: "\E93E";
}

.ym-custom-mouse:before {
  content: "\EA3E";
}

.ym-custom-reorder-vertical:before {
  content: "\EB3E";
}

.ym-custom-timelapse:before {
  content: "\EC3E";
}

.ym-custom-animation:before {
  content: "\E63F";
}

.ym-custom-cart-plus:before {
  content: "\E73F";
}

.ym-custom-dribbble-box:before {
  content: "\E83F";
}

.ym-custom-google-glass:before {
  content: "\E93F";
}

.ym-custom-mouse-variant:before {
  content: "\EA3F";
}

.ym-custom-repeat:before {
  content: "\EB3F";
}

.ym-custom-timer-:before {
  content: "\EC3F";
}

.ym-custom-android-studio:before {
  content: "\E640";
}

.ym-custom-car-wash:before {
  content: "\E740";
}

.ym-custom-dropbox:before {
  content: "\E840";
}

.ym-custom-google-keep:before {
  content: "\E940";
}

.ym-custom-mouse-off:before {
  content: "\EA40";
}

.ym-custom-repeat-off:before {
  content: "\EB40";
}

.ym-custom-timer:before {
  content: "\EC40";
}

.ym-custom-apple:before {
  content: "\E641";
}

.ym-custom-case-sensitive-alt:before {
  content: "\E741";
}

.ym-custom-drupal:before {
  content: "\E841";
}

.ym-custom-google-maps:before {
  content: "\E941";
}

.ym-custom-mouse-variant-off:before {
  content: "\EA41";
}

.ym-custom-reply:before {
  content: "\EB41";
}

.ym-custom-timer-1:before {
  content: "\EC41";
}

.ym-custom-apple-keyboard-caps:before {
  content: "\E642";
}

.ym-custom-cash:before {
  content: "\E742";
}

.ym-custom-duck:before {
  content: "\E842";
}

.ym-custom-google-nearby:before {
  content: "\E942";
}

.ym-custom-move-resize:before {
  content: "\EA42";
}

.ym-custom-repeat-once:before {
  content: "\EB42";
}

.ym-custom-timer-off:before {
  content: "\EC42";
}

.ym-custom-apple-keyboard-command:before {
  content: "\E643";
}

.ym-custom-cash-multiple:before {
  content: "\E743";
}

.ym-custom-dumbbell:before {
  content: "\E843";
}

.ym-custom-google-pages:before {
  content: "\E943";
}

.ym-custom-move-resize-variant:before {
  content: "\EA43";
}

.ym-custom-replay:before {
  content: "\EB43";
}

.ym-custom-timer-sand:before {
  content: "\EC43";
}

.ym-custom-apple-keyboard-control:before {
  content: "\E644";
}

.ym-custom-cash-:before {
  content: "\E744";
}

.ym-custom-earth-box:before {
  content: "\E844";
}

.ym-custom-google-photos:before {
  content: "\E944";
}

.ym-custom-movie:before {
  content: "\EA44";
}

.ym-custom-reply-all:before {
  content: "\EB44";
}

.ym-custom-timer-sand-empty:before {
  content: "\EC44";
}

.ym-custom-apple-keyboard-shift:before {
  content: "\E645";
}

.ym-custom-cash-usd:before {
  content: "\E745";
}

.ym-custom-earth:before {
  content: "\E845";
}

.ym-custom-google-physical-web:before {
  content: "\E945";
}

.ym-custom-multiplication:before {
  content: "\EA45";
}

.ym-custom-reproduction:before {
  content: "\EB45";
}

.ym-custom-toggle-switch:before {
  content: "\EC45";
}

.ym-custom-apple-keyboard-option:before {
  content: "\E646";
}

.ym-custom-cast-connected:before {
  content: "\E746";
}

.ym-custom-earth-box-off:before {
  content: "\E846";
}

.ym-custom-google-play:before {
  content: "\E946";
}

.ym-custom-music-box-outline:before {
  content: "\EA46";
}

.ym-custom-rewind:before {
  content: "\EB46";
}

.ym-custom-timetable:before {
  content: "\EC46";
}

.ym-custom-apple-mobileme:before {
  content: "\E647";
}

.ym-custom-cast:before {
  content: "\E747";
}

.ym-custom-edge:before {
  content: "\E847";
}

.ym-custom-google-plus:before {
  content: "\E947";
}

.ym-custom-multiplication-box:before {
  content: "\EA47";
}

.ym-custom-resize-bottom-right:before {
  content: "\EB47";
}

.ym-custom-toggle-switch-off:before {
  content: "\EC47";
}

.ym-custom-apple-safari:before {
  content: "\E648";
}

.ym-custom-cellphone:before {
  content: "\E748";
}

.ym-custom-elevation-decline:before {
  content: "\E848";
}

.ym-custom-google-translate:before {
  content: "\E948";
}

.ym-custom-music-box:before {
  content: "\EA48";
}

.ym-custom-responsive:before {
  content: "\EB48";
}

.ym-custom-tooltip:before {
  content: "\EC48";
}

.ym-custom-appnet:before {
  content: "\E649";
}

.ym-custom-castle:before {
  content: "\E749";
}

.ym-custom-eject:before {
  content: "\E849";
}

.ym-custom-google-plus-box:before {
  content: "\E949";
}

.ym-custom-music-circle:before {
  content: "\EA49";
}

.ym-custom-restore:before {
  content: "\EB49";
}

.ym-custom-tooltip-edit:before {
  content: "\EC49";
}

.ym-custom-application:before {
  content: "\E64A";
}

.ym-custom-cat:before {
  content: "\E74A";
}

.ym-custom-earth-off:before {
  content: "\E84A";
}

.ym-custom-google-wallet:before {
  content: "\E94A";
}

.ym-custom-music-note:before {
  content: "\EA4A";
}

.ym-custom-rewind-outline:before {
  content: "\EB4A";
}

.ym-custom-tooltip-image:before {
  content: "\EC4A";
}

.ym-custom-apps:before {
  content: "\E64B";
}

.ym-custom-cellphone-android:before {
  content: "\E74B";
}

.ym-custom-elevator:before {
  content: "\E84B";
}

.ym-custom-gradient:before {
  content: "\E94B";
}

.ym-custom-music-note-bluetooth:before {
  content: "\EA4B";
}

.ym-custom-rhombus:before {
  content: "\EB4B";
}

.ym-custom-tooltip-outline:before {
  content: "\EC4B";
}

.ym-custom-arrange-send-to-back:before {
  content: "\E64C";
}

.ym-custom-cellphone-dock:before {
  content: "\E74C";
}

.ym-custom-elevation-rise:before {
  content: "\E84C";
}

.ym-custom-grease-pencil:before {
  content: "\E94C";
}

.ym-custom-music-note-bluetooth-off:before {
  content: "\EA4C";
}

.ym-custom-road:before {
  content: "\EB4C";
}

.ym-custom-tooltip-outline-plus:before {
  content: "\EC4C";
}

.ym-custom-arrange-send-backward:before {
  content: "\E64D";
}

.ym-custom-cellphone-iphone:before {
  content: "\E74D";
}

.ym-custom-email:before {
  content: "\E84D";
}

.ym-custom-grid:before {
  content: "\E94D";
}

.ym-custom-music-note-half:before {
  content: "\EA4D";
}

.ym-custom-ribbon:before {
  content: "\EB4D";
}

.ym-custom-tooltip-text:before {
  content: "\EC4D";
}

.ym-custom-arrange-bring-forward:before {
  content: "\E64E";
}

.ym-custom-cellphone-basic:before {
  content: "\E74E";
}

.ym-custom-email-open:before {
  content: "\E84E";
}

.ym-custom-guitar-electric:before {
  content: "\E94E";
}

.ym-custom-music-note-eighth:before {
  content: "\EA4E";
}

.ym-custom-road-variant:before {
  content: "\EB4E";
}

.ym-custom-tooth:before {
  content: "\EC4E";
}

.ym-custom-archive:before {
  content: "\E64F";
}

.ym-custom-cellphone-link:before {
  content: "\E74F";
}

.ym-custom-email-outline:before {
  content: "\E84F";
}

.ym-custom-grid-off:before {
  content: "\E94F";
}

.ym-custom-music-note-off:before {
  content: "\EA4F";
}

.ym-custom-rhombus-outline:before {
  content: "\EB4F";
}

.ym-custom-tor:before {
  content: "\EC4F";
}

.ym-custom-arrange-bring-to-front:before {
  content: "\E650";
}

.ym-custom-cellphone-link-off:before {
  content: "\E750";
}

.ym-custom-email-open-outline:before {
  content: "\E850";
}

.ym-custom-guitar-pick:before {
  content: "\E950";
}

.ym-custom-music-note-quarter:before {
  content: "\EA50";
}

.ym-custom-robot:before {
  content: "\EB50";
}

.ym-custom-tower-beach:before {
  content: "\EC50";
}

.ym-custom-arrow-all:before {
  content: "\E651";
}

.ym-custom-cellphone-settings:before {
  content: "\E751";
}

.ym-custom-email-variant:before {
  content: "\E851";
}

.ym-custom-group:before {
  content: "\E951";
}

.ym-custom-music-note-sixteenth:before {
  content: "\EA51";
}

.ym-custom-rocket:before {
  content: "\EB51";
}

.ym-custom-train:before {
  content: "\EC51";
}

.ym-custom-arrow-bottom-right:before {
  content: "\E652";
}

.ym-custom-certificate:before {
  content: "\E752";
}

.ym-custom-email-secure:before {
  content: "\E852";
}

.ym-custom-guitar-pick-outline:before {
  content: "\E952";
}

.ym-custom-music-note-whole:before {
  content: "\EA52";
}

.ym-custom-roomba:before {
  content: "\EB52";
}

.ym-custom-tower-fire:before {
  content: "\EC52";
}

.ym-custom-arrow-bottom-left:before {
  content: "\E653";
}

.ym-custom-chair-school:before {
  content: "\E753";
}

.ym-custom-emoticon:before {
  content: "\E853";
}

.ym-custom-hackernews:before {
  content: "\E953";
}

.ym-custom-nature:before {
  content: "\EA53";
}

.ym-custom-rotate-d:before {
  content: "\EB53";
}

.ym-custom-traffic-light:before {
  content: "\EC53";
}

.ym-custom-arrow-compress:before {
  content: "\E654";
}

.ym-custom-chart-arc:before {
  content: "\E754";
}

.ym-custom-emby:before {
  content: "\E854";
}

.ym-custom-hand-pointing-right:before {
  content: "\E954";
}

.ym-custom-nature-people:before {
  content: "\EA54";
}

.ym-custom-rotate-left:before {
  content: "\EB54";
}

.ym-custom-transfer:before {
  content: "\EC54";
}

.ym-custom-arrow-compress-all:before {
  content: "\E655";
}

.ym-custom-chart-areaspline:before {
  content: "\E755";
}

.ym-custom-emoticon-dead:before {
  content: "\E855";
}

.ym-custom-hamburger:before {
  content: "\E955";
}

.ym-custom-needle:before {
  content: "\EA55";
}

.ym-custom-rotate-:before {
  content: "\EB55";
}

.ym-custom-transcribe-close:before {
  content: "\EC55";
}

.ym-custom-arrow-down:before {
  content: "\E656";
}

.ym-custom-chart-bar:before {
  content: "\E756";
}

.ym-custom-emoticon-cool:before {
  content: "\E856";
}

.ym-custom-hangouts:before {
  content: "\E956";
}

.ym-custom-navigation:before {
  content: "\EA56";
}

.ym-custom-rotate-right:before {
  content: "\EB56";
}

.ym-custom-transcribe:before {
  content: "\EC56";
}

.ym-custom-arrow-down-bold:before {
  content: "\E657";
}

.ym-custom-chart-bubble:before {
  content: "\E757";
}

.ym-custom-emoticon-devil:before {
  content: "\E857";
}

.ym-custom-harddisk:before {
  content: "\E957";
}

.ym-custom-near-me:before {
  content: "\EA57";
}

.ym-custom-rotate-left-variant:before {
  content: "\EB57";
}

.ym-custom-translate:before {
  content: "\EC57";
}

.ym-custom-arrow-down-bold-circle-outline:before {
  content: "\E658";
}

.ym-custom-chart-histogram:before {
  content: "\E758";
}

.ym-custom-emoticon-excited:before {
  content: "\E858";
}

.ym-custom-headphones:before {
  content: "\E958";
}

.ym-custom-nest-protect:before {
  content: "\EA58";
}

.ym-custom-rotate-right-variant:before {
  content: "\EB58";
}

.ym-custom-transit-transfer:before {
  content: "\EC58";
}

.ym-custom-arrow-down-bold-circle:before {
  content: "\E659";
}

.ym-custom-chart-line:before {
  content: "\E759";
}

.ym-custom-emoticon-happy:before {
  content: "\E859";
}

.ym-custom-headphones-box:before {
  content: "\E959";
}

.ym-custom-nest-thermostat:before {
  content: "\EA59";
}

.ym-custom-rounded-corner:before {
  content: "\EB59";
}

.ym-custom-tram:before {
  content: "\EC59";
}

.ym-custom-arrow-down-box:before {
  content: "\E65A";
}

.ym-custom-chart-pie:before {
  content: "\E75A";
}

.ym-custom-emoticon-neutral:before {
  content: "\E85A";
}

.ym-custom-headphones-settings:before {
  content: "\E95A";
}

.ym-custom-new-box:before {
  content: "\EA5A";
}

.ym-custom-routes:before {
  content: "\EB5A";
}

.ym-custom-tree:before {
  content: "\EC5A";
}

.ym-custom-arrow-down-drop-circle-outline:before {
  content: "\E65B";
}

.ym-custom-chart-gantt:before {
  content: "\E75B";
}

.ym-custom-emoticon-sad:before {
  content: "\E85B";
}

.ym-custom-headset:before {
  content: "\E95B";
}

.ym-custom-newspaper:before {
  content: "\EA5B";
}

.ym-custom-router-wireless:before {
  content: "\EB5B";
}

.ym-custom-treasure-chest:before {
  content: "\EC5B";
}

.ym-custom-arrow-expand:before {
  content: "\E65C";
}

.ym-custom-chart-scatterplot-hexbin:before {
  content: "\E75C";
}

.ym-custom-emoticon-poop:before {
  content: "\E85C";
}

.ym-custom-hanger:before {
  content: "\E95C";
}

.ym-custom-nfc:before {
  content: "\EA5C";
}

.ym-custom-rowing:before {
  content: "\EB5C";
}

.ym-custom-trending-up:before {
  content: "\EC5C";
}

.ym-custom-arrow-down-drop-circle:before {
  content: "\E65D";
}

.ym-custom-chart-timeline:before {
  content: "\E75D";
}

.ym-custom-emoticon-tongue:before {
  content: "\E85D";
}

.ym-custom-headset-dock:before {
  content: "\E95D";
}

.ym-custom-nfc-variant:before {
  content: "\EA5D";
}

.ym-custom-rss:before {
  content: "\EB5D";
}

.ym-custom-trending-neutral:before {
  content: "\EC5D";
}

.ym-custom-arrow-down-bold-hexagon-outline:before {
  content: "\E65E";
}

.ym-custom-check:before {
  content: "\E75E";
}

.ym-custom-engine:before {
  content: "\E85E";
}

.ym-custom-headset-off:before {
  content: "\E95E";
}

.ym-custom-nodejs:before {
  content: "\EA5E";
}

.ym-custom-rss-box:before {
  content: "\EB5E";
}

.ym-custom-trello:before {
  content: "\EC5E";
}

.ym-custom-arrow-expand-all:before {
  content: "\E65F";
}

.ym-custom-check-all:before {
  content: "\E75F";
}

.ym-custom-engine-outline:before {
  content: "\E85F";
}

.ym-custom-heart:before {
  content: "\E95F";
}

.ym-custom-note:before {
  content: "\EA5F";
}

.ym-custom-ruler:before {
  content: "\EB5F";
}

.ym-custom-trending-down:before {
  content: "\EC5F";
}

.ym-custom-arrow-left:before {
  content: "\E660";
}

.ym-custom-checkbox-blank:before {
  content: "\E760";
}

.ym-custom-equal:before {
  content: "\E860";
}

.ym-custom-heart-box-outline:before {
  content: "\E960";
}

.ym-custom-nfc-tap:before {
  content: "\EA60";
}

.ym-custom-sale:before {
  content: "\EB60";
}

.ym-custom-triangle:before {
  content: "\EC60";
}

.ym-custom-arrow-left-bold:before {
  content: "\E661";
}

.ym-custom-checkbox-blank-circle:before {
  content: "\E761";
}

.ym-custom-eraser:before {
  content: "\E861";
}

.ym-custom-heart-broken:before {
  content: "\E961";
}

.ym-custom-note-multiple:before {
  content: "\EA61";
}

.ym-custom-run:before {
  content: "\EB61";
}

.ym-custom-triangle-outline:before {
  content: "\EC61";
}

.ym-custom-arrow-left-bold-circle:before {
  content: "\E662";
}

.ym-custom-checkbox-blank-circle-outline:before {
  content: "\E762";
}

.ym-custom-eraser-variant:before {
  content: "\E862";
}

.ym-custom-heart-box:before {
  content: "\E962";
}

.ym-custom-note-multiple-outline:before {
  content: "\EA62";
}

.ym-custom-satellite:before {
  content: "\EB62";
}

.ym-custom-trophy-award:before {
  content: "\EC62";
}

.ym-custom-arrow-left-bold-circle-outline:before {
  content: "\E663";
}

.ym-custom-checkbox-blank-outline:before {
  content: "\E763";
}

.ym-custom-equal-box:before {
  content: "\E863";
}

.ym-custom-heart-half-outline:before {
  content: "\E963";
}

.ym-custom-note-outline:before {
  content: "\EA63";
}

.ym-custom-satellite-variant:before {
  content: "\EB63";
}

.ym-custom-trophy-outline:before {
  content: "\EC63";
}

.ym-custom-arrow-left-bold-hexagon-outline:before {
  content: "\E664";
}

.ym-custom-checkbox-marked-circle:before {
  content: "\E764";
}

.ym-custom-escalator:before {
  content: "\E864";
}

.ym-custom-heart-half-part:before {
  content: "\E964";
}

.ym-custom-note-plus:before {
  content: "\EA64";
}

.ym-custom-saxophone:before {
  content: "\EB64";
}

.ym-custom-trophy:before {
  content: "\EC64";
}

.ym-custom-arrow-left-box:before {
  content: "\E665";
}

.ym-custom-checkbox-marked-circle-outline:before {
  content: "\E765";
}

.ym-custom-ethernet-cable:before {
  content: "\E865";
}

.ym-custom-heart-half-part-outline:before {
  content: "\E965";
}

.ym-custom-note-text:before {
  content: "\EA65";
}

.ym-custom-scale:before {
  content: "\EB65";
}

.ym-custom-trophy-variant:before {
  content: "\EC65";
}

.ym-custom-arrow-left-drop-circle:before {
  content: "\E666";
}

.ym-custom-checkbox-marked-outline:before {
  content: "\E766";
}

.ym-custom-ethernet:before {
  content: "\E866";
}

.ym-custom-help:before {
  content: "\E966";
}

.ym-custom-note-plus-outline:before {
  content: "\EA66";
}

.ym-custom-scale-balance:before {
  content: "\EB66";
}

.ym-custom-trophy-variant-outline:before {
  content: "\EC66";
}

.ym-custom-arrow-left-drop-circle-outline:before {
  content: "\E667";
}

.ym-custom-checkbox-marked:before {
  content: "\E767";
}

.ym-custom-ethernet-cable-off:before {
  content: "\E867";
}

.ym-custom-heart-outline:before {
  content: "\E967";
}

.ym-custom-notification-clear-all:before {
  content: "\EA67";
}

.ym-custom-scale-bathroom:before {
  content: "\EB67";
}

.ym-custom-truck-delivery:before {
  content: "\EC67";
}

.ym-custom-arrow-right:before {
  content: "\E668";
}

.ym-custom-checkbox-multiple-blank-circle:before {
  content: "\E768";
}

.ym-custom-etsy:before {
  content: "\E868";
}

.ym-custom-heart-pulse:before {
  content: "\E968";
}

.ym-custom-npm:before {
  content: "\EA68";
}

.ym-custom-scanner:before {
  content: "\EB68";
}

.ym-custom-truck-trailer:before {
  content: "\EC68";
}

.ym-custom-arrow-right-bold-circle:before {
  content: "\E669";
}

.ym-custom-checkbox-multiple-blank:before {
  content: "\E769";
}

.ym-custom-evernote:before {
  content: "\E869";
}

.ym-custom-help-circle:before {
  content: "\E969";
}

.ym-custom-nuke:before {
  content: "\EA69";
}

.ym-custom-school:before {
  content: "\EB69";
}

.ym-custom-tshirt-crew:before {
  content: "\EC69";
}

.ym-custom-arrow-right-bold:before {
  content: "\E66A";
}

.ym-custom-checkbox-multiple-blank-circle-outline:before {
  content: "\E76A";
}

.ym-custom-ev-station:before {
  content: "\E86A";
}

.ym-custom-help-circle-outline:before {
  content: "\E96A";
}

.ym-custom-numeric:before {
  content: "\EA6A";
}

.ym-custom-screen-rotation:before {
  content: "\EB6A";
}

.ym-custom-tshirt-v:before {
  content: "\EC6A";
}

.ym-custom-arrow-right-bold-circle-outline:before {
  content: "\E66B";
}

.ym-custom-checkbox-multiple-blank-outline:before {
  content: "\E76B";
}

.ym-custom-exclamation:before {
  content: "\E86B";
}

.ym-custom-hexagon:before {
  content: "\E96B";
}

.ym-custom-numeric--box:before {
  content: "\EA6B";
}

.ym-custom-screen-rotation-lock:before {
  content: "\EB6B";
}

.ym-custom-tumblr:before {
  content: "\EC6B";
}

.ym-custom-arrow-right-box:before {
  content: "\E66C";
}

.ym-custom-checkbox-multiple-marked:before {
  content: "\E76C";
}

.ym-custom-exit-to-app:before {
  content: "\E86C";
}

.ym-custom-highway:before {
  content: "\E96C";
}

.ym-custom-numeric--box-multiple-outline:before {
  content: "\EA6C";
}

.ym-custom-screwdriver:before {
  content: "\EB6C";
}

.ym-custom-tumblr-reblog:before {
  content: "\EC6C";
}

.ym-custom-arrow-right-bold-hexagon-outline:before {
  content: "\E66D";
}

.ym-custom-checkbox-multiple-marked-circle:before {
  content: "\E76D";
}

.ym-custom-export:before {
  content: "\E86D";
}

.ym-custom-hexagon-outline:before {
  content: "\E96D";
}

.ym-custom-numeric--box-outline:before {
  content: "\EA6D";
}

.ym-custom-script:before {
  content: "\EB6D";
}

.ym-custom-tune:before {
  content: "\EC6D";
}

.ym-custom-arrow-right-drop-circle:before {
  content: "\E66E";
}

.ym-custom-checkbox-multiple-marked-circle-outline:before {
  content: "\E76E";
}

.ym-custom-eye:before {
  content: "\E86E";
}

.ym-custom-history:before {
  content: "\E96E";
}

.ym-custom-numeric--box1:before {
  content: "\EA6E";
}

.ym-custom-sd:before {
  content: "\EB6E";
}

.ym-custom-truck:before {
  content: "\EC6E";
}

.ym-custom-arrow-right-drop-circle-outline:before {
  content: "\E66F";
}

.ym-custom-check-circle:before {
  content: "\E76F";
}

.ym-custom-eyedropper:before {
  content: "\E86F";
}

.ym-custom-home:before {
  content: "\E96F";
}

.ym-custom-numeric--box-outline1:before {
  content: "\EA6F";
}

.ym-custom-seat-flat:before {
  content: "\EB6F";
}

.ym-custom-tune-vertical:before {
  content: "\EC6F";
}

.ym-custom-arrow-top-right:before {
  content: "\E670";
}

.ym-custom-checkbox-multiple-marked-outline:before {
  content: "\E770";
}

.ym-custom-eye-off:before {
  content: "\E870";
}

.ym-custom-hololens:before {
  content: "\E970";
}

.ym-custom-numeric--box-multiple-outline1:before {
  content: "\EA70";
}

.ym-custom-seat-flat-angled:before {
  content: "\EB70";
}

.ym-custom-twitch:before {
  content: "\EC70";
}

.ym-custom-arrow-up:before {
  content: "\E671";
}

.ym-custom-checkerboard:before {
  content: "\E771";
}

.ym-custom-eyedropper-variant:before {
  content: "\E871";
}

.ym-custom-home-modern:before {
  content: "\E971";
}

.ym-custom-numeric--box2:before {
  content: "\EA71";
}

.ym-custom-seat-individual-suite:before {
  content: "\EB71";
}

.ym-custom-twitter:before {
  content: "\EC71";
}

.ym-custom-arrow-up-bold:before {
  content: "\E672";
}

.ym-custom-check-circle-outline:before {
  content: "\E772";
}

.ym-custom-face:before {
  content: "\E872";
}

.ym-custom-home-outline:before {
  content: "\E972";
}

.ym-custom-numeric--box-multiple-outline2:before {
  content: "\EA72";
}

.ym-custom-seal:before {
  content: "\EB72";
}

.ym-custom-twitter-circle:before {
  content: "\EC72";
}

.ym-custom-arrow-top-left:before {
  content: "\E673";
}

.ym-custom-chemical-weapon:before {
  content: "\E773";
}

.ym-custom-facebook-box:before {
  content: "\E873";
}

.ym-custom-home-variant:before {
  content: "\E973";
}

.ym-custom-numeric--box-outline2:before {
  content: "\EA73";
}

.ym-custom-seat-legroom-extra:before {
  content: "\EB73";
}

.ym-custom-twitter-box:before {
  content: "\EC73";
}

.ym-custom-arrow-up-bold-circle:before {
  content: "\E674";
}

.ym-custom-chevron-double-down:before {
  content: "\E774";
}

.ym-custom-facebook:before {
  content: "\E874";
}

.ym-custom-home-map-marker:before {
  content: "\E974";
}

.ym-custom-numeric--box-multiple-outline3:before {
  content: "\EA74";
}

.ym-custom-seat-legroom-normal:before {
  content: "\EB74";
}

.ym-custom-umbraco:before {
  content: "\EC74";
}

.ym-custom-arrow-up-bold-circle-outline:before {
  content: "\E675";
}

.ym-custom-chevron-double-left:before {
  content: "\E775";
}

.ym-custom-face-profile:before {
  content: "\E875";
}

.ym-custom-hook:before {
  content: "\E975";
}

.ym-custom-numeric--box-outline3:before {
  content: "\EA75";
}

.ym-custom-seat-recline-extra:before {
  content: "\EB75";
}

.ym-custom-twitter-retweet:before {
  content: "\EC75";
}

.ym-custom-arrow-up-bold-hexagon-outline:before {
  content: "\E676";
}

.ym-custom-chevron-double-right:before {
  content: "\E776";
}

.ym-custom-facebook-messenger:before {
  content: "\E876";
}

.ym-custom-hook-off:before {
  content: "\E976";
}

.ym-custom-numeric--box3:before {
  content: "\EA76";
}

.ym-custom-seat-legroom-reduced:before {
  content: "\EB76";
}

.ym-custom-ubuntu:before {
  content: "\EC76";
}

.ym-custom-arrow-up-box:before {
  content: "\E677";
}

.ym-custom-chevron-double-up:before {
  content: "\E777";
}

.ym-custom-factory:before {
  content: "\E877";
}

.ym-custom-hops:before {
  content: "\E977";
}

.ym-custom-numeric--box4:before {
  content: "\EA77";
}

.ym-custom-seat-recline-normal:before {
  content: "\EB77";
}

.ym-custom-umbrella:before {
  content: "\EC77";
}

.ym-custom-album:before {
  content: "\E678";
}

.ym-custom-chevron-down:before {
  content: "\E778";
}

.ym-custom-fast-forward:before {
  content: "\E878";
}

.ym-custom-hospital:before {
  content: "\E978";
}

.ym-custom-numeric--box-outline4:before {
  content: "\EA78";
}

.ym-custom-security:before {
  content: "\EB78";
}

.ym-custom-unfold-less:before {
  content: "\EC78";
}

.ym-custom-assistant:before {
  content: "\E679";
}

.ym-custom-chevron-left:before {
  content: "\E779";
}

.ym-custom-fan:before {
  content: "\E879";
}

.ym-custom-hospital-building:before {
  content: "\E979";
}

.ym-custom-numeric--box-multiple-outline4:before {
  content: "\EA79";
}

.ym-custom-security-home:before {
  content: "\EB79";
}

.ym-custom-undo-variant:before {
  content: "\EC79";
}

.ym-custom-arrow-up-drop-circle-outline:before {
  content: "\E67A";
}

.ym-custom-chevron-right:before {
  content: "\E77A";
}

.ym-custom-fast-forward-outline:before {
  content: "\E87A";
}

.ym-custom-hospital-marker:before {
  content: "\E97A";
}

.ym-custom-numeric--box5:before {
  content: "\EA7A";
}

.ym-custom-security-network:before {
  content: "\EB7A";
}

.ym-custom-undo:before {
  content: "\EC7A";
}

.ym-custom-arrow-up-drop-circle:before {
  content: "\E67B";
}

.ym-custom-chevron-up:before {
  content: "\E77B";
}

.ym-custom-fax:before {
  content: "\E87B";
}

.ym-custom-hotel:before {
  content: "\E97B";
}

.ym-custom-numeric--box-multiple-outline5:before {
  content: "\EA7B";
}

.ym-custom-select-all:before {
  content: "\EB7B";
}

.ym-custom-unfold-more:before {
  content: "\EC7B";
}

.ym-custom-attachment:before {
  content: "\E67C";
}

.ym-custom-church:before {
  content: "\E77C";
}

.ym-custom-feather:before {
  content: "\E87C";
}

.ym-custom-houzz:before {
  content: "\E97C";
}

.ym-custom-numeric--box-outline5:before {
  content: "\EA7C";
}

.ym-custom-select-inverse:before {
  content: "\EB7C";
}

.ym-custom-ungroup:before {
  content: "\EC7C";
}

.ym-custom-asterisk:before {
  content: "\E67D";
}

.ym-custom-chip:before {
  content: "\E77D";
}

.ym-custom-ferry:before {
  content: "\E87D";
}

.ym-custom-houzz-box:before {
  content: "\E97D";
}

.ym-custom-numeric--box6:before {
  content: "\EA7D";
}

.ym-custom-select:before {
  content: "\EB7D";
}

.ym-custom-umbrella-outline:before {
  content: "\EC7D";
}

.ym-custom-at:before {
  content: "\E67E";
}

.ym-custom-cisco-webex:before {
  content: "\E77E";
}

.ym-custom-file:before {
  content: "\E87E";
}

.ym-custom-human-child:before {
  content: "\E97E";
}

.ym-custom-numeric--box-multiple-outline6:before {
  content: "\EA7E";
}

.ym-custom-selection:before {
  content: "\EB7E";
}

.ym-custom-update:before {
  content: "\EC7E";
}

.ym-custom-audiobook:before {
  content: "\E67F";
}

.ym-custom-city:before {
  content: "\E77F";
}

.ym-custom-file-chart:before {
  content: "\E87F";
}

.ym-custom-human:before {
  content: "\E97F";
}

.ym-custom-numeric--box7:before {
  content: "\EA7F";
}

.ym-custom-select-off:before {
  content: "\EB7F";
}

.ym-custom-untappd:before {
  content: "\EC7F";
}

.ym-custom-auto-fix:before {
  content: "\E680";
}

.ym-custom-clipboard:before {
  content: "\E780";
}

.ym-custom-file-check:before {
  content: "\E880";
}

.ym-custom-human-greeting:before {
  content: "\E980";
}

.ym-custom-numeric--box-outline6:before {
  content: "\EA80";
}

.ym-custom-send:before {
  content: "\EB80";
}

.ym-custom-unity:before {
  content: "\EC80";
}

.ym-custom-auto-upload:before {
  content: "\E681";
}

.ym-custom-clipboard-account:before {
  content: "\E781";
}

.ym-custom-file-cloud:before {
  content: "\E881";
}

.ym-custom-human-female:before {
  content: "\E981";
}

.ym-custom-numeric--box-multiple-outline7:before {
  content: "\EA81";
}

.ym-custom-serial-port:before {
  content: "\EB81";
}

.ym-custom-upload:before {
  content: "\EC81";
}

.ym-custom-autorenew:before {
  content: "\E682";
}

.ym-custom-clipboard-arrow-down:before {
  content: "\E782";
}

.ym-custom-file-delimited:before {
  content: "\E882";
}

.ym-custom-human-handsup:before {
  content: "\E982";
}

.ym-custom-numeric--box-outline7:before {
  content: "\EA82";
}

.ym-custom-server-minus:before {
  content: "\EB82";
}

.ym-custom-vector-arrange-above:before {
  content: "\EC82";
}

.ym-custom-av-timer:before {
  content: "\E683";
}

.ym-custom-clipboard-alert:before {
  content: "\E783";
}

.ym-custom-file-document-box:before {
  content: "\E883";
}

.ym-custom-human-handsdown:before {
  content: "\E983";
}

.ym-custom-numeric--box8:before {
  content: "\EA83";
}

.ym-custom-server:before {
  content: "\EB83";
}

.ym-custom-usb:before {
  content: "\EC83";
}

.ym-custom-backspace:before {
  content: "\E684";
}

.ym-custom-clipboard-arrow-left:before {
  content: "\E784";
}

.ym-custom-file-excel:before {
  content: "\E884";
}

.ym-custom-human-male-female:before {
  content: "\E984";
}

.ym-custom-numeric--box-multiple-outline8:before {
  content: "\EA84";
}

.ym-custom-server-network-off:before {
  content: "\EB84";
}

.ym-custom-vector-arrange-below:before {
  content: "\EC84";
}

.ym-custom-backburger:before {
  content: "\E685";
}

.ym-custom-clipboard-check:before {
  content: "\E785";
}

.ym-custom-file-document:before {
  content: "\E885";
}

.ym-custom-human-male:before {
  content: "\E985";
}

.ym-custom-numeric--box9:before {
  content: "\EA85";
}

.ym-custom-server-network:before {
  content: "\EB85";
}

.ym-custom-vector-circle:before {
  content: "\EC85";
}

.ym-custom-baby-buggy:before {
  content: "\E686";
}

.ym-custom-clipboard-flow:before {
  content: "\E786";
}

.ym-custom-file-excel-box:before {
  content: "\E886";
}

.ym-custom-human-pregnant:before {
  content: "\E986";
}

.ym-custom-numeric--box-outline8:before {
  content: "\EA86";
}

.ym-custom-server-off:before {
  content: "\EB86";
}

.ym-custom-vector-combine:before {
  content: "\EC86";
}

.ym-custom-baby:before {
  content: "\E687";
}

.ym-custom-clipboard-outline:before {
  content: "\E787";
}

.ym-custom-file-export:before {
  content: "\E887";
}

.ym-custom-image:before {
  content: "\E987";
}

.ym-custom-numeric--box-multiple-outline9:before {
  content: "\EA87";
}

.ym-custom-server-plus:before {
  content: "\EB87";
}

.ym-custom-vector-circle-variant:before {
  content: "\EC87";
}

.ym-custom-bandcamp:before {
  content: "\E688";
}

.ym-custom-clipboard-text:before {
  content: "\E788";
}

.ym-custom-file-find:before {
  content: "\E888";
}

.ym-custom-image-album:before {
  content: "\E988";
}

.ym-custom-numeric--box-outline9:before {
  content: "\EA88";
}

.ym-custom-server-remove:before {
  content: "\EB88";
}

.ym-custom-vector-curve:before {
  content: "\EC88";
}

.ym-custom-bank:before {
  content: "\E689";
}

.ym-custom-clippy:before {
  content: "\E789";
}

.ym-custom-file-image:before {
  content: "\E889";
}

.ym-custom-image-area:before {
  content: "\E989";
}

.ym-custom-numeric--plus-box:before {
  content: "\EA89";
}

.ym-custom-shape-circle-plus:before {
  content: "\EB89";
}

.ym-custom-vector-difference:before {
  content: "\EC89";
}

.ym-custom-backup-restore:before {
  content: "\E68A";
}

.ym-custom-clock:before {
  content: "\E78A";
}

.ym-custom-file-hidden:before {
  content: "\E88A";
}

.ym-custom-image-area-close:before {
  content: "\E98A";
}

.ym-custom-numeric--plus-box-multiple-outline:before {
  content: "\EA8A";
}

.ym-custom-server-security:before {
  content: "\EB8A";
}

.ym-custom-vector-difference-ba:before {
  content: "\EC8A";
}

.ym-custom-barley:before {
  content: "\E68B";
}

.ym-custom-clock-end:before {
  content: "\E78B";
}

.ym-custom-file-import:before {
  content: "\E88B";
}

.ym-custom-image-filter-black-white:before {
  content: "\E98B";
}

.ym-custom-nutrition:before {
  content: "\EA8B";
}

.ym-custom-settings-box:before {
  content: "\EB8B";
}

.ym-custom-vector-difference-ab:before {
  content: "\EC8B";
}

.ym-custom-barcode-scan:before {
  content: "\E68C";
}

.ym-custom-clock-alert:before {
  content: "\E78C";
}

.ym-custom-file-lock:before {
  content: "\E88C";
}

.ym-custom-image-filter:before {
  content: "\E98C";
}

.ym-custom-numeric--plus-box-outline:before {
  content: "\EA8C";
}

.ym-custom-shape-polygon-plus:before {
  content: "\EB8C";
}

.ym-custom-vector-line:before {
  content: "\EC8C";
}

.ym-custom-barcode:before {
  content: "\E68D";
}

.ym-custom-clock-in:before {
  content: "\E78D";
}

.ym-custom-file-multiple:before {
  content: "\E88D";
}

.ym-custom-image-broken-variant:before {
  content: "\E98D";
}

.ym-custom-oar:before {
  content: "\EA8D";
}

.ym-custom-settings:before {
  content: "\EB8D";
}

.ym-custom-vector-intersection:before {
  content: "\EC8D";
}

.ym-custom-barrel:before {
  content: "\E68E";
}

.ym-custom-clock-out:before {
  content: "\E78E";
}

.ym-custom-file-outline:before {
  content: "\E88E";
}

.ym-custom-image-broken:before {
  content: "\E98E";
}

.ym-custom-octagon:before {
  content: "\EA8E";
}

.ym-custom-shape-plus:before {
  content: "\EB8E";
}

.ym-custom-vector-point:before {
  content: "\EC8E";
}

.ym-custom-basecamp:before {
  content: "\E68F";
}

.ym-custom-clock-fast:before {
  content: "\E78F";
}

.ym-custom-file-music:before {
  content: "\E88F";
}

.ym-custom-image-filter-center-focus-weak:before {
  content: "\E98F";
}

.ym-custom-octagon-outline:before {
  content: "\EA8F";
}

.ym-custom-share:before {
  content: "\EB8F";
}

.ym-custom-vector-polygon:before {
  content: "\EC8F";
}

.ym-custom-basket:before {
  content: "\E690";
}

.ym-custom-clock-start:before {
  content: "\E790";
}

.ym-custom-file-pdf:before {
  content: "\E890";
}

.ym-custom-image-filter-center-focus:before {
  content: "\E990";
}

.ym-custom-odnoklassniki:before {
  content: "\EA90";
}

.ym-custom-shape-square-plus:before {
  content: "\EB90";
}

.ym-custom-vector-polyline:before {
  content: "\EC90";
}

.ym-custom-basket-fill:before {
  content: "\E691";
}

.ym-custom-close-box:before {
  content: "\E791";
}

.ym-custom-file-powerpoint:before {
  content: "\E891";
}

.ym-custom-image-filter-drama:before {
  content: "\E991";
}

.ym-custom-office:before {
  content: "\EA91";
}

.ym-custom-share-variant:before {
  content: "\EB91";
}

.ym-custom-vector-rectangle:before {
  content: "\EC91";
}

.ym-custom-battery:before {
  content: "\E692";
}

.ym-custom-close-box-outline:before {
  content: "\E792";
}

.ym-custom-file-pdf-box:before {
  content: "\E892";
}

.ym-custom-image-filter-frames:before {
  content: "\E992";
}

.ym-custom-oil-temperature:before {
  content: "\EA92";
}

.ym-custom-shield:before {
  content: "\EB92";
}

.ym-custom-vector-selection:before {
  content: "\EC92";
}

.ym-custom-basket-unfill:before {
  content: "\E693";
}

.ym-custom-close-circle:before {
  content: "\E793";
}

.ym-custom-file-powerpoint-box:before {
  content: "\E893";
}

.ym-custom-image-filter-hdr:before {
  content: "\E993";
}

.ym-custom-oil:before {
  content: "\EA93";
}

.ym-custom-shopping:before {
  content: "\EB93";
}

.ym-custom-vector-square:before {
  content: "\EC93";
}

.ym-custom-battery-:before {
  content: "\E694";
}

.ym-custom-close-circle-outline:before {
  content: "\E794";
}

.ym-custom-file-restore:before {
  content: "\E894";
}

.ym-custom-image-filter-none:before {
  content: "\E994";
}

.ym-custom-omega:before {
  content: "\EA94";
}

.ym-custom-shovel:before {
  content: "\EB94";
}

.ym-custom-vector-triangle:before {
  content: "\EC94";
}

.ym-custom-battery-1:before {
  content: "\E695";
}

.ym-custom-close:before {
  content: "\E795";
}

.ym-custom-file-send:before {
  content: "\E895";
}

.ym-custom-image-filter-tilt-shift:before {
  content: "\E995";
}

.ym-custom-opacity:before {
  content: "\EA95";
}

.ym-custom-shopping-music:before {
  content: "\EB95";
}

.ym-custom-vector-union:before {
  content: "\EC95";
}

.ym-custom-battery-2:before {
  content: "\E696";
}

.ym-custom-closed-caption:before {
  content: "\E796";
}

.ym-custom-file-tree:before {
  content: "\E896";
}

.ym-custom-image-filter-vintage:before {
  content: "\E996";
}

.ym-custom-onedrive:before {
  content: "\EA96";
}

.ym-custom-shovel-off:before {
  content: "\EB96";
}

.ym-custom-vibrate:before {
  content: "\EC96";
}

.ym-custom-battery-3:before {
  content: "\E697";
}

.ym-custom-close-octagon:before {
  content: "\E797";
}

.ym-custom-file-video:before {
  content: "\E897";
}

.ym-custom-image-multiple:before {
  content: "\E997";
}

.ym-custom-openid:before {
  content: "\EA97";
}

.ym-custom-shredder:before {
  content: "\EB97";
}

.ym-custom-verified:before {
  content: "\EC97";
}

.ym-custom-battery-4:before {
  content: "\E698";
}

.ym-custom-close-outline:before {
  content: "\E798";
}

.ym-custom-file-word:before {
  content: "\E898";
}

.ym-custom-import:before {
  content: "\E998";
}

.ym-custom-open-in-new:before {
  content: "\EA98";
}

.ym-custom-shuffle:before {
  content: "\EB98";
}

.ym-custom-video:before {
  content: "\EC98";
}

.ym-custom-battery-5:before {
  content: "\E699";
}

.ym-custom-close-network:before {
  content: "\E799";
}

.ym-custom-file-presentation-box:before {
  content: "\E899";
}

.ym-custom-inbox-arrow-down:before {
  content: "\E999";
}

.ym-custom-open-in-app:before {
  content: "\EA99";
}

.ym-custom-shuffle-disabled:before {
  content: "\EB99";
}

.ym-custom-video-off:before {
  content: "\EC99";
}

.ym-custom-battery-6:before {
  content: "\E69A";
}

.ym-custom-cloud:before {
  content: "\E79A";
}

.ym-custom-file-word-box:before {
  content: "\E89A";
}

.ym-custom-inbox:before {
  content: "\E99A";
}

.ym-custom-opera:before {
  content: "\EA9A";
}

.ym-custom-shuffle-variant:before {
  content: "\EB9A";
}

.ym-custom-video-switch:before {
  content: "\EC9A";
}

.ym-custom-battery-7:before {
  content: "\E69B";
}

.ym-custom-close-octagon-outline:before {
  content: "\E79B";
}

.ym-custom-file-xml:before {
  content: "\E89B";
}

.ym-custom-incognito:before {
  content: "\E99B";
}

.ym-custom-ornament:before {
  content: "\EA9B";
}

.ym-custom-shape-rectangle-plus:before {
  content: "\EB9B";
}

.ym-custom-view-agenda:before {
  content: "\EC9B";
}

.ym-custom-battery-8:before {
  content: "\E69C";
}

.ym-custom-cloud-check:before {
  content: "\E79C";
}

.ym-custom-film:before {
  content: "\E89C";
}

.ym-custom-inbox-arrow-up:before {
  content: "\E99C";
}

.ym-custom-ornament-variant:before {
  content: "\EA9C";
}

.ym-custom-shield-outline:before {
  content: "\EB9C";
}

.ym-custom-view-array:before {
  content: "\EC9C";
}

.ym-custom-battery-charging-:before {
  content: "\E69D";
}

.ym-custom-cloud-download:before {
  content: "\E79D";
}

.ym-custom-filmstrip:before {
  content: "\E89D";
}

.ym-custom-infinity:before {
  content: "\E99D";
}

.ym-custom-owl:before {
  content: "\EA9D";
}

.ym-custom-sigma:before {
  content: "\EB9D";
}

.ym-custom-view-carousel:before {
  content: "\EC9D";
}

.ym-custom-battery-alert:before {
  content: "\E69E";
}

.ym-custom-cloud-outline-off:before {
  content: "\E79E";
}

.ym-custom-filmstrip-off:before {
  content: "\E89E";
}

.ym-custom-information-outline:before {
  content: "\E99E";
}

.ym-custom-package:before {
  content: "\EA9E";
}

.ym-custom-sigma-lower:before {
  content: "\EB9E";
}

.ym-custom-view-column:before {
  content: "\EC9E";
}

.ym-custom-battery-charging:before {
  content: "\E69F";
}

.ym-custom-cloud-outline:before {
  content: "\E79F";
}

.ym-custom-filter:before {
  content: "\E89F";
}

.ym-custom-information:before {
  content: "\E99F";
}

.ym-custom-package-down:before {
  content: "\EA9F";
}

.ym-custom-signal:before {
  content: "\EB9F";
}

.ym-custom-view-dashboard:before {
  content: "\EC9F";
}

.ym-custom-battery-charging-1:before {
  content: "\E6A0";
}

.ym-custom-cloud-circle:before {
  content: "\E7A0";
}

.ym-custom-filter-remove:before {
  content: "\E8A0";
}

.ym-custom-information-variant:before {
  content: "\E9A0";
}

.ym-custom-package-up:before {
  content: "\EAA0";
}

.ym-custom-signal-g:before {
  content: "\EBA0";
}

.ym-custom-view-day:before {
  content: "\ECA0";
}

.ym-custom-battery-charging-2:before {
  content: "\E6A1";
}

.ym-custom-cloud-print:before {
  content: "\E7A1";
}

.ym-custom-filter-remove-outline:before {
  content: "\E8A1";
}

.ym-custom-instagram:before {
  content: "\E9A1";
}

.ym-custom-package-variant:before {
  content: "\EAA1";
}

.ym-custom-signal-g1:before {
  content: "\EBA1";
}

.ym-custom-view-list:before {
  content: "\ECA1";
}
@font-face {
  font-family: "reset-refresh"; /* Project id  */
  src: url(data:font/ttf;base64,AAEAAAALAIAAAwAwR1NVQiCLJXoAAAE4AAAAVE9TLzI8KEjjAAABjAAAAGBjbWFw5zu14wAAAfQAAAFwZ2x5ZsHQLNMAAANsAAAAxGhlYWQj8+JBAAAA4AAAADZoaGVhB94DgwAAALwAAAAkaG10eAgAAAAAAAHsAAAACGxvY2EAYgAAAAADZAAAAAZtYXhwAQ0ASwAAARgAAAAgbmFtZRCjPLAAAAQwAAACZ3Bvc3TY6c97AAAGmAAAADEAAQAAA4D/gABcBAAAAAAABAAAAQAAAAAAAAAAAAAAAAAAAAIAAQAAAAEAABUpsEdfDzz1AAsEAAAAAADgak8iAAAAAOBqTyIAAP//BAADAQAAAAgAAgAAAAAAAAABAAAAAgA/AAEAAAAAAAIAAAAKAAoAAAD/AAAAAAAAAAEAAAAKADAAPgACREZMVAAObGF0bgAaAAQAAAAAAAAAAQAAAAQAAAAAAAAAAQAAAAFsaWdhAAgAAAABAAAAAQAEAAQAAAABAAgAAQAGAAAAAQAAAAQEAAGQAAUAAAKJAswAAACPAokCzAAAAesAMgEIAAACAAUDAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFBmRWQAwOYT5hMDgP+AAAAD3ACAAAAAAQAAAAAAAAAAAAAAAAACBAAAAAQAAAAAAAAFAAAAAwAAACwAAAAEAAABVAABAAAAAABOAAMAAQAAACwAAwAKAAABVAAEACIAAAAEAAQAAQAA5hP//wAA5hP//wAAAAEABAAAAAEAAAEGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABwAAAAAAAAAAQAA5hMAAOYTAAAAAQAAAAAAYgAAAAEAAP//A4EDAQA+AAABLgEjMSIGDwE3Ni4BBg8BBhcWMzI/AT4BLgEPATc+ATIWFxYXFgcOAQcGJyYnJicuAQ4BFxYXHgEyPgI0JgMMOJFQT5E4AwwDCxUSAyYDCggLAwOMCgsGEwotAzF9in4xQhcXFxeEWlhXWkI0GgQTFAkEHjs4kZ+RcDw8ApA2Ojo2AysKEwUKC4YOCwcBJAMSFAoCDAMvMzMvQFdVVVeAFxYWF0AyQQkJCBMKSjo2OjptjJqMAAAAABIA3gABAAAAAAAAABMAAAABAAAAAAABAAgAEwABAAAAAAACAAcAGwABAAAAAAADAAgAIgABAAAAAAAEAAgAKgABAAAAAAAFAAsAMgABAAAAAAAGAAgAPQABAAAAAAAKACsARQABAAAAAAALABMAcAADAAEECQAAACYAgwADAAEECQABABAAqQADAAEECQACAA4AuQADAAEECQADABAAxwADAAEECQAEABAA1wADAAEECQAFABYA5wADAAEECQAGABAA/QADAAEECQAKAFYBDQADAAEECQALACYBY0NyZWF0ZWQgYnkgaWNvbmZvbnRpY29uZm9udFJlZ3VsYXJpY29uZm9udGljb25mb250VmVyc2lvbiAxLjBpY29uZm9udEdlbmVyYXRlZCBieSBzdmcydHRmIGZyb20gRm9udGVsbG8gcHJvamVjdC5odHRwOi8vZm9udGVsbG8uY29tAEMAcgBlAGEAdABlAGQAIABiAHkAIABpAGMAbwBuAGYAbwBuAHQAaQBjAG8AbgBmAG8AbgB0AFIAZQBnAHUAbABhAHIAaQBjAG8AbgBmAG8AbgB0AGkAYwBvAG4AZgBvAG4AdABWAGUAcgBzAGkAbwBuACAAMQAuADAAaQBjAG8AbgBmAG8AbgB0AEcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAAcwB2AGcAMgB0AHQAZgAgAGYAcgBvAG0AIABGAG8AbgB0AGUAbABsAG8AIABwAHIAbwBqAGUAYwB0AC4AaAB0AHQAcAA6AC8ALwBmAG8AbgB0AGUAbABsAG8ALgBjAG8AbQAAAgAAAAAAAAAKAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAQIBAwAHcmVmcmVzaAAAAAAA) format("truetype");
}
.reset-refresh {
  font-family: "reset-refresh" !important;
  font-size: 13px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-refresh:before {
  content: "\E613";
}
@font-face {
  font-family: "online-help"; /* Project id  */
  src: url(data:font/ttf;base64,AAEAAAALAIAAAwAwR1NVQiCLJXoAAAE4AAAAVE9TLzI8K0jmAAABjAAAAGBjbWFw5z617AAAAfQAAAFwZ2x5ZtLqCRIAAANsAAABDGhlYWQkOPsbAAAA4AAAADZoaGVhB94DgwAAALwAAAAkaG10eAgAAAAAAAHsAAAACGxvY2EAhgAAAAADZAAAAAZtYXhwAREAZwAAARgAAAAgbmFtZRCjPLAAAAR4AAACZ3Bvc3Rpdm12AAAG4AAAAC4AAQAAA4D/gABcBAAAAAAABAAAAQAAAAAAAAAAAAAAAAAAAAIAAQAAAAEAAND2iPpfDzz1AAsEAAAAAADgjNuPAAAAAOCM248AAP/VBAADKwAAAAgAAgAAAAAAAAABAAAAAgBbAAUAAAAAAAIAAAAKAAoAAAD/AAAAAAAAAAEAAAAKADAAPgACREZMVAAObGF0bgAaAAQAAAAAAAAAAQAAAAQAAAAAAAAAAQAAAAFsaWdhAAgAAAABAAAAAQAEAAQAAAABAAgAAQAGAAAAAQAAAAQEAAGQAAUAAAKJAswAAACPAokCzAAAAesAMgEIAAACAAUDAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFBmRWQAwOYW5hYDgP+AAAAD3ACAAAAAAQAAAAAAAAAAAAAAAAACBAAAAAQAAAAAAAAFAAAAAwAAACwAAAAEAAABVAABAAAAAABOAAMAAQAAACwAAwAKAAABVAAEACIAAAAEAAQAAQAA5hb//wAA5hb//wAAAAEABAAAAAEAAAEGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABwAAAAAAAAAAQAA5hYAAOYWAAAAAQAAAAAAhgAAAAUAAP/VA6sDKwAUACkAKgA3AFoAAAEiBwYHBhQXFhcWMjc2NzY0JyYnJgMiJyYnJjQ3Njc2MhcWFxYUBwYHBicjFB4BMj4BNC4BIg4BEyIOARUUFjI2NTQ2MhYVFAcOAR0BFBYyNj0BNDY3NjU0LgECAHRjYTg7OzhhY+hjYTg7OzhhY3RkVlQxMzMxVFbIVlQxMzMxVFZkIgkQEhAJCRASEAkiJD0kEBgRLEAsICIoERgQHBg2JD0DKzs4YWPoY2E4Ozs4YWPoY2E4O/zjMzFUVshWVDEzMzFUVshWVDEztgkQCQkQEhAJCRABriQ9JAwQEAwgLS0gFxcbTisDCxERCwMeNhIpMyU9IwAAABIA3gABAAAAAAAAABMAAAABAAAAAAABAAgAEwABAAAAAAACAAcAGwABAAAAAAADAAgAIgABAAAAAAAEAAgAKgABAAAAAAAFAAsAMgABAAAAAAAGAAgAPQABAAAAAAAKACsARQABAAAAAAALABMAcAADAAEECQAAACYAgwADAAEECQABABAAqQADAAEECQACAA4AuQADAAEECQADABAAxwADAAEECQAEABAA1wADAAEECQAFABYA5wADAAEECQAGABAA/QADAAEECQAKAFYBDQADAAEECQALACYBY0NyZWF0ZWQgYnkgaWNvbmZvbnRpY29uZm9udFJlZ3VsYXJpY29uZm9udGljb25mb250VmVyc2lvbiAxLjBpY29uZm9udEdlbmVyYXRlZCBieSBzdmcydHRmIGZyb20gRm9udGVsbG8gcHJvamVjdC5odHRwOi8vZm9udGVsbG8uY29tAEMAcgBlAGEAdABlAGQAIABiAHkAIABpAGMAbwBuAGYAbwBuAHQAaQBjAG8AbgBmAG8AbgB0AFIAZQBnAHUAbABhAHIAaQBjAG8AbgBmAG8AbgB0AGkAYwBvAG4AZgBvAG4AdABWAGUAcgBzAGkAbwBuACAAMQAuADAAaQBjAG8AbgBmAG8AbgB0AEcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAAcwB2AGcAMgB0AHQAZgAgAGYAcgBvAG0AIABGAG8AbgB0AGUAbABsAG8AIABwAHIAbwBqAGUAYwB0AC4AaAB0AHQAcAA6AC8ALwBmAG8AbgB0AGUAbABsAG8ALgBjAG8AbQAAAgAAAAAAAAAKAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAQIBAwAEaGVscAAAAAA=) format("truetype");
}
.online-help {
  font-family: "online-help" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-help:before {
  content: "\E616";
}
@font-face {
  font-family: "robot"; /* Project id  */
  src: url(data:font/ttf;base64,AAEAAAALAIAAAwAwR1NVQiCLJXoAAAE4AAAAVE9TLzI8rUloAAABjAAAAGBjbWFw58C3cgAAAfQAAAFwZ2x5ZiIP68oAAANsAAAByGhlYWQmfU5KAAAA4AAAADZoaGVhB94DgwAAALwAAAAkaG10eAgAAAAAAAHsAAAACGxvY2EA5AAAAAADZAAAAAZtYXhwARAAxgAAARgAAAAgbmFtZRCjPLAAAAU0AAACZ3Bvc3Td3+ByAAAHnAAAADEAAQAAA4D/gABcBAAAAAAABAAAAQAAAAAAAAAAAAAAAAAAAAIAAQAAAAEAAEKNMC9fDzz1AAsEAAAAAADhrwUrAAAAAOGvBSsAAP/cBAADGwAAAAgAAgAAAAAAAAABAAAAAgC6AAQAAAAAAAIAAAAKAAoAAAD/AAAAAAAAAAEAAAAKADAAPgACREZMVAAObGF0bgAaAAQAAAAAAAAAAQAAAAQAAAAAAAAAAQAAAAFsaWdhAAgAAAABAAAAAQAEAAQAAAABAAgAAQAGAAAAAQAAAAQEAAGQAAUAAAKJAswAAACPAokCzAAAAesAMgEIAAACAAUDAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFBmRWQAwOaY5pgDgP+AAAAD3ACAAAAAAQAAAAAAAAAAAAAAAAACBAAAAAQAAAAAAAAFAAAAAwAAACwAAAAEAAABVAABAAAAAABOAAMAAQAAACwAAwAKAAABVAAEACIAAAAEAAQAAQAA5pj//wAA5pj//wAAAAEABAAAAAEAAAEGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAAABwAAAAAAAAAAQAA5pgAAOaYAAAAAQAAAAAA5AAAAAQAAP/cA9ADGwBFAFUAhwC5AAABFhcWHQEzMhYdARQGKwEVFAYjISImPQEjIiY9ATQ2OwE1NDc2NycuAj4ENz4BHgEfATM3PgQyHgEXHgIGBwEUFjMhMjY9ATQmIyEiBhUXFBUPCy8LNT8KHwsUDw0vCj8LHwoCzkUzPxIXIiIXEn1Z/qFYfRIYISEYEj8zRkECAgIBAgQFBgQHERENBFjYWAIGBggICAkIAwgKBAIE/cJLNQFfNUtLNf6hNUvuAgUGBAQFBQUGBQYGBQYGBQUFBQQEBwQCAgQHCAUFBQUGBgUGBgYFBQUFCAYFAfsBAgQDBAQEBQQGBQYGBQYGBgUFBQkHBgMBAQMDBggFBQUGBQYGBQYGBQYEBQgHBAICagkzP1gcIRhKFyINWX19WQ0iF0oYIRxYPzQJbwQICAgICAcFAgQDBQoHmZkDBwUDAwEDAgQNEREH/dg1S0s15TVLSzVIAwQPDgwGBQUEAwICAQEBAQICAwQFBQYMDg8PDw4MCwUDBAICAQEBAQICBAMFCwwOCA8DBA8OBgYGBQUEAwICAQEBAQICAwQKDA0ODw8PBwwLBQMEAgIBAQEBAgIEAwULDA4IAAAAEgDeAAEAAAAAAAAAEwAAAAEAAAAAAAEACAATAAEAAAAAAAIABwAbAAEAAAAAAAMACAAiAAEAAAAAAAQACAAqAAEAAAAAAAUACwAyAAEAAAAAAAYACAA9AAEAAAAAAAoAKwBFAAEAAAAAAAsAEwBwAAMAAQQJAAAAJgCDAAMAAQQJAAEAEACpAAMAAQQJAAIADgC5AAMAAQQJAAMAEADHAAMAAQQJAAQAEADXAAMAAQQJAAUAFgDnAAMAAQQJAAYAEAD9AAMAAQQJAAoAVgENAAMAAQQJAAsAJgFjQ3JlYXRlZCBieSBpY29uZm9udGljb25mb250UmVndWxhcmljb25mb250aWNvbmZvbnRWZXJzaW9uIDEuMGljb25mb250R2VuZXJhdGVkIGJ5IHN2ZzJ0dGYgZnJvbSBGb250ZWxsbyBwcm9qZWN0Lmh0dHA6Ly9mb250ZWxsby5jb20AQwByAGUAYQB0AGUAZAAgAGIAeQAgAGkAYwBvAG4AZgBvAG4AdABpAGMAbwBuAGYAbwBuAHQAUgBlAGcAdQBsAGEAcgBpAGMAbwBuAGYAbwBuAHQAaQBjAG8AbgBmAG8AbgB0AFYAZQByAHMAaQBvAG4AIAAxAC4AMABpAGMAbwBuAGYAbwBuAHQARwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABzAHYAZwAyAHQAdABmACAAZgByAG8AbQAgAEYAbwBuAHQAZQBsAGwAbwAgAHAAcgBvAGoAZQBjAHQALgBoAHQAdABwADoALwAvAGYAbwBuAHQAZQBsAGwAbwAuAGMAbwBtAAACAAAAAAAAAAoAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIBAgEDAAdqaXFpcmVuAAAAAAA=) format("truetype");
}
.robot {
  font-family: "robot" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.robot:before {
  content: "\E698";
}
.SNOWS-common-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 14px 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.SNOWS-common-head .SNOWS-common-head-right {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 0;
}
.SNOWS-common-head .SNOWS-common-head-right .el-link {
  margin-left: 12px;
}
.SNOWS-common-head .SNOWS-common-head-right .SNOWS-common-head-icon {
  color: #606266;
}

.SNOWS-common-el-tree {
  margin: 10px 0;
}

.SNOWS-common-layout {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  background: #EBEEF5;
}
.SNOWS-common-layout .SNOWS-common-layout-left {
  width: 220px;
  background-color: #fff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 10px;
}
.SNOWS-common-layout .SNOWS-common-layout-left .SNOWS-common-title {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0 10px;
}
.SNOWS-common-layout .SNOWS-common-layout-left .SNOWS-common-tree-search-box {
  padding: 10px 10px 0;
}
.SNOWS-common-layout .SNOWS-common-layout-left .SNOWS-common-el-tree-scrollbar {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.SNOWS-common-layout .SNOWS-common-layout-left .SNOWS-common-el-tree-scrollbar .el-scrollbar__wrap {
  overflow-x: hidden;
}
.SNOWS-common-layout .SNOWS-common-layout-left .custom-tree-node {
  width: calc(100% - 30px) !important;
}
.SNOWS-common-layout .SNOWS-common-layout-left .SNOWS-common-el-tree {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: auto;
  overflow-x: hidden;
}
.SNOWS-common-layout .SNOWS-common-layout-left .SNOWS-common-el-tree .el-tree-node__content {
  height: 40px;
  line-height: 40px;
}

.SNOWS-common-layout-center {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.SNOWS-common-layout-center .SNOWS-common-layout-main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 0 10px;
  background-color: #fff;
  height: 100%;
  overflow: hidden;
}
.SNOWS-common-layout-center .SNOWS-common-layout-main.nohead {
  padding-top: 10px;
}

.SNOWS-common-search-box {
  background: #fff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 15px 10px 0;
  position: relative;
}
.SNOWS-common-search-box .el-form-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 14px !important;
}
.SNOWS-common-search-box .el-form-item .el-form-item__label {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-right: 12px;
}
.SNOWS-common-search-box .el-form-item .el-form-item__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.SNOWS-common-search-box .el-form-item .el-input,
.SNOWS-common-search-box .el-form-item .el-select,
.SNOWS-common-search-box .el-form-item .el-cascader,
.SNOWS-common-search-box .el-form-item .comSelect-container,
.SNOWS-common-search-box .el-form-item .el-date-editor {
  width: 100%;
}
.SNOWS-common-search-box .SNOWS-common-search-box-right {
  position: absolute;
  right: 10px;
  top: 15px;
}

.comSelect-container {
  height: 36px;
}

.el-table {
  border-top: 1px solid #EBEEF5;
}
.el-table thead tr,
.el-table thead tr th {
  background-color: #f5f7fa;
  font-weight: normal;
  color: #606266;
}
.el-table .el-switch {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
.el-table .el-button--mini.el-button--text {
  padding: 3px 0;
}
.el-table.columnTable {
  border-top: none;
}
.el-table.columnTable thead tr,
.el-table.columnTable thead tr th {
  background-color: #fff;
}
.el-table.columnTable td {
  border-bottom: none;
}
.el-table.columnTable.el-table--mini td, .el-table.columnTable.el-table--mini th {
  padding: 3px 0;
}
.el-table.columnTable::before {
  height: 0;
}
.el-table::before {
  height: 0 !important;
}
.el-table .el-table__fixed-right-patch {
  background-color: #f5f7fa;
  top: 0;
}
.el-table .has-gutter .gutter {
  border-bottom: 1px solid #ebeef5;
}
.el-table .el-table__empty-block {
  display: inline-block;
}
.el-table .el-table__column-filter-trigger {
  line-height: 22px;
}
.el-table .caret-wrapper {
  height: 23px !important;
}
.el-table .sort-caret.ascending {
  top: 0px !important;
}
.el-table .sort-caret.descending {
  bottom: 1px !important;
}

.SNOWS-table-delBtn {
  color: #ff3a3a !important;
}
.SNOWS-table-delBtn.el-button--text:hover, .SNOWS-table-delBtn.el-button--text:focus {
  color: #ff3a3a !important;
}
.SNOWS-table-delBtn.is-disabled {
  color: #C0C4CC !important;
}
.SNOWS-table-delBtn.is-disabled.el-button--text:hover, .SNOWS-table-delBtn.is-disabled.el-button--text:focus {
  color: #C0C4CC !important;
}

.SNOWS-dialog .el-input__validateIcon {
  display: none !important;
}
.SNOWS-dialog.SNOWS-dialog_center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.SNOWS-dialog.SNOWS-dialog_center .el-dialog {
  border-radius: 4px;
  margin: 0 !important;
}
.SNOWS-dialog.SNOWS-dialog_center .el-dialog .el-dialog__header {
  border-bottom: 1px solid #dcdfe6;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.SNOWS-dialog.SNOWS-dialog_center .el-dialog .el-dialog__header .el-dialog__headerbtn {
  top: 9px;
  right: 16px;
}
.SNOWS-dialog.SNOWS-dialog_center .el-dialog .el-dialog__body {
  overflow: auto;
  overflow-x: hidden;
  max-height: 70vh;
  padding: 20px 50px 2px;
}
.SNOWS-dialog.SNOWS-dialog_center .el-dialog .el-dialog__close {
  font-size: 24px;
}
.SNOWS-dialog.SNOWS-dialog_center.form-script-dialog .el-dialog .el-dialog__body {
  padding: 20px 20px 10px;
}
.SNOWS-dialog.SNOWS-dialog_center.form-script-dialog .form-script-dialog-body {
  height: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.SNOWS-dialog.SNOWS-dialog_center.form-script-dialog .form-script-dialog-body .left-tree {
  height: 600px;
  width: 220px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 10px;
  overflow: hidden auto;
}
.SNOWS-dialog.SNOWS-dialog_center.form-script-dialog .form-script-dialog-body .right-main {
  height: 600px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.SNOWS-dialog.SNOWS-dialog_center.form-script-dialog .form-script-dialog-body .right-main .codeEditor {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 1px solid #dcdfe6;
}
.SNOWS-dialog.SNOWS-dialog_center.form-script-dialog .form-script-dialog-body .right-main .tips {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 8px 16px;
  background-color: #ecf8ff;
  border-radius: 4px;
  border-left: 5px solid #50bfff;
  margin-top: 20px;
}
.SNOWS-dialog.SNOWS-dialog_center.form-script-dialog .form-script-dialog-body .right-main .tips p {
  line-height: 24px;
  color: #5e6d82;
}
.SNOWS-dialog.SNOWS-dialog_center.form-script-dialog .form-script-dialog-body .right-main .tips p span {
  display: inline-block;
  padding-right: 10px;
}
.SNOWS-dialog.SNOWS-dialog_center.formula-dialog .el-dialog .el-dialog__body {
  padding: 20px 20px 10px;
}
.SNOWS-dialog.SNOWS-dialog_center.formula-dialog .formula-dialog-body .code-editor-area {
  height: 250px;
  border: 1px solid #dcdfe6;
  border-radius: 6px;
  margin-bottom: 10px;
  overflow: hidden;
}
.SNOWS-dialog.SNOWS-dialog_center.formula-dialog .formula-dialog-body .operation-area {
  height: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.SNOWS-dialog.SNOWS-dialog_center.formula-dialog .formula-dialog-body .operation-area .area-item {
  height: 250px;
  border: 1px solid #dcdfe6;
  border-radius: 6px;
  width: 220px;
  overflow: hidden;
}
.SNOWS-dialog.SNOWS-dialog_center.formula-dialog .formula-dialog-body .operation-area .area-item.formula-area {
  margin: 0 20px;
}
.SNOWS-dialog.SNOWS-dialog_center.formula-dialog .formula-dialog-body .operation-area .area-item.formula-desc-area {
  width: 280px;
}
.SNOWS-dialog.SNOWS-dialog_center.formula-dialog .formula-dialog-body .operation-area .area-item.formula-desc-area .area-content {
  padding: 10px;
}
.SNOWS-dialog.SNOWS-dialog_center.formula-dialog .formula-dialog-body .operation-area .area-item .area-title {
  padding: 0 10px;
  height: 34px;
  line-height: 34px;
  border-bottom: 1px solid #dcdfe6;
}
.SNOWS-dialog.SNOWS-dialog_center.formula-dialog .formula-dialog-body .operation-area .area-item .area-content {
  padding: 10px 0;
  height: 216px;
  overflow: hidden auto;
}
.SNOWS-dialog.SNOWS-dialog_center.formula-dialog .formula-dialog-body .operation-area .area-item .area-content .formula-desc-wrapper {
  color: #5e6d82;
  overflow-y: auto;
}
.SNOWS-dialog.SNOWS-dialog_center.formula-dialog .formula-dialog-body .operation-area .area-item .area-content .formula-desc-wrapper > li {
  margin-bottom: 4px;
  word-break: break-all;
  word-wrap: break-word;
  list-style-type: none;
  font-size: 12px;
  line-height: 18px;
}
.SNOWS-dialog.SNOWS-dialog_center.formula-dialog .formula-dialog-body .operation-area .area-item .area-content .formula-desc-wrapper .formula-name {
  color: #1890FF;
}
.SNOWS-dialog.SNOWS-dialog_center.transfer-dialog .el-dialog .el-dialog__body {
  padding: 10px;
}
.SNOWS-dialog.SNOWS-dialog_center.transfer-dialog .transfer-pane__body-tab {
  height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.SNOWS-dialog.SNOWS-dialog_center.transfer-dialog .transfer-pane__body-tab .el-tabs__header {
  margin-bottom: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.SNOWS-dialog.SNOWS-dialog_center.transfer-dialog .transfer-pane__body-tab .el-tabs__header .el-tabs__nav {
  width: 100%;
}
.SNOWS-dialog.SNOWS-dialog_center.transfer-dialog .transfer-pane__body-tab .el-tabs__header .el-tabs__nav .el-tabs__item {
  width: 33.33%;
  text-align: center;
  padding: 0 20px;
}
.SNOWS-dialog.SNOWS-dialog_center.transfer-dialog .transfer-pane__body-tab.hasSys-tab .el-tabs__header .el-tabs__nav .el-tabs__item {
  width: 25%;
}
.SNOWS-dialog.SNOWS-dialog_center.transfer-dialog .transfer-pane__body-tab .el-tabs__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.SNOWS-dialog.SNOWS-dialog_center.transfer-dialog .transfer-pane__body-tab .el-tabs__content .el-tab-pane {
  height: 100%;
  padding: 10px;
  overflow: auto;
}
.SNOWS-dialog.SNOWS-dialog_center.transfer-dialog .transfer-pane__body-tab .el-tabs__content .el-tab-pane .SNOWS-common-el-tree {
  margin: 0;
}
.SNOWS-dialog.SNOWS-dialog_center.SNOWS-dialog-tree-select .el-dialog__body {
  height: 60vh;
  padding: 0 0 10px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}
.SNOWS-dialog.SNOWS-dialog_center.SNOWS-dialog-tree-select .el-dialog__body .SNOWS-common-layout-left {
  margin-right: 1px;
}
.SNOWS-dialog.SNOWS-dialog_center.SNOWS-dialog-tree-select .el-dialog__body .SNOWS-common-search-box {
  margin-bottom: 0;
}
.SNOWS-dialog.SNOWS-dialog_center.SNOWS-dialog-tree-select .el-dialog__body .SNOWS-common-search-box .SNOWS-common-search-box-right {
  padding: 6px 10px 0 0;
}
.SNOWS-dialog.enlarge-dialog .el-dialog .el-dialog__header {
  border-bottom: none;
}
.SNOWS-dialog .el-select {
  width: 100%;
}

.SNOWS-dialog-notice .el-dialog__body {
  padding: 0 20px !important;
}
.SNOWS-dialog-notice .notice-wrapper .title {
  font-size: 18px;
  font-weight: normal;
  text-align: center;
}
.SNOWS-dialog-notice .notice-wrapper .info {
  line-height: 35px;
  border-bottom: 1px solid #dcdfe6;
  text-align: center;
}
.SNOWS-dialog-notice .notice-wrapper .info span {
  padding: 0 10px;
}
.SNOWS-dialog-notice .notice-wrapper .main {
  margin: 10px 0;
  line-height: 22px;
  min-height: 300px;
  overflow: auto;
}
.SNOWS-dialog-notice .notice-wrapper .file-list {
  padding: 10px 0;
  border-top: 1px solid #dcdfe6;
}

.SNOWS-dialog-tree .el-dialog .el-dialog__body .el-tree {
  overflow: auto;
  overflow-x: hidden;
  height: 340px;
}

.SNOWS-dialog-export .el-dialog .el-dialog__body {
  padding: 20px 20px 0 !important;
}
.SNOWS-dialog-export .column-item.el-checkbox {
  width: calc(33.33% - 30px);
}
.SNOWS-dialog-export .export-label {
  font-size: 18px;
  font-weight: bold;
  width: 100%;
}
.SNOWS-dialog-export .export-label span {
  margin-left: 10px;
  font-size: 14px;
  font-weight: normal;
}
.SNOWS-dialog-export .export-line .el-form-item__content {
  border-top: 1px solid #dcdfe6;
}
.SNOWS-dialog-export .upload-line {
  line-height: 32px;
  border-bottom: 1px solid #dcdfe6;
  margin-bottom: 5px;
}
.SNOWS-dialog-export .footer-tip {
  float: left;
  font-size: 14px;
  color: #999999;
  padding-top: 7px;
}

.SNOWS-dialog-import .el-dialog__body {
  padding: 20px 40px 2px !important;
}
.SNOWS-dialog-import .import-main {
  height: 500px;
  margin-top: 20px;
  overflow: hidden;
  position: relative;
}
.SNOWS-dialog-import .import-main .upload {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #dcdfe6;
  margin-bottom: 25px;
}
.SNOWS-dialog-import .import-main .upload.error-show {
  margin-top: 10px;
  margin-bottom: 15px;
}
.SNOWS-dialog-import .import-main .upload.error-show .up_left {
  height: 120px;
}
.SNOWS-dialog-import .import-main .upload.error-show .up_right {
  padding-top: 20px;
  font-size: 16px;
}
.SNOWS-dialog-import .import-main .upload.error-show .up_right .el-link {
  font-size: 16px;
}
.SNOWS-dialog-import .import-main .upload .up_left {
  width: 126px;
  height: 140px;
  background: #f9f9f9;
  text-align: center;
  padding-top: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.SNOWS-dialog-import .import-main .upload .up_left img {
  width: 80px;
  height: 80px;
}
.SNOWS-dialog-import .import-main .upload .up_right {
  color: #333;
  margin-left: 30px;
  font-size: 14px;
  padding-top: 30px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.SNOWS-dialog-import .import-main .upload .up_right .title {
  font-size: 18px;
  font-weight: bold;
}
.SNOWS-dialog-import .import-main .upload .up_right .tip {
  margin: 15px 0;
}
.SNOWS-dialog-import .import-main .upload .upload-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 200px;
}
.SNOWS-dialog-import .import-main .upload .upload-area .el-upload {
  margin-right: 50px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.SNOWS-dialog-import .import-main .upload .upload-area .el-upload-list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.SNOWS-dialog-import .import-main .upload .upload-area .el-upload-list__item:first-child {
  margin-top: 5px;
}
.SNOWS-dialog-import .import-main .success {
  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;
  margin-top: 110px;
}
.SNOWS-dialog-import .import-main .success .success-title {
  margin: 20px 0;
  font-size: 18px;
  font-weight: bold;
}
.SNOWS-dialog-import .import-main .contips {
  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-bottom: 15px;
}

.SNOWS-common-title {
  border-bottom: 1px solid #ebeef5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #606266;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.SNOWS-common-title.noBorder {
  border: none;
}
.SNOWS-common-title h2 {
  font-size: 16px;
  line-height: 50px;
  font-weight: 500;
}
.SNOWS-common-title h2.bold {
  font-weight: 600;
}
.SNOWS-common-title .options > i,
.SNOWS-common-title .options .el-link {
  font-size: 16px;
  margin-left: 6px;
  cursor: pointer;
}
.SNOWS-common-title + .el-table {
  border-top: none;
}

.SNOWS-dialog-add .el-dialog__body {
  padding: 20px !important;
}
.SNOWS-dialog-add .add-main {
  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;
}
.SNOWS-dialog-add .add-main .add-item {
  width: 270px;
  height: 136px;
  background: #fef3e6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  padding-left: 20px;
}
.SNOWS-dialog-add .add-main .add-item:hover {
  opacity: 0.9;
}
.SNOWS-dialog-add .add-main .add-item.add-item-left {
  background: #f1f5ff;
}
.SNOWS-dialog-add .add-main .add-item.add-item-left .add-icon {
  background: #ccd9ff;
  color: #537eff;
}
.SNOWS-dialog-add .add-main .add-item .add-icon {
  width: 56px;
  height: 56px;
  margin-right: 10px;
  background: #fce1bf;
  border-radius: 10px;
  color: #ea986c;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 30px;
  line-height: 56px;
  text-align: center;
}
.SNOWS-dialog-add .add-main .add-item .add-txt {
  height: 56px;
}
.SNOWS-dialog-add .add-main .add-item .add-txt P {
  line-height: 28px;
}
.SNOWS-dialog-add .add-main .add-item .add-txt .add-title {
  font-size: 18px;
  font-weight: bold;
}
.SNOWS-dialog-add .add-main .add-item .add-txt .add-desc {
  color: #8d8989;
  font-size: 12px;
}

.custom-tree-node {
  width: calc(100% - 24px);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.custom-tree-node i {
  font-size: 14px;
}
.custom-tree-node .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 14px;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.custom-tree-node i + .text {
  padding-left: 6px;
}
.custom-tree-node .more {
  float: right;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mt-8 {
  margin-top: 8px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.ml-8 {
  margin-left: 8px;
}

.pd-10 {
  padding: 10px;
}

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

.m-0-10 {
  margin: 0 10px;
}

.SNOWS-common-page-header {
  padding: 14px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #dcdfe6;
}
.SNOWS-common-page-header .options {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: auto;
}
.SNOWS-common-page-header .el-page-header .el-page-header__left {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.SNOWS-common-page-header .el-page-header .el-page-header__content {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.SNOWS-common-page-header .steps {
  width: 300px;
  padding: 6px 20px;
  background: #fff;
  justify-items: flex-start;
}
.SNOWS-common-page-header .steps .el-step__title {
  cursor: pointer;
}

.SNOWS-preview-main {
  position: absolute;
  background-color: #fff;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 100;
  overflow: auto;
  overflow-x: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.SNOWS-preview-main.nohead {
  padding-top: 10px;
}
.SNOWS-preview-main .btns {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 100;
}
.SNOWS-preview-main .el-table--mini td {
  padding: 2px 0;
}
.SNOWS-preview-main .el-table {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.SNOWS-preview-main .SNOWS-common-search-box {
  margin-bottom: 0;
}
.SNOWS-preview-main .main {
  padding: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: auto;
  overflow-x: hidden;
}

.SNOWS-flex-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.SNOWS-flex-main .el-table {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.SNOWS-flex-main .el-table::before {
  border-bottom: 0;
  height: 0px;
}
.SNOWS-flex-main .el-table__fixed::before,
.SNOWS-flex-main .el-table__fixed-right::before {
  border-bottom: 0;
  height: 0px;
}

.SNOWS-el_tabs {
  height: 100%;
}
.SNOWS-el_tabs.el-tabs--top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.SNOWS-el_tabs .el-tabs__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: auto;
  overflow-x: hidden;
}
.SNOWS-el_tabs .el-tabs__content .el-tab-pane {
  height: 100%;
}

.text-primary {
  color: #188ae2 !important;
}

.text-success {
  color: #0eac5c !important;
}

.text-info {
  color: #35b8e0 !important;
}

.text-warning {
  color: #f9c851 !important;
}

.text-danger {
  color: #ff5b5b !important;
}

.text-pink {
  color: #ff8acc !important;
}

.text-purple {
  color: #5b69bc !important;
}

.text-inverse {
  color: #3b3e47 !important;
}

.text-dark {
  color: #282828 !important;
}

.text-white {
  color: #ffffff !important;
}

.text-color {
  color: #6a6c6f !important;
}

.text-grey {
  color: #999 !important;
}

.i-default {
  color: #6b7a99 !important;
}

.title-color {
  color: #475059 !important;
}

.SNOWS-select-tags {
  display: none !important;
}

.flow-form-main {
  z-index: 110;
}
.flow-form-main .el-date-editor {
  width: 100%;
}
.flow-form-main .approve-result {
  position: absolute;
  right: 10px;
  top: 100px;
  z-index: 100;
  width: 100px;
  height: 100px;
  opacity: 0.7;
}
.flow-form-main .approve-result .approve-result-img {
  width: 100%;
  height: 100%;
}
.flow-form-main .flow-mask {
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  background: #fff;
  position: absolute;
  top: 0px;
  left: 0;
  z-index: 100;
}
.flow-form-main .com-title {
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: relative;
  color: #606266;
}
.flow-form-main .com-title h1 {
  font-size: 18px;
  margin: 0;
}
.flow-form-main .com-title .number {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
}
.flow-form-main .flow-form .el-input.is-disabled .el-input__inner {
  background-color: #fff !important;
  border-color: #DCDFE6 !important;
  color: #606266;
}
.flow-form-main .flow-form .el-textarea.is-disabled .el-textarea__inner {
  background-color: #fff !important;
  border-color: #DCDFE6 !important;
  color: #606266 !important;
}
.flow-form-main .flow-form .is-checked .el-radio__input.is-disabled + span.el-radio__label {
  color: #1890ff !important;
}
.flow-form-main .el-form {
  padding-top: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: auto;
  overflow-x: hidden;
}
.flow-form-main .el-form .el-select,
.flow-form-main .el-form .el-date-editor {
  width: 100%;
}
.flow-form-main .timeline-cell {
  line-height: 30px;
}
.flow-form-main .timeline-cell .signImg {
  width: 300px;
  vertical-align: top;
}
.flow-form-main .timeline-icon {
  font-size: 16px;
  background-color: #fff;
  margin-left: -2px;
}
.flow-form-main .el-tabs__header {
  padding: 0 10px;
}
.flow-form-main .SNOWS-el_tabs .el-tabs__content {
  overflow: hidden;
}
.flow-form-main .SNOWS-el_tabs .el-tabs__content .el-tab-pane {
  overflow: auto;
  overflow-x: hidden;
  padding: 0 10px 10px;
}

.dynamic-form-main {
  height: calc(100% - 61px);
  overflow: auto;
  overflow-x: hidden;
  padding: 10px;
}

.functional .navbar.dark,
.blend .navbar.dark {
  background: #031e39;
  border-bottom: none;
}
.functional .navbar.dark .functional-logo-container,
.blend .navbar.dark .functional-logo-container {
  background: #031e39;
}
.functional .navbar.dark .right-menu .right-menu-item,
.blend .navbar.dark .right-menu .right-menu-item {
  color: #fff;
}
.functional .navbar.dark .icon-ym,
.blend .navbar.dark .icon-ym {
  color: #fff;
}
.functional .navbar.dark .top-menu .el-menu .el-menu-item,
.functional .navbar.dark .top-menu .el-menu .el-submenu__title,
.blend .navbar.dark .top-menu .el-menu .el-menu-item,
.blend .navbar.dark .top-menu .el-menu .el-submenu__title {
  color: #fff;
}
.functional .navbar.dark .top-menu .el-menu .el-menu-item i,
.functional .navbar.dark .top-menu .el-menu .el-submenu__title i,
.blend .navbar.dark .top-menu .el-menu .el-menu-item i,
.blend .navbar.dark .top-menu .el-menu .el-submenu__title i {
  color: #fff;
}
.functional .navbar.dark .top-menu .el-menu .el-menu-item.is-active,
.functional .navbar.dark .top-menu .el-menu .el-submenu__title.is-active,
.blend .navbar.dark .top-menu .el-menu .el-menu-item.is-active,
.blend .navbar.dark .top-menu .el-menu .el-submenu__title.is-active {
  color: #1890ff;
}
.functional .navbar.dark .top-menu .el-menu .el-menu-item.is-active i,
.functional .navbar.dark .top-menu .el-menu .el-submenu__title.is-active i,
.blend .navbar.dark .top-menu .el-menu .el-menu-item.is-active i,
.blend .navbar.dark .top-menu .el-menu .el-submenu__title.is-active i {
  color: #1890ff;
}
.functional .navbar.dark .top-menu .el-menu .el-menu-item:hover,
.functional .navbar.dark .top-menu .el-menu .el-submenu__title:hover,
.blend .navbar.dark .top-menu .el-menu .el-menu-item:hover,
.blend .navbar.dark .top-menu .el-menu .el-submenu__title:hover {
  color: #1890ff;
}
.functional .navbar.dark .top-menu .el-menu .el-menu-item:hover i,
.functional .navbar.dark .top-menu .el-menu .el-submenu__title:hover i,
.blend .navbar.dark .top-menu .el-menu .el-menu-item:hover i,
.blend .navbar.dark .top-menu .el-menu .el-submenu__title:hover i {
  color: #1890ff;
}
.functional .top-menu .el-menu,
.blend .top-menu .el-menu {
  height: 60px;
  background: transparent;
}
.functional .top-menu .el-menu.el-menu--horizontal,
.blend .top-menu .el-menu.el-menu--horizontal {
  border-bottom: none;
}
.functional .top-menu .el-menu.el-menu--horizontal .el-icon-arrow-down,
.blend .top-menu .el-menu.el-menu--horizontal .el-icon-arrow-down {
  display: none !important;
}
.functional .top-menu .el-menu .el-menu-item,
.functional .top-menu .el-menu .el-submenu__title,
.blend .top-menu .el-menu .el-menu-item,
.blend .top-menu .el-menu .el-submenu__title {
  height: 61px !important;
  line-height: 60px !important;
  float: left;
  text-align: center;
  background: transparent !important;
  color: #333;
}
.functional .top-menu .el-menu .el-menu-item i,
.functional .top-menu .el-menu .el-submenu__title i,
.blend .top-menu .el-menu .el-menu-item i,
.blend .top-menu .el-menu .el-submenu__title i {
  font-weight: normal;
  color: #333;
}
.functional .top-menu .el-menu .el-menu-item .left-icon,
.functional .top-menu .el-menu .el-submenu__title .left-icon,
.blend .top-menu .el-menu .el-menu-item .left-icon,
.blend .top-menu .el-menu .el-submenu__title .left-icon {
  margin-left: 0 !important;
  margin-right: 4px;
}
.functional .top-menu .el-menu .el-menu-item.is-active,
.functional .top-menu .el-menu .el-submenu__title.is-active,
.blend .top-menu .el-menu .el-menu-item.is-active,
.blend .top-menu .el-menu .el-submenu__title.is-active {
  color: #1890ff;
}
.functional .top-menu .el-menu .el-menu-item.is-active i,
.functional .top-menu .el-menu .el-submenu__title.is-active i,
.blend .top-menu .el-menu .el-menu-item.is-active i,
.blend .top-menu .el-menu .el-submenu__title.is-active i {
  color: #1890ff;
}
.functional .top-menu .el-menu .el-menu-item:hover,
.functional .top-menu .el-menu .el-submenu__title:hover,
.blend .top-menu .el-menu .el-menu-item:hover,
.blend .top-menu .el-menu .el-submenu__title:hover {
  color: #1890ff;
}
.functional .top-menu .el-menu .el-menu-item:hover i,
.functional .top-menu .el-menu .el-submenu__title:hover i,
.blend .top-menu .el-menu .el-menu-item:hover i,
.blend .top-menu .el-menu .el-submenu__title:hover i {
  color: #1890ff;
}
.functional .top-menu .el-menu .el-submenu,
.blend .top-menu .el-menu .el-submenu {
  float: left;
  text-align: center;
}
.functional .top-menu .el-menu .el-submenu:hover .el-submenu__title,
.blend .top-menu .el-menu .el-submenu:hover .el-submenu__title {
  color: #1890ff;
  background: transparent;
}
.functional .top-menu .el-menu .el-submenu:hover .el-submenu__title i,
.blend .top-menu .el-menu .el-submenu:hover .el-submenu__title i {
  color: #1890ff;
}
.functional .top-menu .el-menu .el-submenu.is-active .el-submenu__title,
.blend .top-menu .el-menu .el-submenu.is-active .el-submenu__title {
  color: #1890ff;
}
.functional .top-menu .el-menu .el-submenu.is-active .el-submenu__title i,
.blend .top-menu .el-menu .el-submenu.is-active .el-submenu__title i {
  color: #1890ff;
}
.functional .top-menu .el-menu--horizontal .el-menu-item:not(.is-disabled):hover,
.blend .top-menu .el-menu--horizontal .el-menu-item:not(.is-disabled):hover {
  background: transparent;
}
.functional.el-menu--horizontal .el-menu.el-menu--popup,
.blend.el-menu--horizontal .el-menu.el-menu--popup {
  min-width: 160px;
  max-height: calc(100vh - 80px);
  overflow-y: auto;
}
.functional.el-menu--horizontal .el-menu .nest-menu .el-submenu.is-active .el-submenu__title,
.blend.el-menu--horizontal .el-menu .nest-menu .el-submenu.is-active .el-submenu__title {
  color: #1890ff;
}
.functional.el-menu--horizontal .el-menu .nest-menu .el-submenu.is-active .el-submenu__title i,
.blend.el-menu--horizontal .el-menu .nest-menu .el-submenu.is-active .el-submenu__title i {
  color: #1890ff;
}
.functional.el-menu--horizontal .el-menu .nest-menu .el-menu-item .el-submenu__icon-arrow,
.functional.el-menu--horizontal .el-menu .nest-menu .el-submenu__title .el-submenu__icon-arrow,
.blend.el-menu--horizontal .el-menu .nest-menu .el-menu-item .el-submenu__icon-arrow,
.blend.el-menu--horizontal .el-menu .nest-menu .el-submenu__title .el-submenu__icon-arrow {
  margin-top: -5px;
}
.functional.el-menu--horizontal .el-menu .nest-menu .el-menu-item .left-icon,
.functional.el-menu--horizontal .el-menu .nest-menu .el-submenu__title .left-icon,
.blend.el-menu--horizontal .el-menu .nest-menu .el-menu-item .left-icon,
.blend.el-menu--horizontal .el-menu .nest-menu .el-submenu__title .left-icon {
  font-size: 20px;
  margin-right: 6px;
  margin-left: 15px;
}
.functional.el-menu--horizontal .el-menu .nest-menu .el-menu-item:hover,
.functional.el-menu--horizontal .el-menu .nest-menu .el-submenu__title:hover,
.blend.el-menu--horizontal .el-menu .nest-menu .el-menu-item:hover,
.blend.el-menu--horizontal .el-menu .nest-menu .el-submenu__title:hover {
  color: #1890ff;
}
.functional.el-menu--horizontal .el-menu .nest-menu .el-menu-item:hover i,
.functional.el-menu--horizontal .el-menu .nest-menu .el-submenu__title:hover i,
.blend.el-menu--horizontal .el-menu .nest-menu .el-menu-item:hover i,
.blend.el-menu--horizontal .el-menu .nest-menu .el-submenu__title:hover i {
  color: #1890ff;
}
.functional.el-menu--horizontal .el-menu .nest-menu .el-menu-item.is-active,
.functional.el-menu--horizontal .el-menu .nest-menu .el-submenu__title.is-active,
.blend.el-menu--horizontal .el-menu .nest-menu .el-menu-item.is-active,
.blend.el-menu--horizontal .el-menu .nest-menu .el-submenu__title.is-active {
  color: #1890ff;
}
.functional.el-menu--horizontal .el-menu .nest-menu .el-menu-item.is-active i,
.functional.el-menu--horizontal .el-menu .nest-menu .el-submenu__title.is-active i,
.blend.el-menu--horizontal .el-menu .nest-menu .el-menu-item.is-active i,
.blend.el-menu--horizontal .el-menu .nest-menu .el-submenu__title.is-active i {
  color: #1890ff;
}
.functional.el-menu--horizontal.dark .el-menu,
.blend.el-menu--horizontal.dark .el-menu {
  background: #031e39;
}
.functional.el-menu--horizontal.dark .el-menu .el-menu-item,
.functional.el-menu--horizontal.dark .el-menu .el-submenu__title,
.blend.el-menu--horizontal.dark .el-menu .el-menu-item,
.blend.el-menu--horizontal.dark .el-menu .el-submenu__title {
  background: #031e39;
  color: #fff;
}
.functional.el-menu--horizontal.dark .el-menu .el-menu-item i,
.functional.el-menu--horizontal.dark .el-menu .el-submenu__title i,
.blend.el-menu--horizontal.dark .el-menu .el-menu-item i,
.blend.el-menu--horizontal.dark .el-menu .el-submenu__title i {
  color: #fff;
}

#app .plain .navbar-platform {
  color: #666;
  line-height: 60px;
  font-size: 16px;
  margin-left: 20px;
}
#app .plain .el-menu {
  border: none;
  height: 100%;
  width: 100% !important;
  background: #001529;
  color: #fff;
}
#app .plain .plain-sidebar-container {
  width: 80px;
  background-color: #001529;
  height: 100%;
  position: fixed;
  font-size: 0px;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1001;
  overflow: hidden;
  -webkit-box-shadow: 0 66px 12px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 66px 12px 0 rgba(0, 0, 0, 0.1);
}
#app .plain .plain-sidebar-container .el-scrollbar {
  height: calc(100% - 60px);
}
#app .plain .plain-sidebar-container .submenu-title-noDropdown {
  padding: 0 !important;
  position: relative;
}
#app .plain .plain-sidebar-container .submenu-title-noDropdown .el-tooltip {
  padding: 0 !important;
}
#app .plain .plain-sidebar-container .submenu-title-noDropdown .el-tooltip .left-icon {
  font-size: 28px;
}
#app .plain .plain-sidebar-container .el-menu .el-menu-item {
  height: 70px !important;
  text-align: center;
}
#app .plain .plain-sidebar-container .el-menu .left-icon {
  margin-right: 0;
  font-size: 30px;
  margin-bottom: 0;
}
#app .plain .plain-sidebar-container .el-menu .mainTitle {
  font-size: 12px;
  line-height: 24px;
  margin-top: -8px;
}
#app .plain .plain-sidebar-container .el-submenu {
  overflow: hidden;
  height: 70px !important;
  text-align: center;
}
#app .plain .plain-sidebar-container .el-submenu > .el-submenu__title {
  padding: 0 !important;
  height: 70px !important;
}
#app .plain .plain-sidebar-container .el-submenu > .el-submenu__title .el-submenu__icon-arrow {
  display: none;
}
#app .plain .main-container {
  margin-left: 80px;
}

.plain.el-menu--vertical {
  top: 0;
}
.plain.el-menu--vertical > .el-menu--popup {
  max-height: 100vh;
  overflow-y: auto;
}

.SNOWS-full-dialog .el-dialog__header {
  padding: 0 !important;
}
.SNOWS-full-dialog .el-dialog__body {
  padding: 0;
  height: 100%;
  overflow: hidden;
}
.SNOWS-full-dialog .SNOWS-full-dialog-header {
  padding: 0 20px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.SNOWS-full-dialog .SNOWS-full-dialog-header .header-title {
  height: 60px;
  width: 320px;
}
.SNOWS-full-dialog .SNOWS-full-dialog-header .header-logo {
  width: auto;
  height: 60px;
  vertical-align: top;
  margin-right: 3px;
  font-size: 30px;
  color: #fff;
}
.SNOWS-full-dialog .SNOWS-full-dialog-header .header-txt {
  line-height: 60px;
  display: inline-block;
  margin: 0;
  color: #333;
  font-size: 18px;
}
.SNOWS-full-dialog .SNOWS-full-dialog-header .steps {
  width: 450px;
  padding: 6px 20px;
  background: #fff;
  justify-items: flex-start;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.SNOWS-full-dialog .SNOWS-full-dialog-header .steps.steps2 {
  width: 300px;
}
.SNOWS-full-dialog .SNOWS-full-dialog-header .steps.steps4 {
  width: 600px;
}
.SNOWS-full-dialog .SNOWS-full-dialog-header .steps .el-step__title {
  cursor: pointer;
}
.SNOWS-full-dialog .SNOWS-full-dialog-header .options {
  width: 320px;
  text-align: right;
}
.SNOWS-full-dialog .main {
  height: calc(100vh - 60px);
  overflow: hidden;
  background: #EBEEF5;
  padding: 10px;
}
.SNOWS-full-dialog .main .basic-box {
  height: 100%;
  overflow: hidden;
}
.SNOWS-full-dialog .main .basicForm {
  background: #fff;
  padding: 20px;
  border-radius: 4px;
  height: 100%;
  overflow: auto;
  overflow-x: hidden;
}
.SNOWS-full-dialog .main .basicForm .el-select {
  width: 100%;
}

.table-actions {
  margin-top: 10px;
  border: #ebeef5 1px dashed;
  text-align: center;
}

.SNOWS-common-drawer .el-drawer__header {
  height: 60px;
  border-bottom: 1px solid #dcdfe6;
  padding: 0 20px;
  margin-bottom: 0;
}
.SNOWS-common-drawer .el-drawer__header > span {
  line-height: 60px;
}
.SNOWS-common-drawer .el-drawer__body {
  overflow: hidden;
}
.SNOWS-common-drawer .SNOWS-flex-main {
  height: calc(100vh - 60px);
}
.SNOWS-common-drawer .SNOWS-flex-main .dynamicForm {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 10px;
  overflow: auto;
}
.SNOWS-common-drawer .SNOWS-flex-main .drawer-footer {
  padding: 10px 20px 20px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: right;
}
.SNOWS-common-drawer .SNOWS-common-search-box {
  margin-bottom: 0;
}
.SNOWS-common-drawer .SNOWS-common-search-box .SNOWS-common-search-box-right {
  padding: 6px 10px 0 0;
}

.portal-common-title {
  font-size: 16px;
}
.portal-common-title span {
  border-left: 4px solid #1890ff;
  padding-left: 8px;
}

.portal-common-noData {
  text-align: center;
  padding-top: 50px;
}
.portal-common-noData.portal-common-noData-eChart {
  padding-top: 70px;
}
.portal-common-noData.portal-common-noData-eChart .noData-img {
  width: 200px;
  height: 200px;
}
.portal-common-noData .noData-img {
  width: 100px;
  height: 100px;
}
.portal-common-noData .noData-txt {
  font-size: 14px;
  color: #909399;
  line-height: 20px;
}

.portal-layout-nodata {
  text-align: center;
  position: absolute;
  top: calc(50% - 200px);
  left: calc(50% - 200px);
}
.portal-layout-nodata .layout-nodata-img {
  width: 400px;
  height: 400px;
}
.portal-layout-nodata .layout-nodata-txt {
  margin-top: -60px;
  font-size: 20px;
  color: #909399;
  line-height: 30px;
}

.portal-todoList-box .el-card__header {
  height: 55px;
}
.portal-todoList-box .el-card__body {
  width: 100%;
  height: calc(100% - 55px);
}
.portal-todoList-box .portal-todoList-box-body {
  padding: 16px 20px;
  height: 100%;
  overflow: hidden;
}
.portal-todoList-box .portal-todoList-box-body .item {
  display: block;
  line-height: 20px;
  font-size: 0;
  margin-bottom: 12px;
  cursor: pointer;
}
.portal-todoList-box .portal-todoList-box-body .item::after {
  content: "";
  clear: both;
  overflow: hidden;
}
.portal-todoList-box .portal-todoList-box-body .item .name {
  font-size: 14px;
  display: inline-block;
  width: calc(100% - 200px);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  vertical-align: top;
}
.portal-todoList-box .portal-todoList-box-body .item .time {
  font-size: 14px;
  display: inline-block;
  color: #999;
  width: 200px !important;
  text-align: right;
}

.portal-eChart-box .el-card__header {
  height: 55px;
}
.portal-eChart-box .el-card__body {
  width: 100%;
  height: calc(100% - 55px);
}
.portal-eChart-box .eChart-box-body,
.portal-eChart-box #chart {
  width: 100%;
  height: 100%;
}
.portal-eChart-box #chart {
  z-index: 10;
}

.dynamicDetail .dynamicDetail-text {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.dynamicDetail .dy-fileList .dy-fileList-item {
  color: #606266;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  white-space: nowrap;
  cursor: pointer;
  margin-top: 10px;
  line-height: 25px;
}
.dynamicDetail .dy-fileList .dy-fileList-item .el-icon-document {
  margin-right: 7px;
  line-height: inherit;
}
.dynamicDetail .dy-fileList .dy-fileList-item:hover {
  background-color: #f5f7fa;
}
.dynamicDetail .dy-img {
  width: 120px;
  height: 120px;
  overflow: hidden;
  margin: 0 8px 8px 0;
  border: 1px solid #c0ccda;
  border-radius: 6px;
}
.dynamicDetail .el-color-picker__mask {
  background: none;
}
.dynamicDetail .el-switch.is-disabled {
  opacity: 1;
}
.dynamicDetail .slider-box {
  position: relative;
}
.dynamicDetail .slider-box .slider-mark {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: transparent;
  z-index: 1100;
}
.dynamicDetail .el-table th {
  line-height: 23px !important;
}

.el-message-box__wrapper .el-message-box {
  border-width: 0;
}

.el-rate {
  display: inline-block;
  vertical-align: text-top;
}

.el-message-box .el-textarea textarea {
  min-height: 88px !important;
}

.el-table__expanded-cell[class*=cell] {
  padding: 5px 50px 5px 25px !important;
}

.el-button + .el-popconfirm,
.el-button + .el-dropdown,
.el-popconfirm + .el-button,
.el-popconfirm + .el-dropdown {
  margin-left: 10px;
}

textarea.el-textarea__inner {
  resize: none;
}

.el-form--label-top .el-form-item__label {
  padding: 0 !important;
}

.el-input-number.is-controls-right .el-input__inner {
  text-align: left !important;
}

.el-popconfirm__main {
  margin: 14px 0;
}

.el-button [class*=icon-ym-] + span {
  margin-left: 5px;
}

.el-form .el-form-item__content .el-alert__content {
  line-height: 20px;
}

.el-input-number.el-input-number--small {
  width: 160px;
}

.el-col .el-form-item--small .el-form-item__label {
  line-height: 33px;
}
.el-col .el-form-item--mini .el-form-item__label {
  line-height: 29px;
}

.item-table .el-link {
  font-size: 12px;
}

.word-form {
  padding: 0 !important;
  margin: 0 !important;
  border-top: 1px solid #dcdfe6;
  border-left: 1px solid #dcdfe6;
}
.word-form.word-from-detail .el-form-item__label + .el-form-item__content {
  padding: 0 15px;
}
.word-form.word-from-detail .el-form-item__label + .el-form-item__content .el-rate,
.word-form.word-from-detail .el-form-item__label + .el-form-item__content .el-color-picker,
.word-form.word-from-detail .el-form-item__label + .el-form-item__content .el-switch {
  padding-left: 0;
}
.word-form.word-from-detail .el-col.item-table {
  border-bottom: none;
}
.word-form .el-col {
  border-right: 1px solid #dcdfe6;
  border-bottom: 1px solid #dcdfe6;
  padding: 0 !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.word-form .el-col.item-card {
  border: none;
}
.word-form .el-form-item {
  margin-bottom: 0 !important;
}
.word-form .el-form-item .el-form-item__label + .el-form-item__content {
  border-left: 1px solid #dcdfe6;
  padding-top: 5px;
  padding-bottom: 5px;
}
.word-form .el-form-item .el-form-item__error {
  top: 68% !important;
}
.word-form .el-form-item .el-form-item__label {
  padding-top: 5px;
  padding-bottom: 5px;
}
.word-form .el-input__inner {
  border: 0 !important;
}
.word-form textarea {
  border: 0 !important;
}
.word-form .table-actions {
  border: none;
  margin-top: 0;
}
.word-form .el-row {
  margin: 0 !important;
}
.word-form .el-row .el-col {
  border: 0;
}
.word-form .el-card {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: 0;
  margin-bottom: 0;
  border-radius: 0;
}
.word-form .el-card .el-card__body {
  padding: 0;
}
.word-form .el-card .el-row .el-col {
  border: 0;
}
.word-form h1 {
  border: 0 !important;
  border-bottom: 0 !important;
}
.word-form .ql-toolbar {
  border: 0 !important;
  border-bottom: 1px solid #dcdfe6 !important;
}
.word-form .ql-container {
  border: 0 !important;
}
.word-form .el-radio-group,
.word-form .el-checkbox-group,
.word-form .el-rate,
.word-form .el-color-picker,
.word-form .el-switch {
  padding-left: 15px;
}
.word-form .el-slider,
.word-form .UploadFile-container {
  padding: 0 15px;
}
.word-form .el-input-number {
  margin-left: 15px;
}
.word-form .SNOWSAmount {
  padding: 0 15px;
}
.word-form .SNOWSAmount .el-input-number {
  margin-left: 0;
}
.word-form .el-table td,
.word-form .el-table th {
  border-right: 1px solid #dcdfe6;
  border-bottom: 1px solid #dcdfe6 !important;
}
.word-form .el-table td:last-child,
.word-form .el-table th:last-child {
  border-right: none !important;
}
.word-form .el-table td:hover::after, .word-form .el-table td:hover::before,
.word-form .el-table th:hover::after,
.word-form .el-table th:hover::before {
  border-color: transparent !important;
}
.word-form .el-table .el-input-number {
  margin-left: 0;
}
.word-form .el-table .el-color-picker,
.word-form .el-table .el-switch {
  padding-left: 0;
}
.word-form .el-table th:nth-last-child(2) {
  border-right: none !important;
}
.word-form .SNOWS-common-title {
  border-bottom: 1px solid #dcdfe6 !important;
}

.table-switch.el-switch.is-disabled {
  opacity: 1;
}
.table-switch.el-switch.is-disabled .el-switch__core,
.table-switch.el-switch.is-disabled .el-switch__label {
  cursor: pointer;
}

.table-checkbox.el-checkbox.is-disabled .el-checkbox__inner,
.table-checkbox.el-checkbox.is-disabled .el-checkbox__inner::after,
.table-checkbox.el-checkbox.is-disabled input,
.table-checkbox.el-checkbox.is-disabled .el-checkbox__label {
  cursor: pointer !important;
}
.table-checkbox.el-checkbox.is-disabled .el-checkbox__inner {
  background-color: #fff !important;
}
.table-checkbox.el-checkbox.is-disabled .el-checkbox__inner:hover {
  border-color: #1890ff !important;
}
.table-checkbox.el-checkbox.is-disabled.is-checked .el-checkbox__inner {
  background-color: #1890ff !important;
  border-color: #1890ff !important;
}
.table-checkbox.el-checkbox.is-disabled.is-checked .el-checkbox__inner::after {
  border-color: #fff !important;
}
.table-checkbox.el-checkbox.is-disabled.is-checked input {
  color: #fff !important;
  border-color: #fff !important;
}

.el-dropdown-menu__item .icon-ym {
  vertical-align: -1px;
}

.transfer__body {
  line-height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding-top: 10px;
  height: 400px;
}
.transfer__body .transfer-pane {
  width: 360px;
}
.transfer__body .transfer-pane__tools {
  margin-bottom: 8px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.transfer__body .transfer-pane__tools .removeAllBtn {
  color: #f56c6c;
}
.transfer__body .transfer-pane__body {
  position: relative;
  width: 100%;
  height: calc(100% - 40px);
  overflow: auto;
  overflow-x: hidden;
  font-size: 14px;
  border: 1px solid #dcdfe6;
  border-radius: 4px;
}
.transfer__body .transfer-pane__body .el-tab-pane {
  padding: 10px 0 !important;
}
.transfer__body .transfer-pane__body.left-pane .custom-title {
  height: 39px;
  padding: 0 12px;
  line-height: 39px;
  font-size: 14px;
  font-weight: 500;
  color: #303133;
  border-bottom: 1px solid #dcdfe6;
}
.transfer__body .transfer-pane__body.left-pane .custom-title + .single-list {
  height: calc(100% - 40px);
}
.transfer__body .transfer-pane__body.left-pane .single-list {
  height: 100%;
  overflow: auto;
  overflow-x: hidden;
}
.transfer__body .transfer-pane__body.left-pane .single-list .selected-item-user {
  cursor: pointer;
}
.transfer__body .transfer-pane__body.left-pane .single-list .selected-item {
  padding: 0px 12px;
  cursor: pointer;
}
.transfer__body .transfer-pane__body.left-pane .single-list .selected-item:hover {
  background-color: #f5f7fa;
}
.transfer__body .selected-item-user {
  padding: 0 12px;
}
.transfer__body .selected-item-user:hover {
  background-color: #f5f7fa;
}
.transfer__body .selected-item-user .selected-item-main {
  border-bottom: 1px solid #F4F6F9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
}
.transfer__body .selected-item-user .selected-item-headIcon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.transfer__body .selected-item-user .selected-item-headIcon.icon {
  width: 36px;
  height: 36px;
  text-align: center;
}
.transfer__body .selected-item-user .selected-item-headIcon.icon i {
  font-size: 22px;
  line-height: 36px;
}
.transfer__body .selected-item-user .selected-item-text {
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 10px;
}
.transfer__body .selected-item-user .selected-item-text .name {
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  margin-bottom: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.transfer__body .selected-item-user .selected-item-text .organize {
  height: 17px;
  line-height: 17px;
  color: #999999;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.transfer__body .selected-item-user .el-icon-delete:hover {
  color: #f56c6c;
  cursor: pointer;
}
.transfer__body .selected-item-user-multiple {
  padding-left: 12px;
  position: relative;
}
.transfer__body .selected-item-user-multiple .selected-item-title {
  font-size: 14px;
  color: #303133;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.transfer__body .selected-item-user-multiple .selected-item-title span {
  padding-left: 6px;
}
.transfer__body .selected-item-user-multiple .selected-item-main {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 64px;
  padding-left: 21px;
  position: relative;
}
.transfer__body .selected-item-user-multiple .selected-item-main:hover {
  background-color: #f5f7fa;
}
.transfer__body .selected-item-user-multiple .selected-item-main:last-child {
  border-bottom: 1px solid #F2F5F8;
}
.transfer__body .selected-item-user-multiple .selected-item-main:not(:last-child):before {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: calc(100% - 21px);
  height: 1px;
  background-color: #F2F5F8;
}
.transfer__body .selected-item-user-multiple .selected-item-headIcon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.transfer__body .selected-item-user-multiple .selected-item-headIcon.icon {
  width: 36px;
  height: 36px;
  text-align: center;
}
.transfer__body .selected-item-user-multiple .selected-item-headIcon.icon i {
  font-size: 22px;
  line-height: 36px;
}
.transfer__body .selected-item-user-multiple .selected-item-icon {
  width: 36px;
  height: 36px;
  background: linear-gradient(193deg, #A7D6FF 0%, #1990FA 100%);
  border-radius: 50%;
  line-height: 36px;
  color: #FFFFFF;
  font-size: 14px;
  text-align: center;
}
.transfer__body .selected-item-user-multiple .selected-item-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 10px;
  min-width: 0;
}
.transfer__body .selected-item-user-multiple .selected-item-text .name {
  color: #333333;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  margin-bottom: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.transfer__body .selected-item-user-multiple .selected-item-text .organize {
  color: #999999;
  height: 17px;
  line-height: 17px;
  color: #999999;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.transfer__body .selected-item-user-multiple .delete {
  margin-right: 15px;
  font-size: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.transfer__body .selected-item-user-multiple .delete:hover {
  color: #f56c6c;
  cursor: pointer;
}
.transfer__body .right-pane {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: auto;
  border: 1px solid #dcdfe6;
}
.transfer__body .right-pane .selected-item {
  padding: 0px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.transfer__body .right-pane .selected-item:hover {
  background-color: #f5f7fa;
}
.transfer__body .right-pane .selected-item span {
  max-width: 90%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.transfer__body .right-pane .selected-item .el-icon-delete:hover {
  color: #f56c6c;
  cursor: pointer;
}

.blend .navbar.dark {
  background: #031e39;
  border-bottom: none;
}
.blend .navbar.dark .right-menu .right-menu-item {
  color: #fff;
}
.blend .navbar.dark .icon-ym {
  color: #fff;
}
.blend .navbar.dark .el-tabs__item {
  color: #fff;
}
.blend #topMenu .el-menu-item.submenu-title-noDropdown,
.blend #topMenu .el-menu .el-submenu > .el-submenu__title {
  padding: 0 20px !important;
}

.popupSelect-container {
  width: 100%;
}
.popupSelect-container .popover-container {
  width: 100%;
}
.popupSelect-container .popover-container .el-popover__reference-wrapper,
.popupSelect-container .popover-container .el-select {
  width: 100%;
}
.popupSelect-container > .el-select {
  width: 100%;
}

.required-sign {
  color: #f56c6c;
}

.child-table-column .child-table__row {
  background: transparent;
  border-bottom: 1px solid #ebeef5 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 39px;
}
.child-table-column .child-table__row td {
  border: none !important;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.child-table-column .child-table__row td.td-flex-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.child-table-column .child-table__row td .cell {
  min-height: 23px !important;
}
.child-table-column .child-table__row:last-child {
  border-bottom: none !important;
}
.child-table-column .expand-more-btn {
  height: 39px;
  text-align: center;
  padding-top: 4px;
}

.el-table td.child-table-box {
  padding: 0 !important;
  vertical-align: top !important;
}
.el-table td.child-table-box > .cell {
  padding: 0 !important;
}
.el-table .table-child-first {
  border-right: none !important;
}
.el-table .table-child-first .td-child-first {
  width: 1px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.snows-table__empty-text {
  padding: 30px;
  line-height: 30px;
}

.snows-detail-text {
  color: #999;
}

.sign-main {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sign-main .sign-img {
  width: 100px;
  height: 50px;
}
.sign-main .add-sign {
  height: 50px;
  font-size: 36px;
  margin-top: 10px;
  color: #2188ff;
}
.sign-main .sign-title {
  font-size: 16px;
  color: #2188ff;
}
.SNOWS-selectTree[data-v-09d59a6c] {
  width: 100%;
}
.el-scrollbar .el-scrollbar__view .el-select-dropdown__item[data-v-09d59a6c] {
  height: auto;
  max-height: 274px;
  padding: 0;
  overflow: hidden;
  overflow-y: auto;
}
.el-select-dropdown__item.selected[data-v-09d59a6c] {
  font-weight: normal;
}
ul li[data-v-09d59a6c]::-webkit-scrollbar-track {
  border-radius: 0;
  background-color: #fff;
}
ul li[data-v-09d59a6c] .el-tree .el-tree-node__content {
  height: auto;
  padding: 0 20px;
}
.el-tree-node__label[data-v-09d59a6c] {
  font-weight: normal;
}
.el-tree.single[data-v-09d59a6c] .is-current .el-tree-node__label {
  color: #409eff;
  font-weight: 700;
}
.el-tree.single[data-v-09d59a6c] .is-current .el-tree-node__content .custom-tree-node {
  color: #409eff;
  font-weight: 700;
}
.el-tree.single[data-v-09d59a6c] .is-current .el-tree-node__content .custom-tree-node.is-disabled {
  color: #606266;
  font-weight: normal;
}
.el-tree.single[data-v-09d59a6c] .is-current .el-tree-node__children .custom-tree-node {
  color: #606266;
  font-weight: normal;
}
.el-tree.single[data-v-09d59a6c] .is-current .el-tree-node__children .el-tree-node__label {
  color: #606266;
  font-weight: normal;
}
.empty-text[data-v-09d59a6c] {
  margin: 0;
  text-align: center;
  color: #999;
  font-size: 14px;
  background: #fff;
  cursor: auto;
  padding: 0;
  line-height: 24px;
}
.snows-opts[data-v-119eb8e2] {
  display: inline-block;
}

.pagination-container[data-v-72233bcd] {
  background: #fff;
  text-align: right;
  overflow: auto hidden;
}
.pagination-container.hidden[data-v-72233bcd] {
  display: none;
}

.columnSettings-drawer .SNOWS-flex-main[data-v-39a4f327] {
  overflow: hidden;
}
.columnSettings-drawer .columnSetting-head[data-v-39a4f327] {
  height: 46px;
  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 24px;
  font-size: 14px;
  color: #303133;
}
.columnSettings-drawer .column-list[data-v-39a4f327] {
  height: 100%;
  padding: 8px 10px 0;
}
.columnSettings-drawer .column-list .column-item[data-v-39a4f327] {
  height: 40px;
  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;
  font-size: 12px;
  color: #303133;
  cursor: pointer;
  border-bottom: 1px solid #e3e6eb;
}
.columnSettings-drawer .column-list .column-item[data-v-39a4f327]:hover {
  background: rgba(25, 144, 250, 0.1);
}
.columnSettings-drawer .column-list .column-item .column-item-icon[data-v-39a4f327] {
  margin: auto 8px auto 10px;
  color: #909399;
  cursor: move;
  font-size: 14px;
}
.columnSettings-drawer .column-list .column-item .el-switch[data-v-39a4f327] {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
.columnSettings-drawer .column-list .column-item .column-item-label[data-v-39a4f327] {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.columnSettings-drawer .column-list .column-item .check-box[data-v-39a4f327] {
  margin-right: 16px;
}
.columnSettings-drawer .footer[data-v-39a4f327] {
  margin: 4px 20px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.tableContainer {
  height: 100%;
  overflow: hidden;
}
.empty-icon[data-v-6a7dc774] {
  display: inline-block;
  width: 14px;
}
[data-v-6dfc9e12] #pane-all {
  padding: 0 !important;
  background-color: #FFFFFF;
}
[data-v-6dfc9e12] #pane-department {
  padding: 0 !important;
  background-color: #FFFFFF;
}
[data-v-6dfc9e12] #pane-subordinates {
  padding: 0 !important;
  background-color: #FFFFFF;
}
[data-v-6dfc9e12] .selected-item-text p {
  margin: 0 !important;
}
.upload-btn[data-v-45735561] {
  display: inline-block;
  margin: 0 10px;
}
.delete[data-v-7d270958] {
  width: 50px;
  text-align: center;
}
.no-border-bottom[data-v-7d270958] {
  border-bottom: unset;
}
.import-main-overflow[data-v-7d270958] {
  overflow: unset;
}
.SNOWS-Text {
  padding: 3px 0;
  margin: 0;
}
.SNOWS-barcode[data-v-bbae06e0] {
  width: 100%;
  padding: 0;
  overflow: hidden;
  min-height: 40px;
}
.jnpf-qrcode[data-v-eedb5cd8] {
  width: 100%;
  padding: 0;
  min-height: 40px;
  max-width: 100% !important;
}
.jnpf-qrcode[data-v-eedb5cd8] img {
  max-width: 100% !important;
}
.SNOWS-button[data-v-d0e30f90] {
  width: 100%;
}
.SNOWS-button.SNOWS-button-left[data-v-d0e30f90] {
  text-align: left;
}
.SNOWS-button.jnpf-button-center[data-v-d0e30f90] {
  text-align: center;
}
.SNOWS-button.jnpf-button-right[data-v-d0e30f90] {
  text-align: right;
}
.content[data-v-91d67fd2] {
  width: 100%;
  height: 100%;
  background: #fff;
}
.uploader-file-info[data-v-469a5b5d] {
  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;
}
.uploader-file-info .uploader-file-actions[data-v-469a5b5d] {
  width: 50px;
  padding-right: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.uploader-file-info .uploader-file-actions .actions-icon[data-v-469a5b5d] {
  color: #606266;
  opacity: 0.8;
  cursor: pointer;
  margin-left: 6px;
  font-size: 14px;
  display: block;
}
.uploader-file-info .uploader-file-actions .el-icon-close[data-v-469a5b5d] {
  display: block;
  position: static;
}
.uploader-file-info .uploader-file-status[data-v-469a5b5d] {
  width: 150px !important;
  text-indent: 10px !important;
}
.uploader-file-info .uploader-file-status em[data-v-469a5b5d] {
  margin: 0 5px;
}
.uploader-file-name[data-v-469a5b5d] {
  width: calc(100% - 200px);
  text-indent: 0px !important;
  padding-left: 4px;
  padding-right: 10px;
}
.uploader-file-name .el-icon-paperclip[data-v-469a5b5d] {
  margin-right: 7px;
  line-height: 25px;
}
.uploader-file-size[data-v-469a5b5d] {
  width: 13%;
  text-indent: 10px;
}
.uploader-file-meta[data-v-469a5b5d] {
  width: 8%;
}
@charset "UTF-8";
#common-file-uploader[data-v-2f8b7038] {
  margin: 0;
  padding: 0;
  font-size: 0;
}
#common-file-uploader.hasDefault .el-upload-list__item[data-v-2f8b7038]:first-child {
  margin-top: 5px;
}
#common-file-uploader .el-upload-list[data-v-2f8b7038].uploader-file {
  border-bottom: none;
  height: 25px !important;
  line-height: 25px;
}
#common-file-uploader .el-upload-list[data-v-2f8b7038].uploader-file:hover {
  background-color: #f5f7fa;
}
#common-file-uploader[data-v-2f8b7038].uploader-file-icon:before {
  content: "" !important;
}
#common-file-uploader[data-v-2f8b7038].uploader-file-actions > span {
  margin-right: 6px;
}

/* 隐藏上传按钮 */
#file-uploader-btn[data-v-2f8b7038] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}
.UploadFile-container[data-v-04d653f6] {
  position: relative;
}
.UploadFile-container .el-upload__tip[data-v-04d653f6] {
  line-height: 1.2;
  color: #a5a5a5;
  margin-top: 5px;
}
.el-upload-list__item.el-upload-list__item_detail[data-v-04d653f6]:first-child {
  margin-top: 5px !important;
}
.el-upload-list__item .el-upload-list__item-name[data-v-04d653f6] {
  margin-right: 70px;
}
.el-upload-list__item:hover .el-upload-list__item-status-label.disabled[data-v-04d653f6] {
  display: block !important;
}
.el-upload-list__item .el-icon-download[data-v-04d653f6] {
  display: inline-block;
  position: absolute;
  top: 5px;
  right: 25px;
  cursor: pointer;
  opacity: 0.75;
  color: #606266;
}
.el-upload-list__item .el-icon-view[data-v-04d653f6] {
  display: inline-block;
  position: absolute;
  top: 5px;
  right: 45px;
  cursor: pointer;
  opacity: 0.75;
  color: #606266;
}
[data-v-217a6391].el-upload-list--picture-card .el-upload-list__item {
  width: 120px;
  height: 120px;
}
[data-v-217a6391].el-upload--picture-card {
  width: 120px;
  height: 120px;
  line-height: 120px;
}
.upload-btn[data-v-217a6391] {
  display: inline-block;
}
[data-v-725352de] .el-dialog__body {
  height: 70vh;
  padding: 0 0 10px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}
[data-v-725352de] .el-dialog__body .SNOWS-common-search-box {
  margin-bottom: 0;
}
[data-v-725352de] .el-dialog__body .SNOWS-common-search-box .SNOWS-common-search-box-right {
  padding: 10px 10px 0 0;
}
.fr[data-v-74def79e] {
  float: right;
}
.numRange[data-v-218906d2] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 220px;
}
.numRange .el-input-number[data-v-218906d2] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: auto;
}
.numRange .el-input-number[data-v-218906d2] .el-input__inner {
  text-align: left;
}
.numRange .separator[data-v-218906d2] {
  margin: 0 5px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.el-input-group__append[data-v-2ba45a9e] {
  width: auto !important;
}

.comSelect-container .el-select {
  width: 100%;
}
[data-v-00363b17] .el-dialog__body {
  height: 70vh;
  padding: 0 0 10px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}
[data-v-00363b17] .el-dialog__body .SNOWS-common-search-box {
  margin-bottom: 0;
}
[data-v-00363b17] .el-dialog__body .SNOWS-common-search-box .SNOWS-common-search-box-right {
  padding: 10px 10px 0 0;
}
[data-v-00363b17] .el-dialog__body .el-table {
  border-top: none !important;
}
.jnpf-table-box[data-v-1ff74838] {
  margin-bottom: 0px;
}
.jnpf-table-box .row-action[data-v-1ff74838] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 32px;
}
.jnpf-table-box .row-action .el-icon-delete[data-v-1ff74838] {
  position: absolute;
  opacity: 0;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  cursor: pointer;
  line-height: 3px;
  margin-left: 10px;
}
.jnpf-table-box .actions[data-v-1ff74838] {
  text-align: center;
  border: 1px solid #ebeef5;
  border-top: none;
}
.jnpf-table-box .actions .list-summary[data-v-1ff74838] {
  line-height: 24px;
  overflow: hidden;
  border: 1px solid #e5e5e5;
  border-top: none;
}
.jnpf-table-box.list .list-row[data-v-1ff74838] {
  padding: 18px 0 10px;
  text-align: left;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
}
.jnpf-table-box.list .list-row:hover .delete-btn[data-v-1ff74838] {
  display: block;
}
.jnpf-table-box.list .list-row .delete-btn[data-v-1ff74838] {
  position: absolute;
  right: 10px;
  top: 20px;
  z-index: 999;
  cursor: pointer;
  display: none;
}
.jnpf-table-box.list .list-row .delete-btn[data-v-1ff74838]:hover {
  color: #000;
}
.jnpf-table-box.list .list-row .row-item[data-v-1ff74838] {
  margin-bottom: 18px;
  position: relative;
}
.jnpf-table-box.list .list-row .row-item.error .error-tip[data-v-1ff74838] {
  top: 74%;
  z-index: 1;
}
.jnpf-table-box.list .list-row .row-item.error[data-v-1ff74838] .el-input__inner {
  border-color: #f56c6c;
}
.jnpf-table-box.list .list-row .row-item > div[data-v-1ff74838]:first-child {
  text-align: right;
  vertical-align: middle;
  float: left;
  font-size: 14px;
  color: #606266;
  line-height: 32px;
  padding: 0 12px 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.jnpf-table-box.list .error-tip[data-v-1ff74838] {
  font-size: 12px;
  padding-left: 6px;
  color: #f56c6c;
  position: absolute;
  left: 100px;
  top: 0;
  z-index: -1;
  -webkit-transition: bottom 0.3s;
  transition: bottom 0.3s;
  min-height: auto;
}
.jnpf-table-box.table[data-v-1ff74838].el-table__row:hover .index {
  display: none;
}
.jnpf-table-box.table[data-v-1ff74838].el-table__row:hover .index.btn-disabled {
  display: block;
}
.jnpf-table-box.table[data-v-1ff74838].el-table__row:hover .index.btn-disabled + .el-icon-delete {
  opacity: 0;
  z-index: -1;
}
.jnpf-table-box.table[data-v-1ff74838].el-table__row:hover .el-icon-delete {
  z-index: 9;
  opacity: 1;
}
.jnpf-table-box.table[data-v-1ff74838].el-input-number {
  width: 100%;
  min-width: 120px;
}
.jnpf-table-box.table[data-v-1ff74838].el-table__header th {
  line-height: 1;
}
.jnpf-table-box.table[data-v-1ff74838].el-table .el-table__body td {
  padding: 2px 0;
  background: #fff !important;
  vertical-align: top;
}
.jnpf-table-box.table[data-v-1ff74838].el-table .el-table__body td .error-tip {
  font-size: 12px;
  padding-left: 6px;
  color: #f56c6c;
}
.jnpf-table-box.table[data-v-1ff74838].el-table .el-table__body td .cell {
  position: relative;
}
.jnpf-table-box.table[data-v-1ff74838].el-table .el-table__body td:not(:first-child)::after, .jnpf-table-box.table[data-v-1ff74838].el-table .el-table__body td:not(:first-child)::before {
  content: "";
  width: 10px;
  height: 10px;
  background: white;
  position: absolute;
  border: 2px solid transparent;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.jnpf-table-box.table[data-v-1ff74838].el-table .el-table__body td:not(:first-child)::after {
  border-top: none;
  border-right: none;
  left: 0;
  bottom: 0;
}
.jnpf-table-box.table[data-v-1ff74838].el-table .el-table__body td:not(:first-child)::before {
  border-bottom: none;
  border-left: none;
  right: 0;
  top: 0;
}
.jnpf-table-box.table[data-v-1ff74838].el-table .el-table__body td:not(:first-child):hover::after, .jnpf-table-box.table[data-v-1ff74838].el-table .el-table__body td:not(:first-child):hover::before {
  border-color: red;
}
.transfer-pane__body-tab[data-v-c5128d5c] .el-tabs__item {
  width: 50% !important;
}
[data-v-c5128d5c] #pane-all {
  padding: 0 !important;
}
.groupTitle[data-v-3e94c2ce] {
  border-bottom: 1px solid #ebeef5;
  color: #606266;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
}
[data-v-e152b340] .el-dialog__body {
  height: 70vh;
  padding: 0 0 10px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}
[data-v-e152b340] .el-dialog__body .SNOWS-common-search-box {
  margin-bottom: 0;
}
[data-v-e152b340] .el-dialog__body .SNOWS-common-search-box .SNOWS-common-search-box-right {
  padding: 10px 10px 0 0;
}
.link-style[data-v-e152b340] .el-input__inner {
  color: #1890ff !important;
  text-decoration: underline;
  cursor: pointer !important;
}
:root,
:host {
  --w-e-textarea-bg-color: #fff;
  --w-e-textarea-color: #333;
  --w-e-textarea-border-color: #ccc;
  --w-e-textarea-slight-border-color: #e8e8e8;
  --w-e-textarea-slight-color: #d4d4d4;
  --w-e-textarea-slight-bg-color: #f5f2f0;
  --w-e-textarea-selected-border-color: #B4D5FF;
  --w-e-textarea-handler-bg-color: #4290f7;
  --w-e-toolbar-color: #595959;
  --w-e-toolbar-bg-color: #fff;
  --w-e-toolbar-active-color: #333;
  --w-e-toolbar-active-bg-color: #f1f1f1;
  --w-e-toolbar-disabled-color: #999;
  --w-e-toolbar-border-color: #e8e8e8;
  --w-e-modal-button-bg-color: #fafafa;
  --w-e-modal-button-border-color: #d9d9d9;
}

.w-e-text-container *,.w-e-toolbar *{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;outline:none;padding:0}.w-e-text-container blockquote,.w-e-text-container li,.w-e-text-container p,.w-e-text-container td,.w-e-text-container th,.w-e-toolbar *{line-height:1.5}.w-e-text-container{background-color:var(--w-e-textarea-bg-color);color:var(--w-e-textarea-color);height:100%;position:relative}.w-e-text-container .w-e-scroll{-webkit-overflow-scrolling:touch;height:100%}.w-e-text-container [data-slate-editor]{word-wrap:break-word;border-top:1px solid transparent;min-height:100%;outline:0;padding:0 10px;white-space:pre-wrap}.w-e-text-container [data-slate-editor] p{margin:15px 0}.w-e-text-container [data-slate-editor] h1,.w-e-text-container [data-slate-editor] h2,.w-e-text-container [data-slate-editor] h3,.w-e-text-container [data-slate-editor] h4,.w-e-text-container [data-slate-editor] h5{margin:20px 0}.w-e-text-container [data-slate-editor] img{cursor:default;display:inline!important;max-width:100%;min-height:20px;min-width:20px}.w-e-text-container [data-slate-editor] span{text-indent:0}.w-e-text-container [data-slate-editor] [data-selected=true]{-webkit-box-shadow:0 0 0 2px var(--w-e-textarea-selected-border-color);box-shadow:0 0 0 2px var(--w-e-textarea-selected-border-color)}.w-e-text-placeholder{font-style:italic;left:10px;top:17px;width:90%}.w-e-max-length-info,.w-e-text-placeholder{color:var(--w-e-textarea-slight-color);pointer-events:none;position:absolute;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.w-e-max-length-info{bottom:.5em;right:1em}.w-e-bar{background-color:var(--w-e-toolbar-bg-color);color:var(--w-e-toolbar-color);font-size:14px;padding:0 5px}.w-e-bar svg{fill:var(--w-e-toolbar-color);height:14px;width:14px}.w-e-bar-show{display:-webkit-box;display:-ms-flexbox;display:flex}.w-e-bar-hidden{display:none}.w-e-hover-bar{border:1px solid var(--w-e-toolbar-border-color);border-radius:3px;-webkit-box-shadow:0 2px 5px #0000001f;box-shadow:0 2px 5px #0000001f;position:absolute}.w-e-toolbar{-ms-flex-wrap:wrap;flex-wrap:wrap;position:relative}.w-e-bar-divider{background-color:var(--w-e-toolbar-border-color);display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;height:40px;margin:0 5px;width:1px}.w-e-bar-item{display:-webkit-box;display:-ms-flexbox;display:flex;height:40px;padding:4px;position:relative;text-align:center}.w-e-bar-item,.w-e-bar-item button{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.w-e-bar-item button{background:transparent;border:none;color:var(--w-e-toolbar-color);cursor:pointer;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;height:32px;overflow:hidden;padding:0 8px;white-space:nowrap}.w-e-bar-item button:hover{background-color:var(--w-e-toolbar-active-bg-color);color:var(--w-e-toolbar-active-color)}.w-e-bar-item button .title{margin-left:5px}.w-e-bar-item .active{background-color:var(--w-e-toolbar-active-bg-color);color:var(--w-e-toolbar-active-color)}.w-e-bar-item .disabled{color:var(--w-e-toolbar-disabled-color);cursor:not-allowed}.w-e-bar-item .disabled svg{fill:var(--w-e-toolbar-disabled-color)}.w-e-bar-item .disabled:hover{background-color:var(--w-e-toolbar-bg-color);color:var(--w-e-toolbar-disabled-color)}.w-e-bar-item .disabled:hover svg{fill:var(--w-e-toolbar-disabled-color)}.w-e-menu-tooltip-v5:before{background-color:var(--w-e-toolbar-active-color);border-radius:5px;color:var(--w-e-toolbar-bg-color);content:attr(data-tooltip);font-size:.75em;opacity:0;padding:5px 10px;position:absolute;text-align:center;top:40px;-webkit-transition:opacity .6s;transition:opacity .6s;visibility:hidden;white-space:pre;z-index:1}.w-e-menu-tooltip-v5:after{border:5px solid transparent;border-bottom:5px solid var(--w-e-toolbar-active-color);content:"";opacity:0;position:absolute;top:30px;-webkit-transition:opacity .6s;transition:opacity .6s;visibility:hidden}.w-e-menu-tooltip-v5:hover:after,.w-e-menu-tooltip-v5:hover:before{opacity:1;visibility:visible}.w-e-menu-tooltip-v5.tooltip-right:before{left:100%;top:10px}.w-e-menu-tooltip-v5.tooltip-right:after{border-bottom-color:transparent;border-left-color:transparent;border-right-color:var(--w-e-toolbar-active-color);border-top-color:transparent;left:100%;margin-left:-10px;top:16px}.w-e-bar-item-group .w-e-bar-item-menus-container{background-color:var(--w-e-toolbar-bg-color);border:1px solid var(--w-e-toolbar-border-color);border-radius:3px;-webkit-box-shadow:0 2px 10px #0000001f;box-shadow:0 2px 10px #0000001f;display:none;left:0;margin-top:40px;position:absolute;top:0;z-index:1}.w-e-bar-item-group:hover .w-e-bar-item-menus-container{display:block}.w-e-select-list{background-color:var(--w-e-toolbar-bg-color);border:1px solid var(--w-e-toolbar-border-color);border-radius:3px;-webkit-box-shadow:0 2px 10px #0000001f;box-shadow:0 2px 10px #0000001f;left:0;margin-top:40px;max-height:350px;min-width:100px;overflow-y:auto;position:absolute;top:0;z-index:1}.w-e-select-list ul{line-height:1;list-style:none}.w-e-select-list ul .selected{background-color:var(--w-e-toolbar-active-bg-color)}.w-e-select-list ul li{cursor:pointer;padding:7px 0 7px 25px;position:relative;text-align:left;white-space:nowrap}.w-e-select-list ul li:hover{background-color:var(--w-e-toolbar-active-bg-color)}.w-e-select-list ul li svg{left:0;margin-left:5px;margin-top:-7px;position:absolute;top:50%}.w-e-bar-bottom .w-e-select-list{bottom:0;margin-bottom:40px;margin-top:0;top:inherit}.w-e-drop-panel{background-color:var(--w-e-toolbar-bg-color);border:1px solid var(--w-e-toolbar-border-color);border-radius:3px;-webkit-box-shadow:0 2px 10px #0000001f;box-shadow:0 2px 10px #0000001f;margin-top:40px;min-width:200px;padding:10px;position:absolute;top:0;z-index:1}.w-e-bar-bottom .w-e-drop-panel{bottom:0;margin-bottom:40px;margin-top:0;top:inherit}.w-e-modal{background-color:var(--w-e-toolbar-bg-color);border:1px solid var(--w-e-toolbar-border-color);border-radius:3px;-webkit-box-shadow:0 2px 10px #0000001f;box-shadow:0 2px 10px #0000001f;color:var(--w-e-toolbar-color);font-size:14px;min-height:40px;min-width:100px;padding:20px 15px 0;position:absolute;text-align:left;z-index:1}.w-e-modal .btn-close{cursor:pointer;line-height:1;padding:5px;position:absolute;right:8px;top:7px}.w-e-modal .btn-close svg{fill:var(--w-e-toolbar-color);height:10px;width:10px}.w-e-modal .babel-container{display:block;margin-bottom:15px}.w-e-modal .babel-container span{display:block;margin-bottom:10px}.w-e-modal .button-container{margin-bottom:15px}.w-e-modal button{background-color:var(--w-e-modal-button-bg-color);border:1px solid var(--w-e-modal-button-border-color);border-radius:4px;color:var(--w-e-toolbar-color);cursor:pointer;font-weight:400;height:32px;padding:4.5px 15px;text-align:center;-ms-touch-action:manipulation;touch-action:manipulation;-webkit-transition:all .3s cubic-bezier(.645,.045,.355,1);transition:all .3s cubic-bezier(.645,.045,.355,1);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.w-e-modal input[type=number],.w-e-modal input[type=text],.w-e-modal textarea{-webkit-font-feature-settings:"tnum";font-feature-settings:"tnum";background-color:var(--w-e-toolbar-bg-color);border:1px solid var(--w-e-modal-button-border-color);border-radius:4px;color:var(--w-e-toolbar-color);font-variant:tabular-nums;padding:4.5px 11px;-webkit-transition:all .3s;transition:all .3s;width:100%}.w-e-modal textarea{min-height:60px}body .w-e-modal,body .w-e-modal *{-webkit-box-sizing:border-box;box-sizing:border-box}.w-e-progress-bar{background-color:var(--w-e-textarea-handler-bg-color);height:1px;position:absolute;-webkit-transition:width .3s;transition:width .3s;width:0}.w-e-full-screen-container{bottom:0!important;display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important;height:100%!important;left:0!important;margin:0!important;padding:0!important;position:fixed;right:0!important;top:0!important;width:100%!important}.w-e-full-screen-container [data-w-e-textarea=true]{-webkit-box-flex:1!important;-ms-flex:1!important;flex:1!important}
.w-e-text-container [data-slate-editor] code{background-color:var(--w-e-textarea-slight-bg-color);border-radius:3px;font-family:monospace;padding:3px}.w-e-panel-content-color{list-style:none;text-align:left;width:230px}.w-e-panel-content-color li{border:1px solid var(--w-e-toolbar-bg-color);border-radius:3px 3px;cursor:pointer;display:inline-block;padding:2px}.w-e-panel-content-color li:hover{border-color:var(--w-e-toolbar-color)}.w-e-panel-content-color li .color-block{border:1px solid var(--w-e-toolbar-border-color);border-radius:3px 3px;height:17px;width:17px}.w-e-panel-content-color .active{border-color:var(--w-e-toolbar-color)}.w-e-panel-content-color .clear{line-height:1.5;margin-bottom:5px;width:100%}.w-e-panel-content-color .clear svg{height:16px;margin-bottom:-4px;width:16px}.w-e-text-container [data-slate-editor] blockquote{background-color:var(--w-e-textarea-slight-bg-color);border-left:8px solid var(--w-e-textarea-selected-border-color);display:block;font-size:100%;line-height:1.5;margin:10px 0;padding:10px}.w-e-panel-content-emotion{font-size:20px;list-style:none;text-align:left;width:300px}.w-e-panel-content-emotion li{border-radius:3px 3px;cursor:pointer;display:inline-block;padding:0 5px}.w-e-panel-content-emotion li:hover{background-color:var(--w-e-textarea-slight-bg-color)}.w-e-textarea-divider{border-radius:3px;margin:20px auto;padding:20px}.w-e-textarea-divider hr{background-color:var(--w-e-textarea-border-color);border:0;display:block;height:1px}.w-e-text-container [data-slate-editor] pre>code{background-color:var(--w-e-textarea-slight-bg-color);border:1px solid var(--w-e-textarea-slight-border-color);border-radius:4px 4px;display:block;font-size:14px;padding:10px;text-indent:0}.w-e-text-container [data-slate-editor] .w-e-image-container{display:inline-block;margin:0 3px}.w-e-text-container [data-slate-editor] .w-e-image-container:hover{-webkit-box-shadow:0 0 0 2px var(--w-e-textarea-selected-border-color);box-shadow:0 0 0 2px var(--w-e-textarea-selected-border-color)}.w-e-text-container [data-slate-editor] .w-e-selected-image-container{overflow:hidden;position:relative}.w-e-text-container [data-slate-editor] .w-e-selected-image-container .w-e-image-dragger{background-color:var(--w-e-textarea-handler-bg-color);height:7px;position:absolute;width:7px}.w-e-text-container [data-slate-editor] .w-e-selected-image-container .left-top{cursor:nwse-resize;left:0;top:0}.w-e-text-container [data-slate-editor] .w-e-selected-image-container .right-top{cursor:nesw-resize;right:0;top:0}.w-e-text-container [data-slate-editor] .w-e-selected-image-container .left-bottom{bottom:0;cursor:nesw-resize;left:0}.w-e-text-container [data-slate-editor] .w-e-selected-image-container .right-bottom{bottom:0;cursor:nwse-resize;right:0}.w-e-text-container [data-slate-editor] .w-e-selected-image-container:hover{-webkit-box-shadow:none;box-shadow:none}.w-e-text-container [contenteditable=false] .w-e-image-container:hover{-webkit-box-shadow:none;box-shadow:none}

.w-e-text-container [data-slate-editor] .table-container{border:1px dashed var(--w-e-textarea-border-color);border-radius:5px;margin-top:10px;overflow-x:auto;padding:10px;width:100%}.w-e-text-container [data-slate-editor] table{border-collapse:collapse}.w-e-text-container [data-slate-editor] table td,.w-e-text-container [data-slate-editor] table th{border:1px solid var(--w-e-textarea-border-color);line-height:1.5;min-width:30px;padding:3px 5px;text-align:left}.w-e-text-container [data-slate-editor] table th{background-color:var(--w-e-textarea-slight-bg-color);font-weight:700;text-align:center}.w-e-panel-content-table{background-color:var(--w-e-toolbar-bg-color)}.w-e-panel-content-table table{border-collapse:collapse}.w-e-panel-content-table td{border:1px solid var(--w-e-toolbar-border-color);cursor:pointer;height:15px;padding:3px 5px;width:20px}.w-e-panel-content-table td.active{background-color:var(--w-e-toolbar-active-bg-color)}
.w-e-textarea-video-container{background-image:linear-gradient(45deg,#eee 25%,transparent 0,transparent 75%,#eee 0,#eee),linear-gradient(45deg,#eee 25%,#fff 0,#fff 75%,#eee 0,#eee);background-position:0 0,10px 10px;background-size:20px 20px;border:1px dashed var(--w-e-textarea-border-color);border-radius:5px;margin:10px auto 0;padding:10px 0;text-align:center}

.w-e-text-container [data-slate-editor] pre>code{word-wrap:normal;font-family:Consolas,Monaco,Andale Mono,Ubuntu Mono,monospace;-ms-hyphens:none;hyphens:none;line-height:1.5;margin:.5em 0;overflow:auto;padding:1em;-moz-tab-size:4;-o-tab-size:4;tab-size:4;text-align:left;text-shadow:0 1px #fff;white-space:pre;word-break:normal;word-spacing:normal}.w-e-text-container [data-slate-editor] pre>code .token.cdata,.w-e-text-container [data-slate-editor] pre>code .token.comment,.w-e-text-container [data-slate-editor] pre>code .token.doctype,.w-e-text-container [data-slate-editor] pre>code .token.prolog{color:#708090}.w-e-text-container [data-slate-editor] pre>code .token.punctuation{color:#999}.w-e-text-container [data-slate-editor] pre>code .token.namespace{opacity:.7}.w-e-text-container [data-slate-editor] pre>code .token.boolean,.w-e-text-container [data-slate-editor] pre>code .token.constant,.w-e-text-container [data-slate-editor] pre>code .token.deleted,.w-e-text-container [data-slate-editor] pre>code .token.number,.w-e-text-container [data-slate-editor] pre>code .token.property,.w-e-text-container [data-slate-editor] pre>code .token.symbol,.w-e-text-container [data-slate-editor] pre>code .token.tag{color:#905}.w-e-text-container [data-slate-editor] pre>code .token.attr-name,.w-e-text-container [data-slate-editor] pre>code .token.builtin,.w-e-text-container [data-slate-editor] pre>code .token.char,.w-e-text-container [data-slate-editor] pre>code .token.inserted,.w-e-text-container [data-slate-editor] pre>code .token.selector,.w-e-text-container [data-slate-editor] pre>code .token.string{color:#690}.w-e-text-container [data-slate-editor] pre>code .language-css .token.string,.w-e-text-container [data-slate-editor] pre>code .style .token.string,.w-e-text-container [data-slate-editor] pre>code .token.entity,.w-e-text-container [data-slate-editor] pre>code .token.operator,.w-e-text-container [data-slate-editor] pre>code .token.url{color:#9a6e3a}.w-e-text-container [data-slate-editor] pre>code .token.atrule,.w-e-text-container [data-slate-editor] pre>code .token.attr-value,.w-e-text-container [data-slate-editor] pre>code .token.keyword{color:#07a}.w-e-text-container [data-slate-editor] pre>code .token.class-name,.w-e-text-container [data-slate-editor] pre>code .token.function{color:#dd4a68}.w-e-text-container [data-slate-editor] pre>code .token.important,.w-e-text-container [data-slate-editor] pre>code .token.regex,.w-e-text-container [data-slate-editor] pre>code .token.variable{color:#e90}.w-e-text-container [data-slate-editor] pre>code .token.bold,.w-e-text-container [data-slate-editor] pre>code .token.important{font-weight:700}.w-e-text-container [data-slate-editor] pre>code .token.italic{font-style:italic}.w-e-text-container [data-slate-editor] pre>code .token.entity{cursor:help}
.cropperImage .cropper-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.cropperImage .cropper-content .cropper-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
}
.cropperImage .cropper-content .cropper-box .cropper {
  width: auto;
  height: 300px;
}
.cropperImage .cropper-content .show-preview {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cropperImage .cropper-content .show-preview .preview {
  overflow: hidden;
  border: 1px solid #67c23a;
  background: #cccccc;
}
.cropperImage .footer-btn {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.cropperImage .footer-btn .scope-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 10px;
}
.cropperImage .footer-btn .upload-btn {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cropperImage .footer-btn .btn {
  outline: none;
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  -webkit-appearance: none;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  font-weight: 500;
  padding: 8px 15px;
  font-size: 12px;
  border-radius: 3px;
  color: #fff;
  background-color: #409eff;
  border-color: #409eff;
  margin-right: 10px;
}
.cropperImage .upload__avatar {
  position: relative;
  font-size: 28px;
  color: #8c939d;
  width: 148px;
  height: 148px;
  border: 1px dashed #c0ccda;
  border-radius: 6px;
  line-height: 148px;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cropperImage .upload__avatar .el-icon-plus {
  width: 100%;
  height: 100%;
}
.cropperImage .upload__avatar .avatar {
  width: 100%;
  height: 100%;
  display: block;
}
.cropperImage .upload__avatar .el-upload-list__item-actions {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  cursor: default;
  text-align: center;
  color: #fff;
  font-size: 20px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.cropperImage .upload__avatar .el-upload-list__item-actions i {
  cursor: pointer;
  color: #fff;
  margin: 0 8px;
  font-size: 20px;
}
.uploader-uploadFilesImg .el-upload-list--picture-card .el-upload-list__item {
  overflow: visible;
}
.uploader-uploadFilesImg .el-upload-list--picture-card .el-upload-list__item .el-upload-list__item-thumbnail {
  height: 146px;
}
.uploader-uploadFilesImg .el-upload-list--picture-card .el-upload-list__item .name {
  margin: 0;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
}
.uploader-uploadFilesImg .viewClass .el-upload {
  display: none;
}
.vjs-svg-icon {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  fill: currentColor;
  height: 1.8em;
  width: 1.8em;
}
.vjs-svg-icon:before {
  content: none !important;
}

.vjs-svg-icon:hover,
.vjs-control:focus .vjs-svg-icon {
  -webkit-filter: drop-shadow(0 0 0.25em #fff);
          filter: drop-shadow(0 0 0.25em #fff);
}

.vjs-modal-dialog .vjs-modal-dialog-content, .video-js .vjs-modal-dialog, .vjs-button > .vjs-icon-placeholder:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vjs-button > .vjs-icon-placeholder:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  text-align: center;
}

@font-face {
  font-family: VideoJS;
  src: url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAABTsAAsAAAAAIpAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADsAAABUIIslek9TLzIAAAFEAAAAPgAAAFZRiV32Y21hcAAAAYQAAAEJAAAD5p42+VxnbHlmAAACkAAADtIAABckI4l972hlYWQAABFkAAAAKwAAADYsvIjpaGhlYQAAEZAAAAAdAAAAJA+RCL1obXR4AAARsAAAABcAAAC8Q2YAAGxvY2EAABHIAAAAYAAAAGB7CIGGbWF4cAAAEigAAAAfAAAAIAFAAI9uYW1lAAASSAAAASUAAAIK1cf1oHBvc3QAABNwAAABfAAAAnXdFqh1eJxjYGRgYOBiMGCwY2BycfMJYeDLSSzJY5BiYGGAAJA8MpsxJzM9kYEDxgPKsYBpDiBmg4gCACY7BUgAeJxjYGR7yDiBgZWBgaWQ5RkDA8MvCM0cwxDOeI6BgYmBlZkBKwhIc01hcPjI+FGPHcRdyA4RZgQRADaGCyYAAHic7dPXbcMwAEXRK1vuvffem749XAbKV3bjBA6fXsaIgMMLEWoQJaAEFKNnlELyQ4K27zib5PNF6vl8yld+TKr5kH0+cUw0xv00Hwvx2DResUyFKrV4XoMmLdp06NKjz4AhI8ZMmDJjzoIlK9Zs2LJjz4EjJ85cuHLjziPe/0UWL17mf2tqKLz/9jK9f8tXpGCoRdPKhtS0RqFkWvVQNtSKoVYNtWaoddPXEBqG2jQ9XWgZattQO4baNdSeofYNdWCoQ0MdGerYUCeGOjXUmaHODXVhqEtDXRnq2lA3hro11J2h7g31YKhHQz0Z6tlQL4Z6NdSbod4N9WGoT9MfHF6GmhnZLxyDcRMAAAB4nJ1YC1hU17U+a5/HMA4iA3NmVBDmoQwP5TFnHlFeA4gYiUFRQINoSCBAyK3G2yi+0aipYtFcHYo2xsb4NiY3+VrNxSaX5uvt495ozNdoYoxmem2/L8HGpLc+InB279pnhlGr5mvL4eyz99nrrL32eu1/DQcc/okdYgdHOA6MQKp4r9gx0EcMHMezOalVasW5BM7NcXoSb9fFgE6KtSSBxWz1FYDPG+vMBGcKb9cebu2VS5s2aaTkCvRSf6C7Y+Ppibm5E09v7IDs2/3uZQtbD0zIyppwoHXh/93ukmyYgdePNRp65p5v+3v/9otQl2O7wP34cT88p8Md2YxpYLQZoRcy6FlSBRnwnGAe6BPMSCZo+7NJVqS0cE4uHendzhSnbPH6TDqL1+Nme5LZXkCHnGyoH0kne30WH+gswhm3q+pt/mTas9NLS64GnjmSlTPw0wVQT/ewRaBgxtydy3cuUB9/6SW+vb5yRvr+t0eOfPKJZ/9t3+4tL7xj32Xd3thCxi+ge6ifdsAN+l5+wi5HQ/cCoeull1AszS7CUfEcJzK7sKWJAdJhCd0sPM4+EY7QDm5ov08hXRQXE5bf6PV5Q5+IjW7X7Nku92Ask4l2hCRRD6TPqISiCJeQna3SCFwrhrNzXHzo4yFevBwxpzxk8WCIIfkvVEKVy32SbT8n68gzgaslpaiO2zIGIyuSb7RNf9HSuN26y/7OC1tgEmpiyA6aD4qcgTOiLThwGG0eB694FI8NHLLN6OBlRVaMxNAFS4JdXUG6mW8PwpKuYLCLXKGbu8iwYNdgO06Sn3Th+/vyZAxs8Ro30DjHe9gy8Fywi24OMm7Qyzh3MTZVOMYhLBnoC+J79lpTUyQmorjhnMwlcQ5uPEYGpDjsOkkH49BjQLQBqs3jFtFdJNlksYmoQFDArLh8Xh+Qd6Ghcsb6FUuehDi+U/lqD71K/qiegeV1imcwjl7ExwiSrf4BZyCujV6cVcFo6VX+G9IcPyFjJnUufbU/jzrL1X99as36reXl8K32nFaOr+E8jWJEcJ55DpMVfSMe95/AJaOsGBH2GJCNpiRQbK4C8BjdmQA22QY2j03Em13i2YHqtNLU1NI04Yj2HJgA6fQc6VPNpA/D+Ryks554NnVy2mB72uRUfPLsqR4N0LOBQKArwJYO+5W2fgZX8oC1HR6HjNaQTVIG2FPwnTcXXGZZfNB7TE6pTKZUwaw91XWLAoFFGcnB5PHjsckgBjbWutrL+0h5Y1xw3DRGDumsnXb3MJwXrJIN5U7m0rgJ3yG5w4he5ckFG4pmNEkOm0/xOO4r4yL87wqtQM+hiJIVp+6iG2wPBKD35ElGkDx+UfC2v1mFG1o+M3AjNFty8biKMXwzyxnZLds8wYD2BxmCPHAldPOeLsy/0BugftYhVYFAhO8SqQ0j3oK7dHJZnI/jxmUS4onlxskSF8thmvNZjIrRZwEPxr0lBuLRuz3oy/FOHCsxwOPYh2M+e9u3J5pgPYz9gp6G7C9m0A11F9ddqKMfV+4sbq45/YspOysXvT+3pdFdYNg2fHbW8Dz301MqDVuGrz0Fuh0YMW8mddrpqzST7rV9BcvqPoNvadRndWp0p8HvbiqrFj5yFQ/vNFSXDpxpLEFWp+DcrF3FT1afWshFcmCfeAMjEvO65i0Y6XijQfSRPWx3TV/Df7Km3E1l+kLt56s/rwVzuRusNMhudznkwdLaS+QNdeal2jDPP4l9qHc98vTYZOSkxzD+njBWVWjFPKgipx6DkWvXQiW8OYcewVHE5yukinDMcfGgc0opDltYKDxIGBedkzc6jSfE7tlvESCDFUw0Hx0opS+U0lHCxNottbNWSxX9zZVvEhKWUSyBpaXwBc2a98M6UqPeXAs/GDon8Ax7hsthO8cM5HU7Ad0UvRR9lHmtyQKZ4MAe814X5h9MSUkQmhf96eVJ6p90OjIiqSIjvykvr2l5U55O/fPQKD+jIomYpNyGJQ25uQ2kIikRfAmuBHCPsWqkSDEqgZ5KDI2sifS/R43MbZg0idFHbCPNxXxZws1ACVE6hAhOdJwRkJLFBLPZpRGYJ50pko6XzMkgmSx40ljik6AQcKhFnLcQE6rF7PXFe1Ocoj0T3AXgSgJTDIhHRfHlYZKuSzc6uievOJGXY+i5GJkkTp7UM3y0LqATDbtFcbdBxO7o4T25JYlEjoH0uynUh8rapkxp62QN70svSF+hT4gGPlovlmcm/ComLi7mV4kTykV9NFWjE/QrwgQ4uIcAP0rQF4VZYRP2o3PhHHzfPMJj9Ir+uzKUlrH49ntT18AVvj1sc3YGjUT/Mt2Dxawa8ArcA7bCQIpvfwAYu22vEG/No/5RvPdA7g+AelLrPwzy+LtkLPhnpIxH14m4EYq8eeMHbPEPNm6G7Nv9B4jcFPZ8bJj0SEjP3MPgQdKTqqEoy2v6G32P/Y6dxOv04AxnoAeq+GILvUavtYCBXm+BaIhuodcfrN5B/V2EYMCPh+SxavjGyPwV0x4CJgUPGT0mQaODGBACIJZGsMXwAD0LGXx7l3CdAcKMIKI+f5CepWeD0BvyU/GcdBxPF8SwejC6LGZmAURFdsSWKR5HyHld2kbdIZO1Ixx+bnnzU7n5+blPNV9jnUDWhP2tC68tbN3PVIldsQPxSAcSpjOav7Q05uXn5zW2LLvDXn9B6syscPy9iDLEMmSrJz6nYuWMipukjM0AH8JkGS+XFyMRkzSCH7KD/hwm172SAyZYumHlefr5AddrtA0O0TnwaVZxcRY9Bfukn9Gf05N1r9DV9MoBsJ1f+ZrqUvtPHizJAntWybv7hmqLt6QLuK6ZS9Fqi1jO5rDoWPZXXII5Tgajg53cIXCjDCGIcYrRIY2n6+mXOa/W0bdhau3ryiEYe2FV/5oeaIYK/5w5frCyll6/cYO8DiNhw6t1MBWmznt91QX62UF1N7l0eHBZTRGpKaqpKVIPF9UcIzmReud9TSY75+K899GHbBu6wjoR7RKKZVYiYxSPf5/2wJT5e3NAhmUbVn5KLx1Ujg0+BGvpAIh0DezInTkzF37KVocxrKU3r1+XLtAe2lO3l66kfQfB/unKY+q8N375Ru8bc4pJXfEcESU95q+p8ZNZRTWH1d9FzvUdYXk5rLkcdkEisoKKVHQW/b3GEx6tPaYcoJfOr9wAbSBnv1IHpep0OExr4LPMkpJM+j7sly7UHkOzXjoAZljHCGiyegtNlwljM0v+c19ET9Pvst09a2Mtgcf5/ZSzYO5h1156+eyydfAsxGa9XAuF6vzjh6CssLq6ECysperXX0sX5h5ZdpZe3guxsGIPEtHk/aqXX1hVqP5HYVVVISkrrNqvXorIc+5Ou91Hnr/LcD2afi6eX7UBloOcs7cOpqgGaNfs1g7bNbs9z6wASaylN69d0/TFTIz6Ws8+oGV3mE2612wRTHKcVUbhjKadebloMc+dyXgMVtVK6BwMB/+mVW09igdRBWaRtNQX59d/VD//xdQ0TCiYNj1KT9sq6Wdu5WTbqk3qDXyDaLa1fv621LS01G3z61sD6lH8lAxDLicV921s6Bf92JOYvzNYCL1khbqBXEFUzC521N5NyzNaQIWhjyFyDoBIVrAjmv2UEaLlI+c6zw1jmVIPLLLZZUTj6GxGHW+mq1tgHXR2D85p4Q934+jLbtjVLcyCdS10NVzpHqxp4Q/hK7WopY/NRGx9HGsPGdFjOjcpjBnGYMVqY/4eqT5khWEHWUup2A/pTw7pdWgsWft7ETUERL96nRg0HNFPmCYba6pylECaExX89A9WLUOVB4oKLu/o1oqSYHCgLzBUlAz8hNFDRpeSU1XT+LRmDUgPaKbYdHDn9suF/tu13nHJij0N97LfS0QmqONuyONk7zvUI6Qa0pF9f2+oABL92AT6e0U//z9YqAiWtJLU1JK0gS+1aacwamiNqK067u9ZQ8f1d4qLodMzz3uL89Z68V/Hnr++hXWUuHgw8dfi972PeTyPefu3aNNucemQ74qFuIaJnVkOu4Q+yjuwmmC1FqZpl1i4uzoPxjkpPf3Xv545tl26Rr+dOvUd+omqJzch9dOeU7f10Y64nMcKK137DccIZq2WdXtdZjbEoLSzHwiMtrjYLDxpHQW8gjMX6XFYAE2zSWVD04EGYSs9MbO6sEo20BMEAB4mpvSypsKjZ4Stgzb+c3A9/MQT2+vrBy+qvyFxLUtLlSRF/Ri2wjfZ2dus2Q8lXx4608/jnqK5OOap6NY2PSjYYnECCjiEeLJll/pbmqfeIK+ps3+MxrlEhqmTPipVP7kqlF4VhpEb6r+Q7YOJg38kJ9SHBf3NBl6+9YchfbUjb5ahLSzUM3kPHmwFAsZ5rpai0S7E5xWzZ1j+fW7zsUWP2g5NXTw52ySCTrgG0+lbw60l2Y/CB185CoA8NK+tbRKxfjy6pm5hzQRRR+cMqv1Jbiw6STivtEvt3DRcy0QEh92JlUGo2PG4tSKHl00YD6xc8CK+YPYyy3io2lN8BcSjKRzrIV6ypOAobqxViJPaT9M9Hy5szY33mp7OX/Zu89L/7Ww5vqY2Y8b0pKgoiUhG5cPDPzq8qTV/WkzUOIvXVVA96kmjcBrr3HrYC/Wn+fYP6Z7T1rqy3zknbvqma/FvVk96fNXGkuaXrdHW5JGSxZT/2I/O73v+yNWafMdzc5NdxYurHs6h86e01sLKLz9EBrg+x36rxAaED7hRnAMx7Vzu+9wabh3zG8XLQjx0ablUJzmxdErxYT3kzQSd0SSafVqF5PXgpp0OyYJ1EyNHpGUZmvK575ySzd85JSqF7IBzSAbMM04+MbE58xF3/njXOGecSaermlw2y9PsSQdytLJVr8t+wg+rR8cZYoeNxVIzNdk3Bngi8U5LAlgTFoQnzJCa5EsCgYhCaGL+qPj7TdhG31p9tej3R04N//PXxNwJvyUqwaJqRPJY98TJ5TPndmflRAkAhBfe46sfKW5wizSge08Xb7Ca/GUVs55trngkKkrUS2WPzKttaaqq+idmahugkY+W6fN0I6i3gPt/x88U4wAAeJxjYGRgYADiGU9YXsXz23xl4GZnAIFH7fO+IdMc/WBxDgYmEAUASbMKwAB4nGNgZGBgZwABjj4Ghv//OfoZGBlQgT4ARicDZAAAAHicY2BgYGAfxJijD8Fmu4EqBwCSpgKpAAAAAAAADgBoAH4AzADgAQIBQgFsAZgB7gIuAooC0AL8A2IDjAOoA+AEMASwBNoFCAVaBcAGCAYuBnAGrAb2B04HigfSCCoIcAiGCJwIyAkkCVYJiAmsCfIKIApWCsQLknicY2BkYGDQZ2hmYGcAASYg5gJCBob/YD4DABqrAdAAeJxdkE1qg0AYhl8Tk9AIoVDaVSmzahcF87PMARLIMoFAl0ZHY1BHdBJIT9AT9AQ9RQ9Qeqy+yteNMzDzfM+88w0K4BY/cNAMB6N2bUaPPBLukybCLvleeAAPj8JD+hfhMV7hC3u4wxs7OO4NzQSZcI/8Ltwnfwi75E/hAR7wJTyk/xYeY49fYQ/PztM+jbTZ7LY6OWdBJdX/pqs6NYWa+zMxa13oKrA6Uoerqi/JwtpYxZXJ1coUVmeZUWVlTjq0/tHacjmdxuL90OR8O0UEDYMNdtiSEpz5XQGqzlm30kzUdAYFFOb8R7NOZk0q2lwAyz1i7oAr1xoXvrOgtYhZx8wY5KRV269JZ5yGpmzPTjQhvY9je6vEElPOuJP3mWKnP5M3V+YAAAB4nG2ReVPbMBDF/ULi2EkDBFqO3gdHLxUzDB9IkdexBllydRD49ihO3Ckz7B/a31utZnafkkGyiXnyclxhgB0MMUKKMTLkmGCKV5hhF3vYxxwHOMRrvMERjnGCU7zFO7zHB3zEJ3zGF3zFN5zhHBe4xHf8wE/8wm8w/MEVimTYKv44XR9MSCsUjVoeHE3vjQoNsSZ4mmxZmVWPjSz7jlou6/0qKOWEJdKMtCe793/hQfqxa6XWZHMXFl56RS4TvPXSaDeoy0zUUZB109KstDK8lHo5q6Qi1hcOnqkImubPS6aqRq7mlnaEWabub4iYblba3SRmgldS0+FWdhNtt04F14JUaqkl7tcpOpJtErvNt3Bd9HRT5JWxK25Ldjvp6br4hzfFiIdSmlzTg2fSUzNrLd1LE1ynxq4OVaVoKLjzJ60UPtj1RKzHzsbjly6inVnFBS2MucviPncU7Rr7lfTxRepDs1A2j3ZHRc7PuzFYSfE3ZOd4kjwBy227hA==) format("woff");
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-play, .video-js .vjs-play-control .vjs-icon-placeholder, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-play:before, .video-js .vjs-play-control .vjs-icon-placeholder:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  content: "\F101";
}

.vjs-icon-play-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-play-circle:before {
  content: "\F102";
}

.vjs-icon-pause, .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-pause:before, .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before {
  content: "\F103";
}

.vjs-icon-volume-mute, .video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-volume-mute:before, .video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before {
  content: "\F104";
}

.vjs-icon-volume-low, .video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-volume-low:before, .video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before {
  content: "\F105";
}

.vjs-icon-volume-mid, .video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-volume-mid:before, .video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before {
  content: "\F106";
}

.vjs-icon-volume-high, .video-js .vjs-mute-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-volume-high:before, .video-js .vjs-mute-control .vjs-icon-placeholder:before {
  content: "\F107";
}

.vjs-icon-fullscreen-enter, .video-js .vjs-fullscreen-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-fullscreen-enter:before, .video-js .vjs-fullscreen-control .vjs-icon-placeholder:before {
  content: "\F108";
}

.vjs-icon-fullscreen-exit, .video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-fullscreen-exit:before, .video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before {
  content: "\F109";
}

.vjs-icon-spinner {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-spinner:before {
  content: "\F10A";
}

.vjs-icon-subtitles, .video-js .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder, .video-js .vjs-subtitles-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-subtitles:before, .video-js .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js .vjs-subtitles-button .vjs-icon-placeholder:before {
  content: "\F10B";
}

.vjs-icon-captions, .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder, .video-js .vjs-captions-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-captions:before, .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js .vjs-captions-button .vjs-icon-placeholder:before {
  content: "\F10C";
}

.vjs-icon-hd {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-hd:before {
  content: "\F10D";
}

.vjs-icon-chapters, .video-js .vjs-chapters-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-chapters:before, .video-js .vjs-chapters-button .vjs-icon-placeholder:before {
  content: "\F10E";
}

.vjs-icon-downloading {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-downloading:before {
  content: "\F10F";
}

.vjs-icon-file-download {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-file-download:before {
  content: "\F110";
}

.vjs-icon-file-download-done {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-file-download-done:before {
  content: "\F111";
}

.vjs-icon-file-download-off {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-file-download-off:before {
  content: "\F112";
}

.vjs-icon-share {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-share:before {
  content: "\F113";
}

.vjs-icon-cog {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-cog:before {
  content: "\F114";
}

.vjs-icon-square {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-square:before {
  content: "\F115";
}

.vjs-icon-circle, .vjs-seek-to-live-control .vjs-icon-placeholder, .video-js .vjs-volume-level, .video-js .vjs-play-progress {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-circle:before, .vjs-seek-to-live-control .vjs-icon-placeholder:before, .video-js .vjs-volume-level:before, .video-js .vjs-play-progress:before {
  content: "\F116";
}

.vjs-icon-circle-outline {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-circle-outline:before {
  content: "\F117";
}

.vjs-icon-circle-inner-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-circle-inner-circle:before {
  content: "\F118";
}

.vjs-icon-cancel, .video-js .vjs-control.vjs-close-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-cancel:before, .video-js .vjs-control.vjs-close-button .vjs-icon-placeholder:before {
  content: "\F119";
}

.vjs-icon-repeat {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-repeat:before {
  content: "\F11A";
}

.vjs-icon-replay, .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-replay:before, .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before {
  content: "\F11B";
}

.vjs-icon-replay-5, .video-js .vjs-skip-backward-5 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-replay-5:before, .video-js .vjs-skip-backward-5 .vjs-icon-placeholder:before {
  content: "\F11C";
}

.vjs-icon-replay-10, .video-js .vjs-skip-backward-10 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-replay-10:before, .video-js .vjs-skip-backward-10 .vjs-icon-placeholder:before {
  content: "\F11D";
}

.vjs-icon-replay-30, .video-js .vjs-skip-backward-30 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-replay-30:before, .video-js .vjs-skip-backward-30 .vjs-icon-placeholder:before {
  content: "\F11E";
}

.vjs-icon-forward-5, .video-js .vjs-skip-forward-5 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-forward-5:before, .video-js .vjs-skip-forward-5 .vjs-icon-placeholder:before {
  content: "\F11F";
}

.vjs-icon-forward-10, .video-js .vjs-skip-forward-10 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-forward-10:before, .video-js .vjs-skip-forward-10 .vjs-icon-placeholder:before {
  content: "\F120";
}

.vjs-icon-forward-30, .video-js .vjs-skip-forward-30 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-forward-30:before, .video-js .vjs-skip-forward-30 .vjs-icon-placeholder:before {
  content: "\F121";
}

.vjs-icon-audio, .video-js .vjs-audio-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-audio:before, .video-js .vjs-audio-button .vjs-icon-placeholder:before {
  content: "\F122";
}

.vjs-icon-next-item {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-next-item:before {
  content: "\F123";
}

.vjs-icon-previous-item {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-previous-item:before {
  content: "\F124";
}

.vjs-icon-shuffle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-shuffle:before {
  content: "\F125";
}

.vjs-icon-cast {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-cast:before {
  content: "\F126";
}

.vjs-icon-picture-in-picture-enter, .video-js .vjs-picture-in-picture-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-picture-in-picture-enter:before, .video-js .vjs-picture-in-picture-control .vjs-icon-placeholder:before {
  content: "\F127";
}

.vjs-icon-picture-in-picture-exit, .video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-picture-in-picture-exit:before, .video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder:before {
  content: "\F128";
}

.vjs-icon-facebook {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-facebook:before {
  content: "\F129";
}

.vjs-icon-linkedin {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-linkedin:before {
  content: "\F12A";
}

.vjs-icon-twitter {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-twitter:before {
  content: "\F12B";
}

.vjs-icon-tumblr {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-tumblr:before {
  content: "\F12C";
}

.vjs-icon-pinterest {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-pinterest:before {
  content: "\F12D";
}

.vjs-icon-audio-description, .video-js .vjs-descriptions-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-audio-description:before, .video-js .vjs-descriptions-button .vjs-icon-placeholder:before {
  content: "\F12E";
}

.video-js {
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  background-color: #000;
  position: relative;
  padding: 0;
  font-size: 10px;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  font-family: Arial, Helvetica, sans-serif;
  word-break: initial;
}
.video-js:-moz-full-screen {
  position: absolute;
}
.video-js:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important;
}

.video-js[tabindex="-1"] {
  outline: none;
}

.video-js *,
.video-js *:before,
.video-js *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

.video-js ul {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  list-style-position: outside;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.video-js.vjs-fluid,
.video-js.vjs-16-9,
.video-js.vjs-4-3,
.video-js.vjs-9-16,
.video-js.vjs-1-1 {
  width: 100%;
  max-width: 100%;
}

.video-js.vjs-fluid:not(.vjs-audio-only-mode),
.video-js.vjs-16-9:not(.vjs-audio-only-mode),
.video-js.vjs-4-3:not(.vjs-audio-only-mode),
.video-js.vjs-9-16:not(.vjs-audio-only-mode),
.video-js.vjs-1-1:not(.vjs-audio-only-mode) {
  height: 0;
}

.video-js.vjs-16-9:not(.vjs-audio-only-mode) {
  padding-top: 56.25%;
}

.video-js.vjs-4-3:not(.vjs-audio-only-mode) {
  padding-top: 75%;
}

.video-js.vjs-9-16:not(.vjs-audio-only-mode) {
  padding-top: 177.7777777778%;
}

.video-js.vjs-1-1:not(.vjs-audio-only-mode) {
  padding-top: 100%;
}

.video-js.vjs-fill:not(.vjs-audio-only-mode) {
  width: 100%;
  height: 100%;
}

.video-js .vjs-tech {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-js.vjs-audio-only-mode .vjs-tech {
  display: none;
}

body.vjs-full-window,
body.vjs-pip-window {
  padding: 0;
  margin: 0;
  height: 100%;
}

.vjs-full-window .video-js.vjs-fullscreen,
body.vjs-pip-window .video-js {
  position: fixed;
  overflow: hidden;
  z-index: 1000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.video-js.vjs-fullscreen:not(.vjs-ios-native-fs),
body.vjs-pip-window .video-js {
  width: 100% !important;
  height: 100% !important;
  padding-top: 0 !important;
  display: block;
}

.video-js.vjs-fullscreen.vjs-user-inactive {
  cursor: none;
}

.vjs-pip-container .vjs-pip-text {
  position: absolute;
  bottom: 10%;
  font-size: 2em;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 0.5em;
  text-align: center;
  width: 100%;
}

.vjs-layout-tiny.vjs-pip-container .vjs-pip-text,
.vjs-layout-x-small.vjs-pip-container .vjs-pip-text,
.vjs-layout-small.vjs-pip-container .vjs-pip-text {
  bottom: 0;
  font-size: 1.4em;
}

.vjs-hidden {
  display: none !important;
}

.vjs-disabled {
  opacity: 0.5;
  cursor: default;
}

.video-js .vjs-offscreen {
  height: 1px;
  left: -9999px;
  position: absolute;
  top: 0;
  width: 1px;
}

.vjs-lock-showing {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.vjs-no-js {
  padding: 20px;
  color: #fff;
  background-color: #000;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  width: 300px;
  height: 150px;
  margin: 0px auto;
}

.vjs-no-js a,
.vjs-no-js a:visited {
  color: #66A8CC;
}

.video-js .vjs-big-play-button {
  font-size: 3em;
  line-height: 1.5em;
  height: 1.63332em;
  width: 3em;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 0;
  margin-top: -0.81666em;
  margin-left: -1.5em;
  cursor: pointer;
  opacity: 1;
  border: 0.06666em solid #fff;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  border-radius: 0.3em;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.vjs-big-play-button .vjs-svg-icon {
  width: 1em;
  height: 1em;
  position: absolute;
  top: 50%;
  left: 50%;
  line-height: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.video-js:hover .vjs-big-play-button,
.video-js .vjs-big-play-button:focus {
  border-color: #fff;
  background-color: rgb(114.9141509434, 132.7028301887, 159.3858490566);
  background-color: rgba(114.9141509434, 132.7028301887, 159.3858490566, 0.5);
  -webkit-transition: all 0s;
  transition: all 0s;
}

.vjs-controls-disabled .vjs-big-play-button,
.vjs-has-started .vjs-big-play-button,
.vjs-using-native-controls .vjs-big-play-button,
.vjs-error .vjs-big-play-button {
  display: none;
}

.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause:not(.vjs-seeking, .vjs-scrubbing, .vjs-error) .vjs-big-play-button {
  display: block;
}

.video-js button {
  background: none;
  border: none;
  color: inherit;
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
  text-decoration: none;
  -webkit-transition: none;
  transition: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.video-js.vjs-spatial-navigation-enabled .vjs-button:focus {
  outline: 0.0625em solid white;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.vjs-control .vjs-button {
  width: 100%;
  height: 100%;
}

.video-js .vjs-control.vjs-close-button {
  cursor: pointer;
  height: 3em;
  position: absolute;
  right: 0;
  top: 0.5em;
  z-index: 2;
}
.video-js .vjs-modal-dialog {
  background: rgba(0, 0, 0, 0.8);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
  overflow: auto;
}

.video-js .vjs-modal-dialog > * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.vjs-modal-dialog .vjs-modal-dialog-content {
  font-size: 1.2em;
  line-height: 1.5;
  padding: 20px 24px;
  z-index: 1;
}

.vjs-menu-button {
  cursor: pointer;
}

.vjs-menu-button.vjs-disabled {
  cursor: default;
}

.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu {
  display: none;
}

.vjs-menu .vjs-menu-content {
  display: block;
  padding: 0;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  overflow: auto;
}

.vjs-menu .vjs-menu-content > * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.vjs-scrubbing .vjs-control.vjs-menu-button:hover .vjs-menu {
  display: none;
}

.vjs-menu li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0.2em 0;
  line-height: 1.4em;
  font-size: 1.2em;
  text-align: center;
  text-transform: lowercase;
}

.vjs-menu li.vjs-menu-item:focus,
.vjs-menu li.vjs-menu-item:hover,
.js-focus-visible .vjs-menu li.vjs-menu-item:hover {
  background-color: rgb(114.9141509434, 132.7028301887, 159.3858490566);
  background-color: rgba(114.9141509434, 132.7028301887, 159.3858490566, 0.5);
}

.vjs-menu li.vjs-selected,
.vjs-menu li.vjs-selected:focus,
.vjs-menu li.vjs-selected:hover,
.js-focus-visible .vjs-menu li.vjs-selected:hover {
  background-color: #fff;
  color: #2B333F;
}
.vjs-menu li.vjs-selected .vjs-svg-icon,
.vjs-menu li.vjs-selected:focus .vjs-svg-icon,
.vjs-menu li.vjs-selected:hover .vjs-svg-icon,
.js-focus-visible .vjs-menu li.vjs-selected:hover .vjs-svg-icon {
  fill: #000000;
}

.video-js .vjs-menu *:not(.vjs-selected):focus:not(:focus-visible),
.js-focus-visible .vjs-menu *:not(.vjs-selected):focus:not(.focus-visible) {
  background: none;
}

.vjs-menu li.vjs-menu-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 2em;
  padding: 0;
  margin: 0 0 0.3em 0;
  font-weight: bold;
  cursor: default;
}

.vjs-menu-button-popup .vjs-menu {
  display: none;
  position: absolute;
  bottom: 0;
  width: 10em;
  left: -3em;
  height: 0em;
  margin-bottom: 1.5em;
  border-top-color: rgba(43, 51, 63, 0.7);
}

.vjs-pip-window .vjs-menu-button-popup .vjs-menu {
  left: unset;
  right: 1em;
}

.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  position: absolute;
  width: 100%;
  bottom: 1.5em;
  max-height: 15em;
}

.vjs-layout-tiny .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-x-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 5em;
}

.vjs-layout-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 10em;
}

.vjs-layout-medium .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 14em;
}

.vjs-layout-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-x-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-huge .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 25em;
}

.vjs-workinghover .vjs-menu-button-popup.vjs-hover .vjs-menu,
.vjs-menu-button-popup .vjs-menu.vjs-lock-showing {
  display: block;
}

.video-js .vjs-menu-button-inline {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  overflow: hidden;
}

.video-js .vjs-menu-button-inline:before {
  width: 2.222222222em;
}

.video-js .vjs-menu-button-inline:hover,
.video-js .vjs-menu-button-inline:focus,
.video-js .vjs-menu-button-inline.vjs-slider-active {
  width: 12em;
}

.vjs-menu-button-inline .vjs-menu {
  opacity: 0;
  height: 100%;
  width: auto;
  position: absolute;
  left: 4em;
  top: 0;
  padding: 0;
  margin: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.vjs-menu-button-inline:hover .vjs-menu,
.vjs-menu-button-inline:focus .vjs-menu,
.vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  display: block;
  opacity: 1;
}

.vjs-menu-button-inline .vjs-menu-content {
  width: auto;
  height: 100%;
  margin: 0;
  overflow: hidden;
}

.video-js .vjs-control-bar {
  display: none;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
}

.video-js.vjs-spatial-navigation-enabled .vjs-control-bar {
  gap: 1px;
}

.video-js:not(.vjs-controls-disabled, .vjs-using-native-controls, .vjs-error) .vjs-control-bar.vjs-lock-showing {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.vjs-has-started .vjs-control-bar,
.vjs-audio-only-mode .vjs-control-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0.1s, opacity 0.1s;
  transition: visibility 0.1s, opacity 0.1s;
}

.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  visibility: visible;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: visibility 1s, opacity 1s;
  transition: visibility 1s, opacity 1s;
}

.vjs-controls-disabled .vjs-control-bar,
.vjs-using-native-controls .vjs-control-bar,
.vjs-error .vjs-control-bar {
  display: none !important;
}

.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar,
.vjs-audio-only-mode.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.video-js .vjs-control {
  position: relative;
  text-align: center;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 4em;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.video-js .vjs-control.vjs-visible-text {
  width: auto;
  padding-left: 1em;
  padding-right: 1em;
}

.vjs-button > .vjs-icon-placeholder:before {
  font-size: 1.8em;
  line-height: 1.67;
}

.vjs-button > .vjs-icon-placeholder {
  display: block;
}

.vjs-button > .vjs-svg-icon {
  display: inline-block;
}

.video-js .vjs-control:focus:before,
.video-js .vjs-control:hover:before,
.video-js .vjs-control:focus {
  text-shadow: 0em 0em 1em white;
}

.video-js *:not(.vjs-visible-text) > .vjs-control-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.video-js .vjs-custom-control-spacer {
  display: none;
}

.video-js .vjs-progress-control {
  cursor: pointer;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 4em;
  -ms-touch-action: none;
      touch-action: none;
}

.video-js .vjs-progress-control.disabled {
  cursor: default;
}

.vjs-live .vjs-progress-control {
  display: none;
}

.vjs-liveui .vjs-progress-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.video-js .vjs-progress-holder {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  height: 0.3em;
}

.video-js .vjs-progress-control .vjs-progress-holder {
  margin: 0 10px;
}

.video-js .vjs-progress-control:hover .vjs-progress-holder,
.video-js.vjs-scrubbing.vjs-touch-enabled .vjs-progress-control .vjs-progress-holder {
  font-size: 1.6666666667em;
}

.video-js .vjs-progress-control:hover .vjs-progress-holder.disabled {
  font-size: 1em;
}

.video-js .vjs-progress-holder .vjs-play-progress,
.video-js .vjs-progress-holder .vjs-load-progress,
.video-js .vjs-progress-holder .vjs-load-progress div {
  position: absolute;
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 0;
}

.video-js .vjs-play-progress {
  background-color: #fff;
}
.video-js .vjs-play-progress:before {
  font-size: 0.9em;
  position: absolute;
  right: -0.5em;
  line-height: 0.35em;
  z-index: 1;
}

.vjs-svg-icons-enabled .vjs-play-progress:before {
  content: none !important;
}

.vjs-play-progress .vjs-svg-icon {
  position: absolute;
  top: -0.35em;
  right: -0.4em;
  width: 0.9em;
  height: 0.9em;
  pointer-events: none;
  line-height: 0.15em;
  z-index: 1;
}

.video-js .vjs-load-progress {
  background: rgba(114.9141509434, 132.7028301887, 159.3858490566, 0.5);
}

.video-js .vjs-load-progress div {
  background: rgba(114.9141509434, 132.7028301887, 159.3858490566, 0.75);
}

.video-js .vjs-time-tooltip {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0.3em;
  color: #000;
  float: right;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  padding: 6px 8px 8px 8px;
  pointer-events: none;
  position: absolute;
  top: -3.4em;
  visibility: hidden;
  z-index: 1;
}

.video-js .vjs-progress-holder:focus .vjs-time-tooltip {
  display: none;
}

.video-js .vjs-progress-control:hover .vjs-time-tooltip,
.video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip,
.video-js.vjs-scrubbing.vjs-touch-enabled .vjs-progress-control .vjs-time-tooltip {
  display: block;
  font-size: 0.6em;
  visibility: visible;
}

.video-js .vjs-progress-control.disabled:hover .vjs-time-tooltip {
  font-size: 1em;
}

.video-js .vjs-progress-control .vjs-mouse-display {
  display: none;
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #000;
  z-index: 1;
}

.video-js .vjs-progress-control:hover .vjs-mouse-display {
  display: block;
}

.video-js.vjs-scrubbing.vjs-touch-enabled .vjs-progress-control .vjs-mouse-display {
  display: block;
}

.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display,
.video-js.vjs-touch-enabled:not(.vjs-scrubbing) .vjs-progress-control .vjs-mouse-display {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 1s, opacity 1s;
  transition: visibility 1s, opacity 1s;
}

.vjs-mouse-display .vjs-time-tooltip {
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
}

.video-js .vjs-slider {
  position: relative;
  cursor: pointer;
  padding: 0;
  margin: 0 0.45em 0 0.45em;
  /* iOS Safari */
  -webkit-touch-callout: none;
  /* Safari, and Chrome 53 */
  -webkit-user-select: none;
  /* Non-prefixed version, currently supported by Chrome and Opera */
  -moz-user-select: none;
       -ms-user-select: none;
      user-select: none;
  background-color: rgb(114.9141509434, 132.7028301887, 159.3858490566);
  background-color: rgba(114.9141509434, 132.7028301887, 159.3858490566, 0.5);
}

.video-js .vjs-slider.disabled {
  cursor: default;
}

.video-js .vjs-slider:focus {
  text-shadow: 0em 0em 1em white;
  -webkit-box-shadow: 0 0 1em #fff;
          box-shadow: 0 0 1em #fff;
}

.video-js.vjs-spatial-navigation-enabled .vjs-slider:focus {
  outline: 0.0625em solid white;
}

.video-js .vjs-mute-control {
  cursor: pointer;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.video-js .vjs-volume-control {
  cursor: pointer;
  margin-right: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.video-js .vjs-volume-control.vjs-volume-horizontal {
  width: 5em;
}

.video-js .vjs-volume-panel .vjs-volume-control {
  visibility: visible;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin-left: -1px;
}

.video-js .vjs-volume-panel {
  -webkit-transition: width 1s;
  transition: width 1s;
}
.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control, .video-js .vjs-volume-panel:active .vjs-volume-control, .video-js .vjs-volume-panel:focus .vjs-volume-control, .video-js .vjs-volume-panel .vjs-volume-control:active, .video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control, .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active {
  visibility: visible;
  opacity: 1;
  position: relative;
  -webkit-transition: visibility 0.1s, opacity 0.1s, height 0.1s, width 0.1s, left 0s, top 0s;
  transition: visibility 0.1s, opacity 0.1s, height 0.1s, width 0.1s, left 0s, top 0s;
}
.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal, .video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal {
  width: 5em;
  height: 3em;
  margin-right: 0;
}
.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical, .video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical {
  left: -3.5em;
  -webkit-transition: left 0s;
  transition: left 0s;
}
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active {
  width: 10em;
  -webkit-transition: width 0.1s;
  transition: width 0.1s;
}
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-mute-toggle-only {
  width: 4em;
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
  height: 8em;
  width: 3em;
  left: -3000em;
  -webkit-transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s, top 1s 1s;
  transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s, top 1s 1s;
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
  -webkit-transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s;
  transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s;
}

.video-js .vjs-volume-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.video-js .vjs-volume-bar {
  margin: 1.35em 0.45em;
}

.vjs-volume-bar.vjs-slider-horizontal {
  width: 5em;
  height: 0.3em;
}

.vjs-volume-bar.vjs-slider-vertical {
  width: 0.3em;
  height: 5em;
  margin: 1.35em auto;
}

.video-js .vjs-volume-level {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
}
.video-js .vjs-volume-level:before {
  position: absolute;
  font-size: 0.9em;
  z-index: 1;
}

.vjs-slider-vertical .vjs-volume-level {
  width: 0.3em;
}
.vjs-slider-vertical .vjs-volume-level:before {
  top: -0.5em;
  left: -0.3em;
  z-index: 1;
}

.vjs-svg-icons-enabled .vjs-volume-level:before {
  content: none;
}

.vjs-volume-level .vjs-svg-icon {
  position: absolute;
  width: 0.9em;
  height: 0.9em;
  pointer-events: none;
  z-index: 1;
}

.vjs-slider-horizontal .vjs-volume-level {
  height: 0.3em;
}
.vjs-slider-horizontal .vjs-volume-level:before {
  line-height: 0.35em;
  right: -0.5em;
}

.vjs-slider-horizontal .vjs-volume-level .vjs-svg-icon {
  right: -0.3em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.vjs-slider-vertical .vjs-volume-level .vjs-svg-icon {
  top: -0.55em;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.video-js .vjs-volume-panel.vjs-volume-panel-vertical {
  width: 4em;
}

.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
  height: 100%;
}

.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
  width: 100%;
}

.video-js .vjs-volume-vertical {
  width: 3em;
  height: 8em;
  bottom: 8em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
}

.video-js .vjs-volume-horizontal .vjs-menu {
  left: -2em;
}

.video-js .vjs-volume-tooltip {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0.3em;
  color: #000;
  float: right;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  padding: 6px 8px 8px 8px;
  pointer-events: none;
  position: absolute;
  top: -3.4em;
  visibility: hidden;
  z-index: 1;
}

.video-js .vjs-volume-control:hover .vjs-volume-tooltip,
.video-js .vjs-volume-control:hover .vjs-progress-holder:focus .vjs-volume-tooltip {
  display: block;
  font-size: 1em;
  visibility: visible;
}

.video-js .vjs-volume-vertical:hover .vjs-volume-tooltip,
.video-js .vjs-volume-vertical:hover .vjs-progress-holder:focus .vjs-volume-tooltip {
  left: 1em;
  top: -12px;
}

.video-js .vjs-volume-control.disabled:hover .vjs-volume-tooltip {
  font-size: 1em;
}

.video-js .vjs-volume-control .vjs-mouse-display {
  display: none;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #000;
  z-index: 1;
}

.video-js .vjs-volume-horizontal .vjs-mouse-display {
  width: 1px;
  height: 100%;
}

.video-js .vjs-volume-control:hover .vjs-mouse-display {
  display: block;
}

.video-js.vjs-user-inactive .vjs-volume-control .vjs-mouse-display {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 1s, opacity 1s;
  transition: visibility 1s, opacity 1s;
}

.vjs-mouse-display .vjs-volume-tooltip {
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
}

.vjs-poster {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
}

.vjs-has-started .vjs-poster,
.vjs-using-native-controls .vjs-poster {
  display: none;
}

.vjs-audio.vjs-has-started .vjs-poster,
.vjs-has-started.vjs-audio-poster-mode .vjs-poster,
.vjs-pip-container.vjs-has-started .vjs-poster {
  display: block;
}

.vjs-poster img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.video-js .vjs-live-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  font-size: 1em;
  line-height: 3em;
}

.video-js:not(.vjs-live) .vjs-live-control,
.video-js.vjs-liveui .vjs-live-control {
  display: none;
}

.video-js .vjs-seek-to-live-control {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 100%;
  padding-left: 0.5em;
  padding-right: 0.5em;
  font-size: 1em;
  line-height: 3em;
  width: auto;
  min-width: 4em;
}

.video-js.vjs-live:not(.vjs-liveui) .vjs-seek-to-live-control,
.video-js:not(.vjs-live) .vjs-seek-to-live-control {
  display: none;
}

.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge {
  cursor: auto;
}

.vjs-seek-to-live-control .vjs-icon-placeholder {
  margin-right: 0.5em;
  color: #888;
}

.vjs-svg-icons-enabled .vjs-seek-to-live-control {
  line-height: 0;
}

.vjs-seek-to-live-control .vjs-svg-icon {
  width: 1em;
  height: 1em;
  pointer-events: none;
  fill: #888888;
}

.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-icon-placeholder {
  color: red;
}

.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-svg-icon {
  fill: red;
}

.video-js .vjs-time-control {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  font-size: 1em;
  line-height: 3em;
  min-width: 2em;
  width: auto;
  padding-left: 1em;
  padding-right: 1em;
}

.vjs-live .vjs-time-control,
.vjs-live .vjs-time-divider,
.video-js .vjs-current-time,
.video-js .vjs-duration {
  display: none;
}

.vjs-time-divider {
  display: none;
  line-height: 3em;
}

.vjs-normalise-time-controls:not(.vjs-live) .vjs-time-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.video-js .vjs-play-control {
  cursor: pointer;
}

.video-js .vjs-play-control .vjs-icon-placeholder {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.vjs-text-track-display {
  position: absolute;
  bottom: 3em;
  left: 0;
  right: 0;
  top: 0;
  pointer-events: none;
}

.vjs-error .vjs-text-track-display {
  display: none;
}

.video-js.vjs-controls-disabled .vjs-text-track-display,
.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
  bottom: 1em;
}

.video-js .vjs-text-track {
  font-size: 1.4em;
  text-align: center;
  margin-bottom: 0.1em;
}

.vjs-subtitles {
  color: #fff;
}

.vjs-captions {
  color: #fc6;
}

.vjs-tt-cue {
  display: block;
}

video::-webkit-media-text-track-display {
  -webkit-transform: translateY(-3em);
          transform: translateY(-3em);
}

.video-js.vjs-controls-disabled video::-webkit-media-text-track-display,
.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {
  -webkit-transform: translateY(-1.5em);
          transform: translateY(-1.5em);
}

.video-js.vjs-force-center-align-cues .vjs-text-track-cue {
  text-align: center !important;
  width: 80% !important;
}

@supports not (inset: 10px) {
  .video-js .vjs-text-track-display > div {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
.video-js .vjs-picture-in-picture-control {
  cursor: pointer;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.video-js.vjs-audio-only-mode .vjs-picture-in-picture-control,
.vjs-pip-window .vjs-picture-in-picture-control {
  display: none;
}

.video-js .vjs-fullscreen-control {
  cursor: pointer;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.video-js.vjs-audio-only-mode .vjs-fullscreen-control,
.vjs-pip-window .vjs-fullscreen-control {
  display: none;
}

.vjs-playback-rate > .vjs-menu-button,
.vjs-playback-rate .vjs-playback-rate-value {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vjs-playback-rate .vjs-playback-rate-value {
  pointer-events: none;
  font-size: 1.5em;
  line-height: 2;
  text-align: center;
}

.vjs-playback-rate .vjs-menu {
  width: 4em;
  left: 0em;
}

.vjs-error .vjs-error-display .vjs-modal-dialog-content {
  font-size: 1.4em;
  text-align: center;
}

.vjs-loading-spinner {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0.85;
  text-align: left;
  border: 0.6em solid rgba(43, 51, 63, 0.7);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-clip: padding-box;
  width: 5em;
  height: 5em;
  border-radius: 50%;
  visibility: hidden;
}

.vjs-seeking .vjs-loading-spinner,
.vjs-waiting .vjs-loading-spinner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-animation: vjs-spinner-show 0s linear 0.3s forwards;
          animation: vjs-spinner-show 0s linear 0.3s forwards;
}

.vjs-error .vjs-loading-spinner {
  display: none;
}

.vjs-loading-spinner:before,
.vjs-loading-spinner:after {
  content: "";
  position: absolute;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  opacity: 1;
  border: inherit;
  border-color: transparent;
  border-top-color: white;
}

.vjs-seeking .vjs-loading-spinner:before,
.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:after {
  -webkit-animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
          animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
}

.vjs-seeking .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:before {
  border-top-color: rgb(255, 255, 255);
}

.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:after {
  border-top-color: rgb(255, 255, 255);
  -webkit-animation-delay: 0.44s;
          animation-delay: 0.44s;
}

@-webkit-keyframes vjs-spinner-show {
  to {
    visibility: visible;
  }
}

@keyframes vjs-spinner-show {
  to {
    visibility: visible;
  }
}
@-webkit-keyframes vjs-spinner-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes vjs-spinner-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes vjs-spinner-fade {
  0% {
    border-top-color: rgb(114.9141509434, 132.7028301887, 159.3858490566);
  }
  20% {
    border-top-color: rgb(114.9141509434, 132.7028301887, 159.3858490566);
  }
  35% {
    border-top-color: white;
  }
  60% {
    border-top-color: rgb(114.9141509434, 132.7028301887, 159.3858490566);
  }
  100% {
    border-top-color: rgb(114.9141509434, 132.7028301887, 159.3858490566);
  }
}
@keyframes vjs-spinner-fade {
  0% {
    border-top-color: rgb(114.9141509434, 132.7028301887, 159.3858490566);
  }
  20% {
    border-top-color: rgb(114.9141509434, 132.7028301887, 159.3858490566);
  }
  35% {
    border-top-color: white;
  }
  60% {
    border-top-color: rgb(114.9141509434, 132.7028301887, 159.3858490566);
  }
  100% {
    border-top-color: rgb(114.9141509434, 132.7028301887, 159.3858490566);
  }
}
.video-js.vjs-audio-only-mode .vjs-captions-button {
  display: none;
}

.vjs-chapters-button .vjs-menu ul {
  width: 24em;
}

.video-js.vjs-audio-only-mode .vjs-descriptions-button {
  display: none;
}

.vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-svg-icon {
  width: 1.5em;
  height: 1.5em;
}

.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: -0.1em;
}

.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
  font-family: VideoJS;
  content: "\F10C";
  font-size: 1.5em;
  line-height: inherit;
}

.video-js.vjs-audio-only-mode .vjs-subs-caps-button {
  display: none;
}

.video-js .vjs-audio-button + .vjs-menu .vjs-descriptions-menu-item .vjs-menu-item-text .vjs-icon-placeholder,
.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: -0.1em;
}

.video-js .vjs-audio-button + .vjs-menu .vjs-descriptions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before,
.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
  font-family: VideoJS;
  content: " \F12E";
  font-size: 1.5em;
  line-height: inherit;
}

.video-js.vjs-layout-small .vjs-current-time,
.video-js.vjs-layout-small .vjs-time-divider,
.video-js.vjs-layout-small .vjs-duration,
.video-js.vjs-layout-small .vjs-remaining-time,
.video-js.vjs-layout-small .vjs-playback-rate,
.video-js.vjs-layout-small .vjs-volume-control, .video-js.vjs-layout-x-small .vjs-current-time,
.video-js.vjs-layout-x-small .vjs-time-divider,
.video-js.vjs-layout-x-small .vjs-duration,
.video-js.vjs-layout-x-small .vjs-remaining-time,
.video-js.vjs-layout-x-small .vjs-playback-rate,
.video-js.vjs-layout-x-small .vjs-volume-control, .video-js.vjs-layout-tiny .vjs-current-time,
.video-js.vjs-layout-tiny .vjs-time-divider,
.video-js.vjs-layout-tiny .vjs-duration,
.video-js.vjs-layout-tiny .vjs-remaining-time,
.video-js.vjs-layout-tiny .vjs-playback-rate,
.video-js.vjs-layout-tiny .vjs-volume-control {
  display: none;
}
.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover, .video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover, .video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover, .video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover, .video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:hover, .video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover {
  width: auto;
  width: initial;
}
.video-js.vjs-layout-x-small .vjs-progress-control, .video-js.vjs-layout-tiny .vjs-progress-control {
  display: none;
}
.video-js.vjs-layout-x-small .vjs-custom-control-spacer {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  display: block;
}

.vjs-modal-dialog.vjs-text-track-settings {
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.75);
  color: #fff;
  height: 70%;
}
.vjs-spatial-navigation-enabled .vjs-modal-dialog.vjs-text-track-settings {
  height: 80%;
}

.vjs-error .vjs-text-track-settings {
  display: none;
}

.vjs-text-track-settings .vjs-modal-dialog-content {
  display: table;
}

.vjs-text-track-settings .vjs-track-settings-colors,
.vjs-text-track-settings .vjs-track-settings-font,
.vjs-text-track-settings .vjs-track-settings-controls {
  display: table-cell;
}

.vjs-text-track-settings .vjs-track-settings-controls {
  text-align: right;
  vertical-align: bottom;
}

@supports (display: grid) {
  .vjs-text-track-settings .vjs-modal-dialog-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    padding: 20px 24px 0px 24px;
  }
  .vjs-track-settings-controls .vjs-default-button {
    margin-bottom: 20px;
  }
  .vjs-text-track-settings .vjs-track-settings-controls {
    grid-column: 1/-1;
  }
  .vjs-layout-small .vjs-text-track-settings .vjs-modal-dialog-content,
  .vjs-layout-x-small .vjs-text-track-settings .vjs-modal-dialog-content,
  .vjs-layout-tiny .vjs-text-track-settings .vjs-modal-dialog-content {
    grid-template-columns: 1fr;
  }
}
.vjs-text-track-settings select {
  font-size: inherit;
}

.vjs-track-setting > select {
  margin-right: 1em;
  margin-bottom: 0.5em;
}

.vjs-text-track-settings fieldset {
  margin: 10px;
  border: none;
}

.vjs-text-track-settings fieldset span {
  display: inline-block;
  padding: 0 0.6em 0.8em;
}

.vjs-text-track-settings fieldset span > select {
  max-width: 7.3em;
}

.vjs-text-track-settings legend {
  color: #fff;
  font-weight: bold;
  font-size: 1.2em;
}

.vjs-text-track-settings .vjs-label {
  margin: 0 0.5em 0.5em 0;
}

.vjs-track-settings-controls button:focus,
.vjs-track-settings-controls button:active {
  outline-style: solid;
  outline-width: medium;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(88%, #fff), to(rgb(114.9141509434, 132.7028301887, 159.3858490566)));
  background-image: linear-gradient(0deg, #fff 88%, rgb(114.9141509434, 132.7028301887, 159.3858490566) 100%);
}

.vjs-track-settings-controls button:hover {
  color: rgba(43, 51, 63, 0.75);
}

.vjs-track-settings-controls button {
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(88%, #fff), to(rgb(114.9141509434, 132.7028301887, 159.3858490566)));
  background-image: linear-gradient(-180deg, #fff 88%, rgb(114.9141509434, 132.7028301887, 159.3858490566) 100%);
  color: #2B333F;
  cursor: pointer;
  border-radius: 2px;
}

.vjs-track-settings-controls .vjs-default-button {
  margin-right: 1em;
}

.vjs-title-bar {
  background: rgba(0, 0, 0, 0.9);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.9)), color-stop(60%, rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.7) 60%, rgba(0, 0, 0, 0) 100%);
  font-size: 1.2em;
  line-height: 1.5;
  -webkit-transition: opacity 0.1s;
  transition: opacity 0.1s;
  padding: 0.666em 1.333em 4em;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
}

.vjs-error .vjs-title-bar {
  display: none;
}

.vjs-title-bar-title,
.vjs-title-bar-description {
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vjs-title-bar-title {
  font-weight: bold;
  margin-bottom: 0.333em;
}

.vjs-playing.vjs-user-inactive .vjs-title-bar {
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}

.video-js .vjs-skip-forward-5 {
  cursor: pointer;
}
.video-js .vjs-skip-forward-10 {
  cursor: pointer;
}
.video-js .vjs-skip-forward-30 {
  cursor: pointer;
}
.video-js .vjs-skip-backward-5 {
  cursor: pointer;
}
.video-js .vjs-skip-backward-10 {
  cursor: pointer;
}
.video-js .vjs-skip-backward-30 {
  cursor: pointer;
}
.video-js .vjs-transient-button {
  position: absolute;
  height: 3em;
  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: rgba(50, 50, 50, 0.5);
  cursor: pointer;
  opacity: 1;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}

.video-js:not(.vjs-has-started) .vjs-transient-button {
  display: none;
}

.video-js.not-hover .vjs-transient-button:not(.force-display),
.video-js.vjs-user-inactive .vjs-transient-button:not(.force-display) {
  opacity: 0;
}

.video-js .vjs-transient-button span {
  padding: 0 0.5em;
}

.video-js .vjs-transient-button.vjs-left {
  left: 1em;
}

.video-js .vjs-transient-button.vjs-right {
  right: 1em;
}

.video-js .vjs-transient-button.vjs-top {
  top: 1em;
}

.video-js .vjs-transient-button.vjs-near-top {
  top: 4em;
}

.video-js .vjs-transient-button.vjs-bottom {
  bottom: 4em;
}

.video-js .vjs-transient-button:hover {
  background-color: rgba(50, 50, 50, 0.9);
}

@media print {
  .video-js > *:not(.vjs-tech):not(.vjs-poster) {
    visibility: hidden;
  }
}
.vjs-resize-manager {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  z-index: -1000;
}

.js-focus-visible .video-js *:focus:not(.focus-visible) {
  outline: none;
}

.video-js *:focus:not(:focus-visible) {
  outline: none;
}

