.module-header{
  margin-bottom: 15px;
}
.module-title{
  float: left;
  font-size: 26px;
}
.module-search{
  width: 500px; margin: auto;
}
.module-search-input{
  width: 400px; float: left;
}
.module-search-input input.layui-input{
  border-radius: 2px 0px 0px 2px;
}
.module-search label{
  float: left; float: left;
  border: solid 1px #e6e6e6;
  line-height: 36px;
  display: block;
  width: 95px;
  text-align: center;
  background-color: #e6e6e6;
}
.module-bth{
  float: right;
}

.action-btm{
  color: #00a2d4;
}