/* Homepage right panel — trimmed for index.html */
.qtd-right-panel-container {
  position: fixed;
  right: 8px;
  bottom: 80px;
  z-index: 988;
  width: 32px;
  height: auto;
  gap: 12px;
  display: flex;
  flex-direction: column;
  background-color: var(--qtd-fun-color-1);
  border-radius: 8px;
  border: 1px solid var(--qtd-fun-color-3);
  padding: 8px 0;
}
.qtd-right-panel-container .right-item {
  position: relative;
  width: 100%;
}
.qtd-right-panel-container .right-item > a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  width: 100%;
  height: auto;
  font-size: 12px;
  color: var(--qtd-fun-color-10);
  cursor: pointer;
}
.qtd-right-panel-container .right-item > a i {
  color: var(--qtd-fun-color-10);
}
.qtd-right-panel-container .right-item:hover > a,
.qtd-right-panel-container .right-item:hover > a i {
  color: var(--qtd-fun-color-12);
}
.qtd-right-panel-container .hxp-qa-20221018 {
  display: none;
  position: absolute;
  width: 52px;
  top: -70px;
  right: 2px;
}
.qtd-right-panel-container .hxp-qa-20221018 .btn {
  width: 52px;
}
.qtd-right-panel-container .hxp-qa-20221018 .show {
  display: none;
  position: absolute;
  right: 0;
  top: calc(50% + 25px);
  width: 348px;
  height: 200px;
  transform: translateY(-50%);
  padding-right: 48px;
}
.qtd-right-panel-container .hxp-qa-20221018 .show img {
  width: 300px;
}
.qtd-right-panel-container .hxp-qa-20221018 .show .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 24px;
  height: 24px;
  background-color: var(--qtd-business-color-6);
  border-radius: 50%;
  right: 48px;
  color: var(--qtd-fun-color-1);
  font-size: 14px;
  top: -24px;
  cursor: pointer;
}
.qtd-right-panel-container .hxp-qa-20221018:hover .show {
  display: block;
}
