.lpd-ban-box{
  position:absolute;
  z-index:99999;
  background:#fff;
  border:1px solid rgba(0,0,0,.12);
  border-radius:10px;
  box-shadow:0 10px 25px rgba(0,0,0,.08);
  overflow:hidden;
  display:none;
}

.lpd-ban-item{
  padding:10px 12px;
  cursor:pointer;
  font-size:14px;
  line-height:1.2;
}

.lpd-ban-item:hover,
.lpd-ban-item:focus{
  outline:none;
  background:rgba(0,0,0,.04);
}
