.tips-wraper {
  line-height: 20px;
  padding: 5px 10px;
  font-size: 12px;
  background: #3e4e59;
  border-radius: 2px;
  width: 152px;
  height: 55px;
  color: #FFFFFF;
  text-align: center;
  margin-left: 32px;
  vertical-align: top;
  position: absolute;
  z-index: 2000;
}

.tips-wraper:after {
  position: absolute;
  content: "";
  top: -5px;
  left: 68px;
  border-width: 0px 5px 5px 5px;
  border-color: transparent transparent #3e4e59 transparent;
  border-style: solid;
}
