.member-ai {
  position: fixed;
  right: 100px;
  bottom: -10px;
  border-radius: 20px;
  transform: translateY(-50%);
  z-index: 99;
  background: #2546A1;
}
.member-ai .handle {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  cursor: pointer;
  padding: 10px;
  overflow: hidden;
}
.member-ai .handle .icon {
  width: 100%;
  height: 100%;
  background-image: url(/static/home/images/ai/ai_icon2.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

@media (max-width: 1400px) {
  .member-ai {
    border-radius: 15px;
    bottom: 0;
    right: 85px;
  }
  .member-ai .handle {
    padding: 8px;
    width: 40px !important;
    height: 40px !important;
    border-radius: 15px;
  }
}
.memberAi-iframe-popup iframe {
  height: 500px !important;
}

.mobile-member-ai {
  bottom: 55px !important;
  right: 20px !important;
}
.mobile-member-ai .handle {
  padding: 8px;
  width: 45px !important;
  height: 45px !important;
  border-radius: 15px;
}
