.data-show-content {
  position: relative;
  z-index: 99;
  height: 60px;
  margin-top: -60px;
  padding-top: 20px;
  box-sizing: border-box;
  background: #eee;
}
.data-show-content button,
.data-show-content input,
.data-show-content p {
  display: inline-block;
  padding: 5px;
  margin-left: 20px;
}
.data-show-content .active {
  background: #87cefa;
  border: 1px solid #87cefa;
  height: 28px;
  line-height: 28px;
  vertical-align: top;
  padding-top: 0;
  padding-bottom: 0;
}
.data-show-i {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-image: url(../img/data-show.6b96e0b5.png);
  position: absolute;
  color: #fff;
  line-height: 30px;
  text-align: center;
  z-index: 99;
  opacity: 0.8;
  top: 0;
  left: 0;
  font-size: 12px;
}
