*:not(font) {
  color: rgba(51, 51, 51, 1);
}

body {
  background: #CCCCCC !important;
}

#app {
  background-color: #10172c !important;
}

.el-form-item__label,
.el-breadcrumb__item:last-child .el-breadcrumb__inner,
.el-breadcrumb__separator,
.el-breadcrumb__inner,
.el-table__empty-text,
.el-pagination__jump,
.el-select-dropdown__empty,
.el-pagination__total {
  color: rgba(51, 51, 51, 1) !important;
}

.mencentos {
  background: #f5f5f5 !important;
}


/*表格操作按钮 删除 编辑*/

.headDele,
.headDele i,
.headDele span {
  color: #04B8CA !important;
  cursor: pointer;
}

.Delete,
.Delete i,
.Delete span {
  color: #D04A4A !important;
}


/*input输入框 提示文字颜色*/

.user-tip {
  color: rgba(153, 153, 153, 1) !important;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: rgba(153, 153, 153, 1) !important;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: rgba(153, 153, 153, 1) !important;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: rgba(153, 153, 153, 1) !important;
}


/*添加记录*/

.addBut {
  background: #03E5E5 !important;
}

.addBut * {
  color: #fff !important;
}


/*保存按钮*/

.Btn .saveBtn {
  background-color: rgba(208, 83, 63, 1);
  border-color: rgba(208, 83, 63, 1);
}

.Btn .saveBtn span {
  color: rgba(255, 255, 255, 1);
}

.el-button.is-loading:before {
  background-color: rgba(255, 255, 255, .1);
}

.el-button.is-loading .el-icon-loading {
  color: white;
}

.el-button.is-disabled.is-plain,
.el-button.is-disabled.is-plain:focus,
.el-button.is-disabled.is-plain:hover {
  border: 1px solid #d0533f !important;
  background-color: #d0533f !important;
  color: #FFFFFF !important;
}


/*取消按钮*/

.Btn .cancel {
  border-color: transparent !important;
  background-color: rgba(153, 153, 153, 1) !important;
}

.Btn .cancel span {
  color: rgba(255, 255, 255, 1);
}

.el-button--primary {
  padding: 11px 17px;
  background: #008BDB;
  border-radius: 2px;
  border: none;
}

.el-button--success,
.el-button--success span {
  color: white;
}

.el-button--primary span {
  color: white;
}

.el-button--danger span {
  color: white;
}

.el-button--danger {
  color: #fff;
  background-color: #D0533F !important;
  border-color: #D0533F !important;
}

.el-button--primary {
  border-color: #D0533F !important;
}


/*搜索按钮*/

.searchesBtn {
  background: #008BDB !important;
  color: #fff !important;
}

.searchesBtn span {
  color: #fff
}


/*下拉框*/

.el-select .el-input .el-select__caret {
  color: rgba(153, 153, 153, 1) !important;
}

.el-select-dropdown {
  background: #f5f5f5 !important;
  border-color: rgba(153, 153, 153, 1) !important;
}

.el-tree,
.el-select-dropdown__item.hover,
.el-select-dropdown__item:hover {
  background: none !important;
}

.el-select-dropdown .el-select-dropdown__item.selected,
.el-select-dropdown .el-select-dropdown__item.selected.hover {
  color: #00FFFF !important;
  background-color: transparent !important;
}

.el-select-dropdown__item span {
  color: rgba(153, 153, 153, 1);
}

.el-popper .popper__arrow::after {
  border-bottom-color: rgba(255, 255, 255, 1) !important;
}

.el-picker-panel__link-btn .is-plain {
  background: #d0533f !important;
}

.el-button+.el-button {
  background: #d0533f !important;
}

.el-button+.el-button span {
  color: #FFFFFF !important;
}

.el-popper .popper__arrow {
  border-bottom-color: rgba(153, 153, 153, 1) !important;
}

.el-tree .is-current>.el-tree-node__content .el-tree-node__label {
  color: #D0533F !important;
}

/*输入框*/

.el-input__inner {
  border: 1px solid rgba(153, 153, 153, 1) !important;
  background: none !important;
  color: rgba(153, 153, 153, 1) !important;
}

.el-input {
  border: none !important;
  border-radius: 2px;
}

.el-textarea .el-input__count {
  color: rgba(153, 153, 153, 1) !important;
  background: transparent !important;
}

.el-textarea__inner {
  color: #333333 !important;
  border: 1px solid rgba(153, 153, 153, 1) !important;
  border-radius: 2px;
  background: none !important;
  font-size: 18px !important;
}

.el-radio__input.is-disabled+span.el-radio__label,
.el-cascader.is-disabled .el-cascader__label {
  color: rgba(153, 153, 153, 1) !important;
}

.el-radio-group .el-radio-button__inner {
  background: none;
  color: rgba(153, 153, 153, 1) !important;
  border: 1px solid rgba(153, 153, 153, 1) !important;
}

.el-radio-button__orig-radio:checked+.el-radio-button__inner {
  color: #FFFFFF !important;
  background-color: #D0533F !important;
}

.dialog-primry .autoFill {
  color: #FFFFFF;
  background: #999999;
}

.unitName {
  color: #999
}

.hint {
  color: #999 !important;
}


/*表格*/

.table-box {
  border: none !important;
  background: rgba(242, 242, 242, 1) !important;
}

.el-table--border,
.el-table--group {
  border: none !important;
}

.el-table thead th {
  background: rgba(133, 137, 151, 1);
}

.drag-tree-table-header {

  background: rgba(133, 137, 151, 1) !important;
}
.drag-tree-table-header span{
   color: #FFFFFF !important;
}
.tree-row:hover{
  background-color: rgba(208, 83, 63, 0.5) !important;
}
.el-table__body,
.el-table__footer,
.el-table__header {
  background: rgba(245, 245, 245, 1);
}

.el-table thead .cell {
  color: #FFFFFF;
}

.el-table .el-table__body .cell,
.el-table .el-table__body .cellSpan {
  color: rgba(102, 102, 102, 1);
}

.el-table--striped .el-table__body tr.el-table__row--striped td {
  background-color: rgba(18, 32, 53, 0.05) !important;
}


/*row 禁用颜色*/

.el-table--striped .el-table__body tr.havestop td {
  background-color: rgba(112, 114, 117, .5) !important;
}

.el-table__body tr.current-row>td,
.el-table--striped .el-table__body tr.current-row.el-table__row--striped td,
.el-table__body tr.hover-row>td,
.el-table--striped .el-table__body tr.hover-row.el-table__row--striped td {
  background-color: rgba(208, 83, 63, 0.5) !important;
}

.el-table__body tr.current-row>td .cell {
  color: rgba(102, 102, 102, 1) !important;
}

.el-table__body tr.hover-row>td .cell,
.el-table--striped .el-table__body tr.hover-row.el-table__row--striped td .cell {
  color: #00FFFF;
}

.el-table__body-wrapper {
  background: rgba(242, 242, 242, 1) !important;
}

.el-table th {
  border-color: #31859C !important;
}

.el-table tr {
  background: rgba(242, 242, 242, 1) !important;
}

.el-table td,
.el-table th.is-leaf,
.el-table--border td,
.el-table--border th,
.el-table__body-wrapper .el-table--border.is-scrolling-left~.el-table__fixed {
  border-color: #ffffff !important;
}

.el-table,
.el-table__expanded-cell {
  background: none !important;
}

.el-table--border::after,
.el-table--group::after,
.el-table::before,
.el-table__fixed-right::before,
.el-table__fixed::before {
  background: none !important;
}

.el-table--enable-row-hover .el-table__body tr:hover>td {
  background-color: rgba(208, 83, 63, 0.5) !important;
}

.el-table--striped .el-table__body tr:hover {
  color: red !important;
}


/*板块*/

.moduleBackground {
  background: rgba(7, 52, 85, 1);
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.2);
}


/*树形操作按钮*/

.catalogstree .el-button {
  color: #245794;
}


/*弹框表头*/

.PromptBounced .el-message-box__title span {
  color: #fff;
}


/*element-ui弹框*/

.PromptBounced .el-message-box__header,
.el-dialog__header {
  text-align: center;
  background: rgba(208, 83, 63, 1) !important;
}

.el-message-box,
.el-dialog__body,
.el-dialog__footer {
  background-color: rgba(245, 245, 245, 1) !important;
}


/*element-ui弹框取消按钮*/

.PromptBounced .el-button--small,
.PromptDelete .el-button--small {
  border-color: rgba(153, 153, 153, 1) !important;
  background: rgba(153, 153, 153, 0.5) !important;
}

.PromptBounced .el-button--small span,
.PromptDelete .el-button--small span {
  color: #03E5E5;
}

.PromptBounced .el-button--small span,
.PromptDelete .el-button--small span {
  color: #FFFFFF !important;
}


/*element-ui弹框确定按钮*/

.locMap .shade {
  background-color: rgba(255, 255, 255, 0.8) !important;
}

.PromptBounced .el-button--primary,
.PromptDelete .el-button--primary {
  background-color: rgba(208, 83, 63, 1) !important;
  border-color: rgba(208, 83, 63, 1) !important;
}

.PromptBounced .el-button--primary span,
.PromptDelete .el-button--primary span {
  color: #fff;
}


/*滑块开关*/

.m-tree-enable {
  color: #D0533F;
}

.el-switch__core {
  /*border-color: rgba(153,153,153,1) !important;
    background-color: rgba(153,153,153,1) !important;*/
}

.el-switch.is-checked .el-switch__core,
.el-radio__input.is-checked .el-radio__inner {
  border-color: #75CBF2 !important;
  background-color: #75CBF2 !important;
}

.iscurrent {
  border-bottom: solid 3px #D0533F;
  color: rgba(51, 51, 51, 1);
}

.el-radio__inner::after {
  background: rgb(245, 245, 245) !important;
  color: rgba(133, 137, 151, 1) !important;
}


/*翻页*/

.el-pagination button:disabled,
.el-pagination .btn-next,
.el-pagination .btn-prev {
  background: none !important;
}

.el-pager li {
  background: none !important;
}

.el-select .el-tag,
.el-cascader__tags .el-tag {
  background-color: #f5f5f5 !important;
}


/*树形图*/

.el-tree--highlight-current .el-tree-node.is-current>.el-tree-node__content {
  background: none !important;
  /*background-color: #D0533F !important;*/
}

.cataTree .el-tree--highlight-current .el-tree-node.is-current>.el-tree-node__content span {
  //color:#00FFFF !important;
}

.el-tree-node:focus>.el-tree-node__content {
  /*background: none !important;*/
  background-color: rgba(133, 137, 151, 0) !important;
}

.cataTree .el-tree-node:focus>.el-tree-node__content span {
  /*color: #00FFFF !important;*/
  background-color: rgba(133, 137, 151, 0) !important;
}

.el-tree__empty-text {
  color: rgba(153, 153, 153, 1) !important;
}

.el-tree-node__content:hover,
.el-cascader-node:hover {
  /*background: none !important;*/
  background-color: rgba(133, 137, 151, 0) !important;
}

.el-cascader-node:not(.is-disabled):focus,
.el-cascader-node:not(.is-disabled):hover {
  background: transparent !important;
}

.el-cascader-node.in-active-path .el-cascader-node__label,
.el-cascader-node.is-active .el-cascader-node__label {
  color: #31859C !important;
}

.el-scrollbar__view.el-cascader-menu__list li:hover {
  background: rgba(208, 83, 63, 0.5) !important;
}


/*日历选择器*/

.el-picker-panel,
.el-cascader-menu,
.el-cascader-menus,
.el-cascader__dropdown {
  color: rgba(153, 153, 153, 1) !important;
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
  background: #f5f5f5 !important;
  border-color: rgba(153, 153, 153, 1) !important;
}

.el-date-table td.in-range div {
  background-color: rgba(208, 83, 63, 0.5) !important;
}

.el-date-table td.end-date span,
.el-date-table td.start-date span {
  color: #FFFFFF !important;
}

.el-date-table td.end-date span,
.el-date-table td.start-date span {
  color: #FFFFFF !important;
  background-color: #D0533F !important;
}

.el-date-table td.today.end-date span,
.el-date-table td.today.start-date span {
  color: #FFFFFF !important;
}

.el-date-picker__header-label,
.el-year-table td .cell,
.el-date-table th,
.el-picker-panel__icon-btn,
.el-month-table td .cell {
  color: rgba(51, 51, 51, 1) !important;
  font-weight: normal !important;
}

.el-year-table td .cell:hover,
.el-year-table td.current:not(.disabled) .cell,
.el-month-table td.current:not(.disabled) .cell,
.el-date-table td.today span {
  color: #D0533F !important;
  font-weight: normal !important;
}

.el-date-picker__header--bordered {
  border-color: #409EFF !important;
}

.el-date-table th {
  border-bottom: solid 1px #999999 !important;
}

.el-cascader-menu__item:hover {
  background: #052E4A !important;
}

.el-year-table td.disabled .cell,
.el-month-table td.disabled .cell,
.el-date-table td.disabled div,
.el-date-table td.disabled div span {
  color: #AAAAAA !important;
  background-color: transparent !important;
}

/*复选框*/

.el-checkbox__inner {
  border: 1px solid rgba(117, 203, 242, 1) !important;
  background: none !important;
}

.el-checkbox__input.is-checked .el-checkbox__inner,
.m-plte .m-plte-emergency .el-checkbox__input.is-indeterminate .el-checkbox__inner {
  background-color: #D0533F !important;
  border-color: #D0533F !important;
}


/*单选框*/

.el-radio__inner {
  border: 1px solid rgba(117, 203, 242, 1) !important;
  background: none !important;
}

.el-radio__input.is-checked .el-radio__inner {
  border-color: rgba(117, 203, 242, 1) !important;
  background: none !important;
}

.el-radio__input.is-checked+.el-radio__label {
  color: rgba(153, 153, 153, 1) !important;
}

.el-radio__input.is-checked .el-radio__inner {
  border-color: rgba(153, 153, 153, 1) !important;
}


/*方舱管理 新增弹框*/

.dialog-primry .el-dialog__headerbtn .el-dialog__close {
  color: rgba(255, 255, 255, 1);
}

.locationMap {
  border: 1px solid rgba(117, 203, 242, 1);
  background: #fff;
}

.locationMap .shade {
  background: rgba(0, 0, 0, 0.8);
}

.locationMap .shade input {
  background: rgba(7, 52, 82, 0.3);
  border: 1px solid rgba(117, 203, 242, 1);
}

.dialog-primry .twoCode {
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(117, 203, 242, 1);
}

.twoCode p span {
  color: #000;
}


/*loading*/

.el-loading-mask {
  background-color: rgba(0, 0, 0, 0.4) !important;
}


/*提示框*/

.el-message-box__message p {
  color: rgba(153, 153, 153, 1) !important;
}

.el-message-box {
  border: 1px solid rgba(117, 203, 242, 1) !important;
}


/*右键菜单 --组织管理*/

.menudropbgcolor {
  background-color: #e7e7e8;
  border-color: #CCCCCC !important;
}

.menudropbgcolor ul li {
  color: #000;
}

.menunodeisenble {
  color: #999;
}


/*上传文件的提示*/
.el-upload__tip ,.el-upload-list__item-name,.el-upload-list__item .el-icon-close,.el-upload-list__item-name [class^=el-icon]{
	color: rgba(153, 153, 153, 1) !important;
}
.el-upload-list__item:hover {
  background-color: transparent !important;
}


/*多选下拉框*/

.el-select-dropdown.is-multiple .el-select-dropdown__item.selected {
  background: none;
  color: #21B3FF !important;
}

.el-select-dropdown .el-select-dropdown__item.selected span {
  color: #000 !important;
}

.el-tag.el-tag--info {
  border-color: rgba(153, 153, 153, 1) !important;
  color: rgba(153, 153, 153, 1) !important;
}


/*搜索区域 双日期搜索框*/

.search-box .searchData .searchDataInt {
  border: 1px solid rgba(153, 153, 153, 1);
}


/*MessageBox 弹框按钮*/

.confBox .el-button {
  border-color: rgba(153, 153, 153, 1) !important;
  background: rgba(153, 153, 153, 0.5) !important;
}

.confBox .el-button span {
  color: #FFFFFF;
}

.confBox .el-button--primary {
  background-color: rgba(208, 83, 63, 1) !important;
  border-color: rgba(208, 83, 63, 1) !important;
}

.confBox .el-button--primary span {
  color: #fff;
}

/*日期时间*/

.el-date-editor .el-range-separator {
  color: rgba(153, 153, 153, 1) !important;
  font-weight: normal;
}

.el-date-editor .el-range-input {
  background: none !important;
  color: rgba(153, 153, 153, 1) !important;
}

.el-date-editor .el-range__close-icon {
  color: rgba(153, 153, 153, 1) !important
}

.el-date-editor .el-range__icon {
  color: rgba(153, 153, 153, 1) !important
}

.el-time-panel__footer {
  border-top: 1px solid #999999 !important;
}

.el-date-range-picker__time-header {
  border-bottom: 1px solid #999999 !important;
}

.el-date-range-picker__content.is-left {
  border-right: 1px solid #999999 !important
}

.el-time-spinner__item,
.cancel.el-time-panel__btn {
  color: rgba(51, 51, 51, 1) !important;
}

.el-time-spinner__item.active {
  color: #D0533F !important;
  font-weight: normal !important;
}

.el-time-spinner__item.active,
.el-time-spinner__item:hover {
  color: #D0533F !important;
  font-weight: normal !important;
  background-color: transparent !important;
}

.el-time-panel {
  background-color: #f5f5f5 !important;
  border: 1px solid #999999 !important;
}

.el-time-panel__content::after,
.el-time-panel__content::before {
  border-bottom: 1px solid #999999 !important;
  border-top: 1px solid #999999 !important;
}

.el-picker-panel__footer {
  border-top: 1px solid #999999 !important;
  background-color: #f5f5f5 !important;
}

.el-button.is-plain:focus,
.el-button.is-plain:hover {
  background: #D0533F !important;
  border-color: #D0533F;
}

.el-button.is-disabled.is-plain,
.el-button.is-disabled.is-plain:focus,
.el-button.is-disabled.is-plain {
  color: #FFFFFF !important;
}

.search-box .operate-btn .el-button {
  background: rgba(208, 83, 63, 1) !important;
}


/*页面样式*/

.placeholder {
  left: 1px;
  top: 1px;
  right: 1px;
  background: #f5f5f5 !important;
}

.border-top {
  border-top: 1px dashed rgba(153, 153, 153, 1) !important;
}

.border-bottom {
  border-bottom: 1px dashed rgba(153, 153, 153, 1) !important;
}

.alarmdetail-main .top {
  background: #E7E7E8 !important;
}

.alarmdetail-main .tagResult {
  background: #E7E7E8 !important;
}

.alarmdetail-main .imgpage.el-icon-arrow-right:before {
  color: rgba(51, 51, 51, 1) !important;
}

.alarmdetail-main .flowList .tag {
  background: #f5f5f5 !important;
  color: rgba(51, 51, 51, 1) !important;
  border: 1px solid rgba(153, 153, 153, 1) !important;
}

.alarmdetail-main .flowList .tag:before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  border: 1px solid rgba(153, 153, 153, 1) !important;
  border-bottom: none !important;
  border-left: none !important;
  right: -6px !important;
  top: 50% !important;
  margin-top: -5px !important;
  -webkit-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: #f5f5f5 !important;
}

.alarmdetail-main .bottom h6 .status {
  color: rgba(51, 51, 51, 1) !important;
}

.alarmdetail-main .message h6 {
  border-bottom: 1px solid rgba(153, 153, 153, 1) !important;
}

.alarmdetail-main .bottom h6 {
  border-bottom: 1px solid rgba(153, 153, 153, 1) !important;
}

.uploadImg .el-upload--picture-card {
  background: #f5f5f5;
  border: 1px solid rgba(153, 153, 153, 1);
}

.uploadImg .el-upload--picture-card .el-icon-plus:before {
  color: rgba(153, 153, 153, 1);
}

.moduleBackground {
  background: #f5f5f5 !important;
}

.org_m {
  background-color: #CCCCCC !important;
}

.el-date-table td.current:not(.disabled) span {
  color: #fff !important;
  background: #D0533F !important;
}

.lablemembers span {
  border: 1px solid rgba(153, 153, 153, 1) !important;
  color: rgba(153, 153, 153, 1) !important;
}

.addBut {
  background: rgba(208, 83, 63, 1) !important;
}

.searchesBtn {
  background: rgba(208, 83, 63, 1) !important;
}

.elInput span {
  border: 1px solid rgba(153, 153, 153, 1) !important;
}

.RemainingEquipment-main .table-box td {
  background-color: rgba(18, 32, 53, 0.05) !important;
}

.workDetails .flowList .tag {
  background: #f5f5f5 !important;
  color: rgba(51, 51, 51, 1) !important;
  border: 1px solid rgba(153, 153, 153, 1) !important;
}

.workDetails .top {
  background: rgba(18, 32, 53, 0.05) !important;
}

.workDetails .imgpage.el-icon-arrow-right:before {
  color: rgba(51, 51, 51, 1) !important;
}

.alarmdetail-main .top .imgpage {
  background: rgba(180, 180, 180, 0.3) !important;
}

.workDetails .message h6 {
  border-bottom: 1px solid rgba(153, 153, 153, 1) !important;
}

.workDetails .bottom h6 {
  border-bottom: 1px solid rgba(153, 153, 153, 1) !important;
}

.workDetails .tagResult {
  background: rgba(18, 32, 53, 0.05) !important;
}

.workDetails .flowList .tag:before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  border: 1px solid rgba(153, 153, 153, 1) !important;
  border-bottom: none !important;
  border-left: none !important;
  right: -6px !important;
  top: 50% !important;
  margin-top: -5px !important;
  -webkit-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  background: #f5f5f5 !important;
}

.el-button--primary {
  background: rgba(208, 83, 63, 1) !important;
}

.el-upload--picture-card:hover,
.el-upload:focus {
  border-color: rgba(153, 153, 153, 1) !important;
  color: rgba(153, 153, 153, 1) !important;
}

.elInput span {
  border: 1px solid #75cbf2 !important;
}

.lablemembers span {
  border: 1px solid #75cbf2 !important;
}

.timeLine-box .tip i {
  background: rgba(227, 228, 229, 1) !important;
}

.timeLine-box .tip i.full {
  background: rgba(208, 83, 63, 1) !important;
}

.time-content .row .timePaln {
  background: rgba(227, 228, 229, 1) !important;
}

.time-content .row .timePaln .cell {
  background: rgba(208, 83, 63, 1) !important;
}

.aside-left {
  background: rgba(245, 245, 245, 1) !important;
}

.chartContent .half .barContainer li .barBg {
  background: rgba(67, 79, 90, 0.1) !important;
}

.chartContent .half .barContainer li .barBg .bar {
  background: rgba(115, 176, 228, 1) !important;
}

.mencentos>.dataIndex {
  background-color: #CCCCCC !important;
}

.indexAside .title {
  color: #333333 !important;
}

.chartContent .half .barContainer li span {
  color: #333333 !important;
}

.title .fr p .blue {
  background: #73B0E4 !important;
}

.equipBar ul li .barBg div.extra {
  background: #f9634b !important;
}

.equipBar ul li .barBg div.extra,
.equipBar ul li .barBg div.lack {
  background: #E3E4E5 !important;
}

.title .fr p .yellow {
  background: #f9634b !important;
}

.title .fr p i {
  background: #E3E4E5 !important;
}

.title .fr p span {
  color: #333333 !important;
}

.equipBar ul li .barBg div {
  background: rgba(115, 176, 228, 1) !important;
  border-right: 1px solid #FFFFFF !important;
}

.aside-right {
  background: #f5f5f5 !important;
}

.aside-right .schoolInfo p {
  color: #333333 !important;
}

.aside-right .section {
  background: rgba(231, 231, 232, 1) !important;
}

.aside-right .section p span,
.aside-right .section p i {
  color: #333333 !important;
}

.weather .weather_font {
  color: #FFFFFF !important;
}

.is-plain {
  background: #d0533f;
}

.left-nav {
  background-color: #F5F5F5 !important;
}

.right-nav {
  background-color: #F5F5F5 !important;
}

.crt-main {
  background: #E7E7E8 !important;
}

.right-nav .top {
  background: #f5f5f5 !important;
}

.icon-search .el-input-group__append {
  background-color: #d0533f !important;
}

.right-nav .device-tree {
  color: #666666 !important;
}

.icon-search {
  border-color: #666666 !important;
}

.right-nav .device-tree h2 {
  color: #666666 !important;
  border-color: #666666 !important;
}

.right-nav .device-tree ul li p {
  background: #D0533F !important;
  color: #FFFFFF !important;
}

.right-nav .device-tree ul li h3 {
  color: #666666 !important;
}

.el-tree.crt-build-tree span {
  color: #666666 !important;
}

.icon-search-select .el-input__suffix {
  background: #d0533f !important;
}

.is-current .el-tree.crt-build-tree span {
  color: #FFFFFF;
}

.el-tree.crt-build-tree {
  color: #FFFFFF !important;
  padding: 0px 0px 0px 0px !important;
}

.developer .developerLeft {
  background: #f5f5f5 !important;
  border: 1px solid rgba(153, 153, 153, 1) !important;
}

.developer .developerLeft .developerLeftTop {
  background-color: #858997 !important;
}

.developer .developerRight {
  background: #f5f5f5 !important;
  border: 1px solid rgba(153, 153, 153, 1) !important;
}

.communication {
  background: #f5f5f5 !important;
}

.maxhight .el-input__inner {
  color: #333333 !important;
}

.thresholdSetting-main .remarkText {
  color: #999 !important;
}

.thresholdSetting-main .rowInput .txt {
  background: #999 !important;
}

.thresholdSetting-main .rowInput {
  border: 1px solid #999 !important;
}

.el-form--label-right .el-input__inner {
  color: #333333 !important;
}

.configManagement .remarkText {
  color: #999 !important;
}

.configManagement .split:before {
  background: #C6523E !important;
}

.configManagement .split {
  border-bottom: 2px solid #999 !important;
}

.configManagement .rowInput .txt {
  background: #999 !important;
}

.configManagement .rowInput {
  border: 1px solid #999 !important;
}

.workDetails .bottom h6 .status {
  color: #000000 !important;
}

.OptionAnswer ul li:nth-of-type(2n+2) {
  background: #E7E7E8 !important;
}

.OptionAnswer ul li {
  background: #F5F5F5 !important;
}

.OptionAnswer .lihead {
  background-color: #858997 !important;
}

.el-radio__input.is-checked .el-radio__inner {
  border-color: #D0533F !important;
}

.el-radio__input.is-checked+.el-radio__label {
  color: #D0533F !important;
}

.el-radio__input.is-checked .el-radio__inner::after {
  background-color: #D0533F !important;
}


/*表格 通过 未通过按钮*/

.Notpass {
  background: #ff9b52 !important;
}

.Havepass {
  background: #78d283 !important;
}

.mencentosMaign {
  background-color: #CCCCCC;
  padding: 10px;
  height: 998px;
  width: 100%;
  margin-left: 180px;
}

.el-checkbox__input.is-checked+.el-checkbox__label {
  color: #D0533F !important;
}

.lngLat {
  border: 1px solid rgba(153, 153, 153, 1) !important;
}

.Manual {
  border: 1px solid rgba(153, 153, 153, 1) !important;
}

.communication {
  border: 1px solid rgba(153, 153, 153, 1) !important;
}

.cataTree .is-current .el-tree-node__content .custom-tree-nodetext {
  color: rgba(208, 83, 63, 1) !important;
}

/* 预警监测-->设备历史监测历史 */
.histor-main {
  background: #E7E7E8 !important;
}

.histor-echartsbox {
  background: #E7E7E8 !important;
}
