.breadcrumb_container[data-v-3900e49e]{display:inline-block;vertical-align:top}.breadcrumb_title[data-v-3900e49e]{display:inline-block;vertical-align:top;color:#606266;line-height:13px;font-size:14px}.el-breadcrumb[data-v-3900e49e]{display:inline-block;vertical-align:top}

.content[data-v-656e02f7] {
    position: relative;
    padding-bottom: 20px!important;
}
.top[data-v-656e02f7] {
    position: fixed;
    z-index: 98;
    background-color: #f5f5f5;
    padding-top: 26px;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
}

#custum_table {
  padding: 3px;
}
#custum_table .el-table__cell {
  padding: 3px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
#custum_table .el-table__cell .cell {
  padding: 0;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
#custum_table .el-table__cell .cell .custum_table_item_content {
  padding: 3px;
  min-height: 30px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
#custum_table .el-table__cell .cell .danger {
  background-color: #F56C6C;
}
#custum_table .el-table__cell .cell .danger .el-input__inner::-webkit-input-placeholder {
  color: red;
}
#custum_table .el-table__cell .cell .danger .el-input__inner::-moz-placeholder {
  color: red;
}
#custum_table .el-table__cell .cell .danger .el-input__inner::-ms-input-placeholder {
  color: red;
}
#custum_table .el-table__cell .cell .danger .el-input__inner::placeholder {
  color: red;
}
#custum_table .el-table__cell .cell .danger .el-textarea__inner::-webkit-input-placeholder {
  color: red;
}
#custum_table .el-table__cell .cell .danger .el-textarea__inner::-moz-placeholder {
  color: red;
}
#custum_table .el-table__cell .cell .danger .el-textarea__inner::-ms-input-placeholder {
  color: red;
}
#custum_table .el-table__cell .cell .danger .el-textarea__inner::placeholder {
  color: red;
}
#custum_table .el-table__cell .cell .warning {
  background-color: #E6A23C;
}

