.fe-tips {
  display: inline-block;
}
.fe-tips-pop-arrow-top-related {
  position: absolute;
  content: "";
  bottom: -5px;
  width: 10px;
  height: 10px;
  transform: rotateZ(45deg);
  margin-left: -5px;
}
.fe-tips-pop-arrow-top {
  position: absolute;
  content: "";
  bottom: -5px;
  width: 10px;
  height: 10px;
  transform: rotateZ(45deg);
  margin-left: -5px;
  left: 50%;
}
.fe-tips-pop-arrow-topleft {
  position: absolute;
  content: "";
  bottom: -5px;
  width: 10px;
  height: 10px;
  transform: rotateZ(45deg);
  margin-left: -5px;
  left: 20px;
}
.fe-tips-pop-arrow-topright {
  position: absolute;
  content: "";
  bottom: -5px;
  width: 10px;
  height: 10px;
  transform: rotateZ(45deg);
  margin-left: -5px;
  right: 20px;
}
.fe-tips-pop-arrow-right-related {
  position: absolute;
  content: "";
  left: -5px;
  width: 10px;
  height: 10px;
  transform: rotateZ(45deg);
}
.fe-tips-pop-arrow-right {
  position: absolute;
  content: "";
  left: -5px;
  width: 10px;
  height: 10px;
  transform: rotateZ(45deg);
  top: 50%;
  margin-top: -5px;
}
.fe-tips-pop-arrow-righttop {
  position: absolute;
  content: "";
  left: -5px;
  width: 10px;
  height: 10px;
  transform: rotateZ(45deg);
  top: 10px;
}
.fe-tips-pop-arrow-rightbottom {
  position: absolute;
  content: "";
  left: -5px;
  width: 10px;
  height: 10px;
  transform: rotateZ(45deg);
  bottom: 10px;
}
.fe-tips-pop-arrow-bottom-related {
  position: absolute;
  content: "";
  top: -5px;
  width: 10px;
  height: 10px;
  transform: rotateZ(45deg);
  margin-left: -5px;
}
.fe-tips-pop-arrow-bottom {
  position: absolute;
  content: "";
  top: -5px;
  width: 10px;
  height: 10px;
  transform: rotateZ(45deg);
  margin-left: -5px;
  left: 50%;
}
.fe-tips-pop-arrow-bottomleft {
  position: absolute;
  content: "";
  top: -5px;
  width: 10px;
  height: 10px;
  transform: rotateZ(45deg);
  margin-left: -5px;
  left: 20px;
}
.fe-tips-pop-arrow-bottomright {
  position: absolute;
  content: "";
  top: -5px;
  width: 10px;
  height: 10px;
  transform: rotateZ(45deg);
  margin-left: -5px;
  right: 20px;
}
.fe-tips-pop-arrow-left-related {
  position: absolute;
  content: "";
  right: -5px;
  width: 10px;
  height: 10px;
  transform: rotateZ(45deg);
}
.fe-tips-pop-arrow-left {
  position: absolute;
  content: "";
  right: -5px;
  width: 10px;
  height: 10px;
  transform: rotateZ(45deg);
  top: 50%;
  margin-top: -5px;
}
.fe-tips-pop-arrow-lefttop {
  position: absolute;
  content: "";
  right: -5px;
  width: 10px;
  height: 10px;
  transform: rotateZ(45deg);
  top: 10px;
}
.fe-tips-pop-arrow-leftbottom {
  position: absolute;
  content: "";
  right: -5px;
  width: 10px;
  height: 10px;
  transform: rotateZ(45deg);
  bottom: 10px;
}
.fe-tips-popele {
  user-select: none;
  position: absolute;
  display: flex;
  align-items: center;
  padding: 8px 0 8px 12px;
  border-radius: 4px;
}
.fe-tips-popele .fe-tips-popele-closeicon {
  margin-right: 16px;
}
.fe-tips-popele .fe-tips-popele-main {
  flex: 1;
  margin-right: 10px;
  font-size: 14px;
  line-height: 18px;
}
.fe-tips-popele .fe-tips-popele-main .fe-tips-popele-title {
  font-weight: bold;
  word-break: break-all;
}
.fe-tips-popele .fe-tips-popele-main .fe-tips-popele-content {
  word-break: break-all;
}
.fe-tips-popele .fe-tips-popele-rightcontent {
  margin-right: 20px;
}
.fe-tips-popele .fe-tips-popele-rightbtn {
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  padding: 5px 7px;
  font-size: 12px;
}
