body {
  background: white;
  font-family: Arial, 'Hiragino Sans GB', 'Microsoft Yahei', '微软雅黑', '宋体', \5b8b\4f53, Tahoma, Arial, Helvetica, STHeiti;
  font-size: 14px;
  color: #333;
  background: #fff;
}

body.login {
  background: #f2f2f2;
}

div {
  box-sizing: border-box;
}

.filter {
  display: inline-block;
  height: 30px;
  padding-left: 0px;
  padding-right: 10px;
  border-radius: 5px;
  margin: 5px 0px;
}

.filter_contain {
  padding: 5px 20px;
}

.filter_input_text {
  width: 150px;
}

.filter_input_date {
  width: 150px;
}

.filter_input_datetime {
  width: 200px;
}

.filter_input_month {
  width: 150px;
}

.filter_input_checkbox {
  width: 15px;
  height: 15px;
  vertical-align: text-bottom;
  display: inline-block;
}

.filter_search {
  display: inline-block;
  /* padding: 5px 15px; */
  /* color: #fff;
  background-color: #518C46; */
  padding: 4px 15px;
  color: #518c46;
  border: 1px solid #518c46;
  box-sizing: border-box;
  text-align: center;
  border-radius: 3px;
}

.filter_export {
  display: inline-block;
  float: right;
  padding: 5px 15px;
  color: #fff;
  text-align: center;
  background-color: #518C46;
  border-radius: 3px;
  cursor: pointer;
  margin: 5px 0px;
}

.filter1 {
  display: inline-block;
  padding: 5px 20px;
  /* height: 30px; */
  color: #fff;
  text-align: center;
  background-color: #518C46;
  /* width: 100px; */
  border-radius: 3px;
}

.filter_select: {
  margin-top: 5;
  margin-right: 5;
  background-color: #ccc;
  display: inline-block;
  line-height: '40px';
  padding-left: 10;
  padding-right: 10;
  border-radius: 5;
}