.flex {
  display: flex;
}

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

.justify-center {
  justify-content: center;
}
a:hover {
  color: #0046ad;
}
a {
  color: inherit;
}


.breadcrumb{
  background: #fff;
  padding: 10px;
  margin: 10px auto;
}
.layui-btn{
  background-color: #0046ad !important;
}
.layui-btn-primary{
  background-color: #d2d2d2 !important;

}