.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;
}

/* Contact Us = cookie 同款（createCookie.js .sl-cookie-pop） */
.sl-cookie-pop.contact-us-pop-pc {
  position: fixed;
  box-sizing: border-box;
  bottom: 1.5rem;
  left: 0;
  right: 0;
  margin: 0 13.125rem;
  max-width: 93.75rem;
  min-width: 57rem;
  z-index: 10001;
  font-family: back;
}
.sl-cookie-pop.contact-us-pop-pc .cookie-pop-cover {
  background-color: #fff;
  opacity: 0.8;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.sl-cookie-pop.contact-us-pop-pc .cookie-pop-content {
  position: relative;
  box-sizing: border-box;
  height: 100%;
  padding: 1.25rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sl-cookie-pop.contact-us-pop-pc .pop-content-left {
  color: #464646;
  font-size: 1.125rem;
  text-indent: 2.5rem;
}
.sl-cookie-pop.contact-us-pop-pc .pop-content-left .learn-more {
  color: #c66030;
  text-decoration: underline;
  margin-left: 0.3125rem;
}
.sl-cookie-pop.contact-us-pop-pc .pop-content-right {
  position: relative;
  display: flex;
  align-items: center;
}
.sl-cookie-pop.contact-us-pop-pc .pop-content-right .close-btn {
  width: 3.125rem;
  height: 3.125rem;
  background: url("../cookie-close.png") center no-repeat;
  margin-left: 0;
  transition: transform 0.5s;
  background-size: 1.4375rem 1.4375rem;
  transform-origin: center center;
  cursor: pointer;
}
.sl-cookie-pop.contact-us-pop-pc .pop-content-right .close-btn:hover {
  cursor: pointer;
  transform: rotate(180deg);
}

/* Contact Us 移动端 = cookie .cookies-tips（PC 页在手机 UA 下用） */
.cookies-tips.contact-us-pop {
  display: none;
  box-sizing: border-box;
  flex-direction: column;
  position: fixed;
  z-index: 10001;
  bottom: 3.125rem;
  left: 50%;
  transform: translateX(-50%);
  align-items: center;
  color: #333;
  background-color: rgba(255, 255, 255, 0.9);
  width: 80%;
  max-width: 40rem;
  padding: 2rem 2.5rem 2rem 1.875rem;
  opacity: 1;
  border-radius: 4px;
  font-size: 1.5rem;
  line-height: 1.6;
  text-align: center;
  word-break: break-word;
}
.cookies-tips.contact-us-pop.is-open {
  display: flex;
}
.cookies-tips.contact-us-pop .text {
  width: 100%;
}
.cookies-tips.contact-us-pop a {
  display: inline-block;
  max-width: 100%;
  vertical-align: top;
}
.cookies-tips.contact-us-pop .cookies-tips-more {
  display: inline-block;
  max-width: 100%;
  color: #c55f30;
  text-decoration: underline;
  white-space: nowrap;
  word-break: keep-all;
  overflow-wrap: normal;
}
@media screen and (max-width: 22rem) {
  .cookies-tips.contact-us-pop .cookies-tips-more {
    white-space: normal;
    word-break: break-all;
  }
}
.cookies-tips.contact-us-pop .cookies-tips-close {
  position: absolute;
  top: 0.5rem;
  right: 0.75rem;
  width: 2.5rem;
  height: 2.5rem;
  background: url("../cookie-close.png") center no-repeat;
  background-size: 1.4375rem 1.4375rem;
  cursor: pointer;
}

/* 窄屏兜底：即便桌面 UA，窄窗口也走 H5 形态 */
@media screen and (max-width: 750px) {
  .sl-cookie-pop.contact-us-pop-pc {
    display: none !important;
  }
}
