.shuoshuo-chat--robot .shuoshuo-chat__hint {
  margin-bottom: 6px;
  margin-right: 18px;
  transform: translateX(-26px);
  z-index: 2;
}

.shuoshuo-chat--robot.is-open .shuoshuo-chat__hint {
  transform: translate(-26px, 8px);
}

.shuoshuo-chat--robot .shuoshuo-chat__hint::after {
  right: 38px;
}

.shuoshuo-chat--robot .shuoshuo-chat__mascot-shell {
  height: 130px;
  width: 130px;
}

.shuoshuo-chat--robot .shuoshuo-chat__mascot {
  bottom: -10px;
  width: 130px;
}

.shuoshuo-chat--robot .shuoshuo-chat__avatar {
  object-fit: contain;
  object-position: center;
  padding: 2px;
}

.shuoshuo-chat--robot .shuoshuo-chat__panel {
  bottom: 150px;
}

@media (max-width: 640px) {
  .shuoshuo-chat--robot .shuoshuo-chat__mascot-shell,
  .shuoshuo-chat--robot .shuoshuo-chat__mascot {
    width: 68px;
  }

  .shuoshuo-chat--robot .shuoshuo-chat__mascot-shell {
    height: 68px;
  }

  .shuoshuo-chat--robot .shuoshuo-chat__panel {
    bottom: 78px;
  }
}
