:root {
  --theme-color: #56b4f8;
  --font-size: 14px;
}
div.adp-wraper {
  display: none;
  position: absolute;
  width: 280px;
  height: auto;
  min-height: 60px;
  font-size: 15px;
  border-radius: 3px;
  border: 1px solid var(--theme-color);
  padding: 0 0 5px 0;
  box-shadow: 0 0 20px #eee;
  background-color: #fcfcfc;
}
div.adp-wraper p {
  width: 280px;
  height: 37px;
  line-height: 37px;
  border-bottom: 2px solid var(--theme-color);
  margin: 0 0 0 -1px;
  cursor: pointer;
}
div.adp-wraper p span {
  color: #666;
  display: inline-block;
  width: 55px;
  text-align: center;
  height: 34px;
  line-height: 34px;
  font-size: var(--font-size);
}
div.adp-wraper p .adp-avtive {
  background: var(--theme-color);
  color: white;
}
div.adp-wraper > div.ul-div {
  padding: 0 5px 0 5px;
  min-height: 200px;
  display: none;
  overflow-y: auto;
}
div.adp-wraper div ul {
  width: 100%;
  margin: 0;
  height: 100%;
  min-height: 200px;
  text-align: center;
  padding: 5px 0 0 0;
  list-style: none;
}
div.adp-wraper div ul li {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 33%;
  padding: 8px 0;
  border-radius: 3px;
  cursor: pointer;
  color: #666;
  text-align: center;
  float: left;
  transition: 0.3s;
  font-size: var(--font-size);
}
div.adp-wraper div ul li:hover {
  color: #fff;
  background: var(--theme-color);
}
div.adp-wraper .adp-active {
  background: var(--theme-color);
  color: #fff !important;
}
div.adp-wraper .adp-head-active {
  position: absolute;
  background-color: var(--theme-color);
  width: 20%;
  height: 35px;
  transition: 0.3s;
  border-radius: 3px;
  color: #fff;
  font-size: var(--font-size);
  text-align: center;
  line-height: 34px;
}
div.adp-wraper .adp-empty-text {
  margin-top: 15px;
  display: inline-block;
  color: #666;
  font-size: var(--font-size);
}
div.adp-wraper div.adp-btn-area {
  height: 30px;
  width: 100%;
  text-align: center;
}
div.adp-wraper div.adp-btn {
  display: inline-block;
  margin-right: 2px;
  cursor: pointer;
  font-family: Microsoft YaHei;
  font-size: var(--font-size);
  outline: 0;
  width: 80px;
  height: 30px;
  line-height: 30px;
  border-radius: 2px;
  border: 1px solid var(--theme-color);
  color: #fff;
  background-color: var(--theme-color);
}
div.adp-wraper div.adp-btn:hover {
  box-shadow: 0 0 10px #eee;
  color: #fbfbfb;
}
div.adp-wraper-backshadow {
  background: #ddd;
  opacity: 0.3;
  top: 0;
  left: 0;
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
}
