.pop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}

.pop-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.8;
  cursor: pointer;
}

.pop-content {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translate(-50%, -50%);
  z-index: 4;
  width: auto;
  max-width: 90%;
  max-height: 90%;
  box-sizing: border-box;
}

/* 适龄说明 ageword.png 1062×581 */
.pop-tips-content img {
  display: block;
  width: 66.375rem;
  height: 36.3125rem;
  max-width: 100%;
  max-height: 90vh;
  object-fit: contain;
  margin: 0;
}

.pop-video .pop-content {
  width: 62.5rem;
  max-width: 90%;
}

.pop-video video {
  display: block;
  width: 100%;
  height: auto;
  max-height: 80vh;
  margin: 0 auto;
  background: #000;
  outline: none;
}
