@charset "UTF-8";
/* CSS Document */

.jq-tips_tip {
  position: absolute;
  display: none;
  z-index: 10000;
}

.jq-tips_pointer {
  float: left;
  position: relative;
  left: 50%;
  z-index: 10000;
  margin-left: -10px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.5);
  border-width: 10px;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent;
}

.jq-tips_content {
  background: rgba(0,0,0,0.5);
  border-radius: 5px;
  padding: 15px;
  color: #FFF;
  position: relative;
  z-index: 1;
  max-width: 100%;
  text-align: center;
  font-size: .8em;
}