.Hunter-pop-up {
  position:absolute;
  top:0;
  left:0;
  z-index:9999;
  padding:1px;
  background-color:#ffffff;
  -webkit-background-clip:padding-box;
  background-clip:padding-box;
  border:1px solid #cccccc;
  border:1px solid rgba(0, 0, 0, 0.2);
  border-radius:6px;
}

.Hunter-pop-up:before, .Hunter-pop-up:after {
  content:'';
  display:block;
  width:0;
  height:0;
  border-width:10px;
  border-style:solid;
  position:absolute;
  left:20px;
  z-index:999999;
}

.Hunter-pop-up-right:before, .Hunter-pop-up-right:after {
  left:auto;
  right:20px;
}

.Hunter-pop-up:before {
  border-color:transparent transparent #f5f5f5;
  top:-17px;
  z-index:9999999;
}

.Hunter-pop-up:after {
  border-color:transparent transparent #c9cbce;
  top:-20px;
}

.Hunter-pop-up ul {
  list-style:none;
}

.Hunter-pop-up ul li {
  display:inline-block;
  position:relative;
  margin:4px;
  cursor:pointer;
}

.Hunter-pop-up p {
  font-weight:bold;
  padding:0 4px;
  margin-top:4px;
  margin-bottom:10px;
}

.Hunter-pop-up .line {
  width:340px;
  margin:0 auto;
  margin-top:4px;
  border-bottom:1px solid #d8d8d8;
}

.Hunter-pop-up .close {
  position:absolute;
  top:8px;
  right:8px;
  font-size:16px;
}

.Hunter-pop-up .title {
  padding:8px 14px;
  margin:0;
  font-size:12px;
  font-weight:bold;
  line-height:18px;
  background-color:#f5f5f5;
  border-bottom:1px solid #ddd;
  border-radius:5px 5px 0 0;
}

.Hunter-pop-up .Hunter-wrap {
  position:relative;
  background:#ffffff;
  padding:8px;
  overflow:auto;
}

