/* .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: 16px;
  height: 160px;

}

*:has(> .phone-popup):hover .phone-popup  * {
  opacity: 1;
}

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

.phone-popup * {
  opacity: 0;
}

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

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

.phone-tips p {
  color: #000;
  text-align: center;
  
  /* 18 */
  font-family: "PingFang SC";
  font-size: 18px !important;
  font-style: normal;
  font-weight: 600;
  text-align: left;
  line-height: 24px; /* 133.333% */
}

.phone-tips h3 {
  color: #000;

  /* Medium */
  font-family: "PingFang SC";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 137.5% */
}