body {
  line-height: 1;
  font-family: Noto Sans SC, '微软雅黑';
}
.jgqx_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  font-weight: normal;
  color: #333;
  margin: 20px 0 35px;
}
.lspz_select_box {
  display: flex;
  align-items: center;
}
.lspz_select_box span {
  font-size: 18px;
  font-weight: bold;
  color: #038958;
}
.lspz_select_box a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 141px;
  height: 45px;
  border-radius: 6px;
  background: #e2f6e8;
  font-size: 16px;
  font-weight: normal;
  color: #038958;
  border: 1px solid #e2f6e8;
  margin: 0 5px;
}
.lspz_select_box a:hover,
.lspz_select_box a.cur {
  font-weight: bold;
  border: 1px solid #038958;
  text-decoration: none;
}
.lspz_date_box .layui-form-item .layui-input-inline {
  width: 220px;
}
.lspz_date_box .layui-input {
  height: 45px;
  border-radius: 4px;
  padding-right: 40px;
  background: url(../images/icon_date.png) no-repeat 190px center;
  background-size: 20px;
  background-color: #f8f8f8;
  font-size: 16px;
  font-weight: normal;
  color: #333;
}
.lspz_btn_box .layui-btn {
  width: 96px;
  height: 45px;
  border-radius: 4px;
  background: #038958;
  font-size: 18px;
  font-weight: normal;
  color: #fff;
}
.lspz_select {
  width: 200px;
  padding: 0 10px;
  height: 45px;
  border-radius: 4px;
  background: #f8f8f8;
  font-size: 16px;
  font-weight: normal;
  color: #333;
  border: none;
  outline: none;
}
.lspz_select option {
  font-size: 16px;
}
