
::-webkit-scrollbar {
    width: 0;
    height: 10px;
}
::-webkit-scrollbar-track {
    background-color: #f5f5f5;
}
::-webkit-scrollbar-thumb {
    background-color: #bbb;
}
.el-tabs__content::-webkit-scrollbar,
.el-aside::-webkit-scrollbar,
.el-carousel__item::-webkit-scrollbar {
    height: 0px;
}

body {
  color: #4e5b71 !important;
  font-size: 13px;
  margin: 0px !important;
}

.full {
  width: 100%;
}

a {
  cursor: pointer !important;
}

.white-bg {
  background-color: white !important;
}

.active-page {
  font-weight: 700 !important;
  color: #4e5b71 !important;
}

.system-font {
  color: #4e5b71 !important;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 1px;
}

.el-breadcrumb__separator {
  color: #4e5b71 !important;
}

.el-table thead,
th {
  color: #4e5b71 !important;
  font-weight: 450 !important;
  background-color: #f7f8fa !important;
}

.el-form-item__label {
  color: #4e5b71;
  font-weight: 400 !important;
  font-size: 13px !important;
}

.el-table .ascending .sort-caret .ascending,
.el-table .descending .sort-caret .descending {
  color: #4e5b71 !important;
}

.text-align-left {
  text-align: left !important;
}

.text-align-right {
  text-align: right !important;
}

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

[class*="el-col-"] {
  border: 1px solid transparent;
}

.el-collapse-item__header {
  padding-left: 15px !important;
  font-size: 13px;
}

.el-collapse-item__header,
.el-collapse-item__wrap {
  padding-left: 15px !important;
  font-size: 13px;
  border-bottom: 5px solid #f7f8f9;
}

.button-view {
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 0 10px 0 10px;
}

.page-title {
  width: 100%;
  text-align: left;
  font-weight: bold;
  padding-left: 8px;
  font-size: 13px;
}

.el-form-item__content {
  text-align: left;
}

.el-switch__core:after {
  top: 3px !important;
}

.el-switch__core {
  height: 25px !important;
  margin-top: -3px !important;
}

.el-select {
  width: 100%;
}

.el-transfer-panel__item .el-checkbox__input {
  left: 13px;
}

.el-transfer-panel {
  width: 350px !important;
}

.el-checkbox__label {
  text-align: left;
  font-size: 13px !important;
  padding-left: 5px !important;
}

.button-view > .el-button,
.button-view2 > .el-button,
.search-form > .el-button {
  padding: 7px 15px !important;
}

.el-button {
  font-size: 13px !important;
  font-weight: unset !important;
}

.el-divider--horizontal {
  margin: 16px 0;
}

.form-class {
  background-color: #fff !important;
  padding: 10px 0 20px 0;
  border-radius: 5px;
}

.el-carousel__item {
  overflow: scroll !important;
}

.read-title {
  font-size: 13px !important;
  text-align: right;
  color: #4e5b71 !important;
  height: 50px;
  line-height: 50px;
}

.read-context {
  font-size: 13px !important;
  text-align: left;
  padding-left: 20px;
  color: #4e5b71;
  font-weight: 450;
  height: 50px;
  line-height: 50px;
}

.continer {
  width: 100%;
  height: 100%;
  /* min-height: calc(100vh - 100px);
  min-height: -moz-calc(100vh - 100px);
  min-height: -webkit-calc(100vh - 100px); */
  font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB",
    "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
  /* font-family: "Helvetica Neue For Number,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif"; */
  background-color: #fff;
  /* padding-bottom: 60px; */
  padding-top: 5px;
}

.flex-row {
  display: flex;
  flex-direction: row;
}

.flex-col {
  display: flex;
  flex-direction: column;
}

.align-items-top {
  align-items: flex-start !important;
}

.align-items-bottom {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-left {
  justify-content: flex-start !important;
}

.justify-content-right {
  justify-content: flex-end !important;
}

.w50 {
  width: 50% !important;
}

.left {
  text-align: left;
}

.al-right {
  text-align: right;
}

.center {
  text-align: center;
}

.top-10 {
  margin-top: 10px;
}

.top-20 {
  margin-top: 30px;
}

.top-30 {
  margin-top: 30px;
}

.btn-custom-cancel {
  float: right;
  margin-left: 10px;
}

.el-breadcrumb {
  margin-top: 10px;
  font-size: 13px;
  padding-left: 10px;
  letter-spacing: 1px;
}

.el-table {
  margin-bottom: 10px;
  font-size: 0.85rem !important;
}

.el-collapse-item__wrap {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

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

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

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

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

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

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

.p-top-30 {
  padding-top: 30px !important;
}
/* .el-input-number > .el-input > .el-input__inner {
  text-align: left !important;
} */

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

.el-radio__label {
  font-size: 13px !important;
}

.el-upload-list {
  min-height: 92px !important;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.el-upload-list__item-name {
  padding-left: 0px !important;
}

.el-upload-list__item {
  margin-top: 0px !important;
}

.el-table .descending .sort-caret.descending {
  border-top-color: #4e5b71;
}

.el-table .ascending .sort-caret.ascending {
  border-bottom-color: #4e5b71;
}

.djs-popup-body {
  text-align: left !important;
}

.bpp-properties-entry.bpp-textfield {
  text-align: left;
}

.top-50 {
  margin-top: 50px;
}

.el-steps {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.el-message-box__wrapper .el-message-box {
  vertical-align: inherit !important;
}

.el-menu-item.is-active {
  font-weight: 400;
  background-color: #eaf4fd;
  color: #1954b3 !important;
}

.el-dialog__body {
  padding: 0 10px 0 10px;
}

.show-label {
  display: block;
  width: 100%;
  text-align: left;
}

.top-text {
  font-size: 12px;
  color: #666;
  line-height: 20px;
}

.bottom-text {
  font-size: 15px;
  line-height: 1.5;
  /* color: rgba(0, 0, 0, 0.65); */
  color: #323232 !important;
  line-height: 20px;
  margin-bottom: 25px;
}

.detail-title {
  font-size: 16px;
  color: #323232;
  /* min-height: 54px;
        line-height: 54px; */
  word-break: break-all;
  /* padding: 8px 0 0 4.16667%; */
  /* border-top: 1px solid #ececec; */
  text-align: left;
  background-color: #fff;
  font-weight: 500;
  padding: 0 0 0 5px;
  border-left: 3px solid #323232;
  margin-left: 5px;
  margin-top: 8px;
}

.el-breadcrumb__inner a {
  font-weight: normal !important;
}

.search-form .el-form-item__label {
  font-size: 13px !important;
  color: #4e5b71;
  padding: 0px;
  line-height: 21px !important;
}

.search-form .el-form-item {
  text-align: left;
  margin-bottom: 5px;
  padding: 0 10px 0 0;
}

.search-form .el-collapse-item__header {
  height: 35px;
  line-height: 35px;
}

.search-form .el-collapse-item__content {
  padding-bottom: 10px;
}

.el-upload-list__item-status-label {
  display: none !important;
}

.search-input {
  width: calc(100% - 45px);
}

.el-pagination {
  text-align: center;
  /* width: 100%; */
}

.table-outer {
  padding: 5px 10px 30px 11px;
}

.table-outer-unpt {
  padding: 0px 5px 30px 5px;
}

p {
  margin: 0;
  padding: 0;
}

.fire-tip {
  text-align: center;
  width: 100%;
  font-size: 44px;
  color: #ff0000;
  text-shadow: 0 0 1px #ffffff;
}

.fire-address {
  text-align: center;
  width: 100%;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 44px;
}

.fire-handle {
  display: block;
  text-align: center;
  background: #00bff0;
  color: #ffffff;
  border-radius: 20px;
  font-size: 14px;
  width: 80px;
  height: 40px;
  line-height: 40px;
  margin: 24px auto;
  text-decoration: none;
}

.fire-handle:hover {
  background: #06a2ca;
}

.el-dialog__footer {
  padding: 0 20px 20px;
}

.logo {
  width: 100%;
  margin-top: 40%;
  height: 200px;
}

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

.el-table__body-wrapper .input-column {
  background: #fffce5 !important;
  padding: 0px !important;
}

.el-table__body-wrapper .input-column .cell {
  padding: 0px !important;
  height: 100%;
}

.el-table__body-wrapper .input-column .cell .el-input-number {
  width: 100%;
  background: #fffce5 !important;
  border: 0;
}

.el-table__body-wrapper .input-column .cell .el-input-number .el-input__inner {
  text-align: right;
}

.el-input-number .el-input__inner {
  text-align: right !important;
}

.el-table__body-wrapper .input-column .cell .el-input__inner {
  padding: 0 10px 0 10px;
  width: 100%;
  background: #fffce5 !important;
  border: 0;
  font-size: 13px !important;
  height: 30px !important;
  line-height: 30px !important;
}

.el-input.is-disabled .el-input__inner {
  color: #606266 !important;
}

.el-table__footer-wrapper .input-column .cell {
  text-align: right;
}

.link-text {
  color: #409eff;
  cursor: pointer;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.number-text {
  display: block;
  text-align: right;
  padding-right: 10px !important;
}

.p-l-5 {
  padding-left: 10px !important;
}

.el-textarea.is-disabled .el-textarea__inner {
  color: #606266 !important;
}

.el-textarea__inner {
  padding: 5px 4px;
}

.el-timeline-item__timestamp {
  color: #606266;
}

.bold {
  font-weight: bold;
}

.el-timeline-item__timestamp.is-bottom {
  margin-top: 2px;
}

.el-tabs__item {
  font-size: 13px !important;
}

.input-text-column {
  padding: 0 10px 0 5px;
  width: 100%;
  background: #fffce5 !important;
  border: 0;
}

.input-text-column .cell .el-input__inner {
  padding: 0 10px 0 5px;
  width: 100%;
  background: #fffce5 !important;
  border: 0;
  font-size: 12px;
}

.mini-cell {
  padding: 4px 0 !important;
  line-height: normal !important;
}

.input-mini-cell {
  line-height: normal !important;
}

.input-mini {
  line-height: normal;
  height: 30px;
}

.input-mini > .el-input__inner {
  line-height: normal;
  height: 30px;
}

.el-tabs__content {
  overflow: scroll !important;
}

.el-tabs--left,
.el-tabs--right {
  overflow: scroll !important;
}

.el-upload-list__item .el-icon-close {
  right: 0px !important;
  top: 0px !important;
}

.el-switch__label * {
  font-size: 13px !important;
}

.el-message-box {
  max-height: 80vh;
  /* overflow: scroll; */
}

.search-left-vew {
  width: 20%;
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: flex-start;
  justify-content: center;
}

.search-right-vew {
  width: 80%;
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: flex-start;
  justify-content: center;
}

.el-table td,
.el-table th {
  padding: 6px 0 !important;
}

.el-dialog__body > .el-table td,
.el-table th {
  padding: 2px 0 !important;
}

.search-outer-view {
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: flex-start;
  justify-content: center;
  min-height: 150px;
}

.el-table-column--selection > .cell {
  padding: 0px !important;
}

.el-date-editor--daterange.el-input,
.el-date-editor--daterange.el-input__inner,
.el-date-editor--timerange.el-input,
.el-date-editor--timerange.el-input__inner {
  width: 100%;
}

.el-input-number {
  height: auto !important;
  /* line-height: normal !important; */
}

.el-collapse-item__header,
.el-collapse-item__wrap {
  padding-left: 10px !important;
}

.el-button--mini {
  min-width: 100px;
}

.cell > .el-button--mini {
  min-width: unset;
}

.search-font {
  font-size: 13px;
  color: #4e5b71;
  font-weight: 450 !important;
  margin-left: 3px;
}

.login-locale {
  /* margin-left: 12.5%; */
  color: #323232 !important;
  /* font-size: 18px; */
  letter-spacing: 1px;
  padding: 25px 0 0 0;
}

.is-without-controls {
  width: 100%;
}

.el-form--label-top .el-form-item__label {
  padding: 0px !important;
}

.left-menu .el-menu-vertical-demo .el-menu .el-menu-item div i::before {
  display: inline-block;
  content: "";
  margin-right: 5px;
  width: 4px;
  height: 4px;
  vertical-align: middle;
  border-radius: 50%;
  background-color: #323232;
  top: -0.2em;
  position: relative;
  margin-left: 10px;
}

.left-menu
  .el-menu-vertical-demo
  .el-menu
  .el-menu-item.is-active
  div
  i::before {
  display: inline-block;
  content: "";
  margin-right: 5px;
  width: 4px;
  height: 4px;
  vertical-align: middle;
  border-radius: 50%;
  background-color: #2889ed;
  top: -0.2em;
  position: relative;
  margin-left: 10px;
}

.el-collapse-item__header,
.el-collapse-item__wrap {
  border-bottom: 5px solid #f8f8f8;
}

.el-input__inner {
  padding: 0 7px;
}

.el-table .warning-row {
  background: oldlace;
}

.el-table .success-row {
  background: #f0f9eb;
}

.el-table .error-row {
  background: #ff9a9a;
}

.el-table .complete-row {
  background: #f3f3f3;
}

.normal-flag,
.success {
  color: rgb(0, 136, 0);
}

.warning-flag {
  color: rgb(206, 68, 67);
}

.error {
  color: rgb(206, 68, 67);
}

.complate-flag {
  color: #323232;
}

.menu-wrapper {
  overflow: hidden;
}

.el-main {
  height: 0;
}
/* app */

.el-collapse-item__arrow {
  margin: 0 0 0 3px;
}

.fixed-buttons {
  max-height: 40px;
  position: fixed;
  bottom: 0;
  z-index: 9;
  width: 100%;
  background: #fff;
  padding: 5px;
  display: flex;
  align-items: flex-end;
}

.el-message--warning .el-message__content {
  color: #df8600 !important;
}

.tj-label {
  font-size: 0.9rem;
  display: flex;
  align-items: flex-end;
  color: #4e5b71;
  line-height: 25px;
}

.tj-val {
  display: flex;
  align-items: flex-end;
  font-size: 0.9rem;
  color: #323232;
  padding-left: 5px;
  line-height: 25px;
}

.el-checkbox-button__inner,
.el-radio {
  font-weight: unset;
}

.el-radio-button__inner,
.el-checkbox {
  font-weight: unset !important;
}

.el-input--mini .el-input__inner {
  height: 25px;
}

.el-checkbox {
  margin-right: 20px;
}

.el-checkbox-group {
  height: 15.5px;
}

.el-footer {
  z-index: 99;
  width: 100%;
  padding: 0px !important;
  height: 25px !important;
  flex: 1;
}

.el-header {
  position: fixed;
  z-index: 99;
  padding: 0px !important;
}

.el-main {
  padding: 60px 0 0 0;
  color: #333;
  display: -webkit-flex;
  flex-direction: column;
  min-height: 100vh;
  width: 100%;
}

.el-menu--collapse .el-tooltip {
  padding-left: 5px !important;
}

.el-menu--collapse .el-submenu__icon-arrow {
  top: 55% !important;
  right: 24px !important;
}

.el-menu--vertical {
  left: 45px;
}

.el-aside {
  position: fixed;
  z-index: 99;
  height: auto;
  border-right: 1px solid #e4e7ed;
  background-color: #fff;
  color: #333;
  text-align: center;
  height: 100%;
}
/* 排查 */

.cp-worktab {
  /* position: fixed; */
  /* top: 60px; */
  /* width: 100%; */
  /* z-index: 3; */
}

.cp-worktab-div {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 3;
}

.cp-worktab .el-tabs__header .is-top {
  padding-top: 2px;
  background-color: #f7f8f9;
}

.el-carousel,
.el-carousel__container {
  height: 100% !important;
}

.num-drawer {
  background: rgb(0 14 105);
}

.num-drawer .el-drawer__header {
  color: #fefefe !important;
  font-size: 1.7vw;
}

.num-drawer .el-table tr {
  /* background-color: rgb(7, 31, 186) !important; */
  background-color: rgb(42, 66, 220) !important;
  border-color: rgb(56, 82, 255);
  color: #fefefe !important;
  font-size: 1.2vw !important;
}

.num-drawer .el-table th {
  background-color: rgb(7, 31, 186) !important;
  border-color: rgb(56, 82, 255);
  color: #fefefe !important;
  font-size: 1.2vw !important;
}

.num-drawer .el-table tr:hover {
  background-color: #fefefe !important;
  border-color: #fefefe !important;
  color: rgb(56, 82, 255) !important;
  font-weight: bold;
}

.num-drawer .el-pagination__total,
.num-drawer .el-pagination__jump {
  color: #fefefe !important;
}

.num-drawer .el-drawer__header {
  margin-bottom: 16px !important;
}
.el-table__row .el-button {
  padding: 4px 0px !important;
}

.section {
  display: flex;
  flex-direction: column;
  margin: 8px 8px;
  border: 1px solid #dcdfe6;
}

.section-name {
  padding: 8px 8px;
  /* border-bottom: 1px solid #dcdfe6; */
  font-size: 0.9rem;
  background-color: #d6eaffff;
  color: #323232;
  font-weight: bold;
}

.section-body {
  padding: 8px 8px;
  overflow: hidden;
}

.section-body .el-radio__label .el-input__inner {
  width: auto;
}

.position-button-view {
  position: sticky;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-color: #ebf5ff;
  padding: 5px 0px 5px 0px;
  border-top: 1px solid #dcdfe6;
}

.position-button-view-f {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-color: #ebf5ff;
  padding: 5px 0px 5px 0px;
  border-top: 1px solid #dcdfe6;
}

.el-radio__input.is-disabled + span.el-radio__label,
.el-checkbox__input.is-disabled + span.el-checkbox__label {
  color: #606266;
}

.el-checkbox__input.is-disabled.is-checked .el-checkbox__inner::after {
  border-color: #606266;
}

.el-radio__input.is-disabled.is-checked .el-radio__inner::after {
  background-color: #606266;
}

.current-task-name {
  padding: 8px 0px;
  margin: 8px 8px;
  font-weight: bold;
  font-size: 1rem;
  border-bottom: 2px solid #4e5b71;
  display: block;
  color: #4e5b71;
}
.grey {
  background: #d5d5d5 !important;
  color: #323232 !important;
}

.bug {
  background: #fff2f2 !important;
  color: #323232 !important;
}

.drawer-view {
  height: 100%;
}

.el-drawer__header {
  margin-bottom: 20px !important;
}

.position-button-view {
  position: sticky;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-color: #ebf5ff;
  padding: 5px 0px 5px 0px;
  border-top: 1px solid #dcdfe6;
}

.position-button-view-f {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-color: #ebf5ff;
  padding: 5px 0px 5px 0px;
  border-top: 1px solid #dcdfe6;
}

.position-button-view-a {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-color: #ebf5ff;
  padding: 5px 0px 5px 0px;
  border-top: 1px solid #dcdfe6;
}

.only-1row {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* 设置最大显示行数 */
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.el-timeline {
  padding-left: 0;
}

.click-class{
  color: #409eff;
  cursor: pointer;
}

.click-class:hover{
  opacity: 0.8;
}
