#ImgBox {
  position: fixed;
  bottom: 150px;
  right: 0px;
  z-index: 99;
  display: none;
}
#ImgBox img {
  width: 50px;
}
.dialog {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  max-width: 90%;
  max-height: 90%;
  overflow: auto;
  display: none;
}
.closeBox {
  text-align: end;
  margin: 0 0 1rem;
}
.closeBox span {
  cursor: pointer;
}
#aiccTemplateHotUl{
  display: flex;
}
