/* .phone-play {
  overflow: hidden;
}

.phone-play:hover {
  overflow: visible;
}

.phone-play:hover .phone-popup {
  opacity: 1;
  overflow: visible;
} */

/* *:has(> .phone-popup):hover .phone-popup {
  padding: 28px 28px 48px;
  height: 236px;
} */
.phone-play:hover .phone-popup {
  opacity: 1;
  display: flex;
}
*:has(> .phone-popup):hover .phone-popup  * {
  opacity: 1;
  display: block;
}

.phone-popup {
  box-sizing: border-box;
  position: absolute;
  width: 466px;
  padding: 28px 28px 48px;
  height: 236px;
  bottom: 100%;
  right: -70px;
  background: url('/static/images/phone-bg.png') center / contain no-repeat;
  border-radius: 12px;
  gap: 16px;
  transition: all 0.25s linear;
  overflow: hidden;
  display: flex;
  opacity: 0;
  display: none;
}

.phone-popup * {
  opacity: 0;
}

.phone-qr {
  width: 160px;
  height: 160px;
}

.phone-tips {
  flex: 1;
  overflow: hidden;
  text-align: left;
}

.phone-tips p {
  font-size: 20px;
  font-weight: 500;
  color: #333;
}

.phone-tips h3 {
  font-size: 20px;
  color: #666;
  font-weight: 400;
  line-height: 28px;
  margin-top: 8px;
}