.search-wrapper.single {
  background: #fff;
  padding-top: 8px;
  border: 1px solid #ccc;
  border-top: none;
  clear: both;
}
.form-div,
.county-div {
  position: relative;
  margin-left: 30px;
  padding: 5px 10px 5px 0;
  clear: both;
}
.form-div:before,
.county-div:before {
  content: "";
  width: 8px;
  height: 8px;
  display: block;
  position: absolute;
  background: orange;
  left: -15px;
  top: 12px;
  border-radius: 4px;
}
.search-form-ul,
.county-ul {
  display: inline-block;
  width: 922px;
  vertical-align: top;
}
.search-form-ul li,
.county-ul li {
  position: relative;
  display: inline-block;
  padding: 2px 10px;
  margin: 0 10px 4px 0;
}
li.li-on {
  background: #d4e6ff;
}
.form-span {
  display: inline-block;
  margin-top: 2px;
  vertical-align: top;
}
.btn-div {
  padding: 14px;
  text-align: right;
}
.search-btn {
  width: 120px;
  height: 30px;
  line-height: 30px;
  background: #2372ec;
  border: none;
  color: #fff;
  border-radius: 3px;
}
.Wdate.time-select {
  height: 22px;
  line-height: 22px;
  text-indent: 4px;
  border: #ccc 1px solid;
  background: #fff url(/img/yj/calander.png) no-repeat right;
  background-size: 27px;
}
.no-data-popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  background: #fff;
  border: 1px solid #ccc;
  width: 260px;
  height: 160px;
  text-align: center;
  vertical-align: middle;
  margin-left: -130px;
  margin-top: -80px;
  border-radius: 4px;
}
.pop-title {
  background: #2371ed;
  height: 28px;
  line-height: 28px;
  font-size: 15px;
  color: #fff;
  text-align: left;
  padding-left: 10px;
}
.close-pop {
  color: #fff;
  float: right;
  margin-right: 10px;
}
.pop-word {
  line-height: 127px;
}
.single-time-select {
  display: none;
}

.no-warn-div {
  font-size: 16px;
  text-align: center;
  margin-top: 20%;
}
.total-div {
  font-size: 16px;
  line-height: 28px;
  margin-top: 10px;
}
.warn-li:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  margin-left: -3px;
  width: 7px;
  height: 7px;
  border-radius: 4px;
  background: red;
}
