ul {
  margin-left: 0px;
}

ul.list-unstyled li a {

  color: #c0c5cf !important;
}

.breadcrumb .divider::before {
  /* content: ">"; */
  padding: 10px 0px;
  color: #444;
}

.breadcrumb>li>.breadcrumb_divider {
  padding: 0 0;
}

.breadcrumb {
  background-color: #f1f2f7;
  padding: 4px 4px;
  margin-bottom: 10px;
  margin-top: 2%;
  /*基于父元素的宽度*/
}

.breadcrumb a {
  color: #444;
}

.prefix_li_txt {
  color: #1d2129 !important;
}

.common-container .left-nav {
  width: 220px;
}

.el_input_graphic_dpi {
  background-color: white!important;
}

/* 提示框定位样式 */

.alert.alert_text {
    position: absolute; 
    z-index: 999; 
    /*确保悬浮在上方 */
    width: 360px; 
    /*与目标元素同宽 */
    /* transform: translateY(-100%);  */
    /*上移至目标元素顶部上方 */
    height: 11%;
    transform: translate(85%, 80%);
      display: grid;          /* 启用Grid布局 */
  align-items: center;    /* 垂直居中 */
  font-size: 24px;
  line-height: normal;
  /* box-shadow: 4px 4px 8px 2px rgba(0, 0, 0, 0.3); */
}
.alert.alert_text::before {
white-space: pre-wrap;
}

