html body .padl10 {
  padding-left: 10px;
}
html body .mgl10 {
  margin-left: 10px;
}
html body .el-menu .el-submenu .el-menu-item,
html body .el-menu .el-submenu .el-submenu__title {
  border-top: 1px solid #03284c;
}
html body .el-menu .el-submenu.is-opened .el-submenu__title {
  background: #1890ff !important;
}
html body .el-menu .el-submenu.is-opened .el-menu--inline .el-menu-item {
  background: #0b2946 !important;
}
html body .el-menu .el-submenu.is-opened .el-menu--inline .el-menu-item.is-active {
  background: #00509b !important;
}
html body .el-dialog__body .el-form.diy_form {
  padding-right: 0;
}
.text_green {
  color: green;
}
.text_blue {
  color: blue;
}
.text_red {
  color: red;
}
.text_red * {
  color: red !important;
}
.k_line_img {
  width: 100%;
  padding: 10px 0;
}
.table_d1 {
  border: 1px solid #dedede;
}
.table_d1 th,
.table_d1 td {
  padding: 3px;
  text-align: center !important;
}
.table_d2_box {
  position: relative;
  overflow: scroll;
  min-height: 50vh;
}
.table_d2_box .table_d2_list {
  overflow: scroll;
  height: 50vh;
}
.table_d2 {
  border: 1px solid #dedede;
  width: calc(100% - 10px);
  margin: 10px 0 0 10px;
}
.table_d2 th {
  background: #dedede;
}
.table_d2 th,
.table_d2 td {
  border: 1px solid #f1f1f1;
  padding: 3px;
  text-align: center !important;
}
.flex_c_lr {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
