@charset "utf-8"; /* 基础重置 */
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
  margin: 0;
  padding: 0;
  outline: 0 none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font:
    12px/1.5 "Arial",
    "Hiragino Sans GB",
    "Microsoft YaHei",
    "\5FAE\8F6F\96C5\9ED1",
    tahoma,
    sans-serif;
  background: #e5e3e3;
  color: #000;
}
a {
  outline: 0 none;
  cursor: pointer;
  text-decoration: none;
  color: #000;
}
a:hover {
  text-decoration: none;
}
img {
  border: 0 none;
}
.pr {
  position: relative;
}
.pa {
  position: absolute;
}
.pf {
  position: fixed;
}
.bg {
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: 100%;
}
.df {
  display: flex;
  align-items: center;
  justify-content: center;
}
html,
body {
  height: 100%;
  overflow: hidden;
  background-image: url("//png.pookcdn.net/new_net/activityFootball/bg_footer.jpg");
  background-position: left bottom;
  background-size: cover;
}
.wrapper {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  min-width: 1400px;
  font-family: "microsoft yahei";
  font-size: 16px;
  color: #fff;
  overflow: hidden;
}
.wrapper.af-page {
  min-width: 100vw;
}

.af-scroll,
.af-scroll-inner {
  height: 100%;
  overflow: hidden;
} /* 16:9 全屏区块（设计稿 1920×1080，高度 = 9/16 视口宽） */
.af-section {
  box-sizing: border-box;
  width: 100%;
  height: 56.25vw;
  max-height: 100vh;
  position: relative;
  z-index: 1;
}
.mask {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 99;
}
.logo {
  top: 0.18rem;
  left: 0.18rem;
  width: 3rem;
  height: 1.4rem;
  background-image: url(//png.pookcdn.net/new_net/lydr3d/pc/logo.png);
  z-index: 99;
} /* 右侧导航 */
.af-side-nav {
  right: 0;
  top: 0.3rem;
  z-index: 20;
  flex-direction: column;
  gap: 0.36rem;
}
.af-side-nav a {
  display: block;
  width: 2.41rem;
  height: 1.04rem;
  line-height: 1.04rem;
  text-align: center;
  font-size: 0.3rem;
  color: #dcd3cf;
  font-family: "FZZDHJW-GB1";
}
.af-side-nav a.is-current {
  color: #3f0600;
  font-size: 0.4rem;
  background: url("//png.pookcdn.net/new_net/activityFootball/tab_active.png") no-repeat;
  background-size: cover;
}
.af-side-nav a.nav-download {
  color: #ffd984;
}
#section-home {
  background-image: url("//png.pookcdn.net/new_net/activityFootball/bg1.jpg");
  background-position: center bottom;
}
#section-gift {
  background-image: url("//png.pookcdn.net/new_net/activityFootball/bg2.jpg");
}
#section-preview {
  background-image: url("//png.pookcdn.net/new_net/activityFootball/bg3.jpg");
} /* * 精彩预告视频区 * 设计稿 rem（2.42/3.1/12.48/6.84）随 html 字号按「屏宽」缩放； * section 高度却是 56.25vw 且可能被 max-height:100vh 压扁， * 仅用 rem 会导致 top/尺寸与背景框 bg3.png 对不齐。 * 改为相对 section 的百分比，与画布同比例缩放。 */
#section-preview .video-wrap {
  position: absolute;
  top: 22.41%;
  left: 16.15%;
  width: 64.4%;
  height: 62%;
  z-index: 1;
  overflow: hidden;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}
#section-preview .video-wrap video {
  width: 10.5rem;
  height: auto;
  object-fit: contain;
  object-position: center;
}
.video-wrap.is-poster,
.video-wrap.is-playing {
  cursor: pointer;
}
#section-preview .video-wrap video::-webkit-media-controls-start-playback-button {
  display: none;
}
.af-video-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("//png.pookcdn.net/new_net/activityFootball/bg3-wrap.png") no-repeat center top / contain;
  z-index: 2;
  pointer-events: none;
} /* 首页按钮区：铺满 section 宽度，避免 100vw 与滚动条错位 */
.af-content-home {
  left: 0;
  right: 0;
  bottom: 0.48rem;
  width: auto;
  height: 1.06rem;
  text-align: center;
}
.af-btn {
  border: none;
  outline: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  width: 6.28rem;
  height: 1.5rem;
  padding: 0;
  margin: 0;
  transition: 0.3s ease;
  cursor: pointer;
}
.af-btn:hover{
  transform: scale(1.1);
}
.btn-download {
  display: none;
  background-image: url("//png.pookcdn.net/new_net/activityFootball/download.png");
} /* 预约有礼：限定在 section 内定位（勿用 100vw） */
.af-content-gift {
  width: 100%;
  height: 100%;
}
.af-gift-rule {
  left: 11.82rem;
  top: 0.7rem;
  width: 0.54rem;
  height: 0.54rem;
  background-image: url("//png.pookcdn.net/new_net/activityFootball/rule.png");
} /* 弹窗 */
.af-popup {
  display: none;
  width: 10.82rem;
  height: 5.74rem;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 101;
}
.af-popup.show {
  display: block !important;
}
.af-popup-close {
  right: -0.34rem;
  top: -0.32rem;
  width: 0.68rem;
  height: 0.68rem;
  border: none;
  cursor: pointer;
  background: url("//png.pookcdn.net/new_net/activityFootball/closeModal.png") no-repeat;
  background-size: cover;
}
.af-popup-msg {
  text-align: center;
  font-size: 0.36rem;
  font-family: "Adobe Heiti Std";
  color: #f9e9b3;
  text-shadow: 0 0 0.16rem #a50900;
  padding-top: 1rem;
}
.af-popup-msg-bottom{
  text-align: center;
  font-size: 0.24rem;
  font-family: "Adobe Heiti Std";
  color: #e5e5e5;
  padding-top: 0.64rem;
}
.af-popup-form {
  background-image: url("//png.pookcdn.net/new_net/activityFootball/popForm.png");
}
.af-popup-formTitle {
  width: 6.94rem;
  height: 0.81rem;
  top: -27px;
  left: 3.08rem;
  background-image: url("//png.pookcdn.net/new_net/activityFootball/popTitle.png");
}
.af-popup-create{
  right: 0.9rem;
  bottom: 0.9rem;
  color: #e5e5e5;
  font-size: 0.16rem;
}
.af-popup-create:hover{
  text-decoration: underline;
  cursor: pointer;
}
.af-form {
  padding: 1.22rem 0 0 3.32rem;
}
.af-form-item {
  margin-left: 0.3rem;
  width: 6.24rem;
  height: 0.62rem;
  margin-bottom: 0.8rem;
}
.af-form-item input {
  box-sizing: border-box;
  width: 6.24rem;
  height: 0.62rem;
  font-size: 0.24rem;
  line-height: 0.64rem;
  background: transparent;
  border: none;
  outline: none;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.btn-submit {
  border: none;
  cursor: pointer;
  width: 4.4rem;
  height: 1.06rem;
  right: 0;
  left: 0;
  margin: 0 auto;
  bottom: 0.48rem;
  background-image: url("//png.pookcdn.net/new_net/activityFootball/sumbit.png");
  transition: 0.3s ease;
  cursor: pointer;
}
.btn-submit:hover{
  transform: scale(1.05);
}
.af-popup-success {
  background-image: url("//png.pookcdn.net/new_net/activityFootball/popModal-success.png");
}
.af-popup-tip {
  background-image: url("//png.pookcdn.net/new_net/activityFootball/popup-tip.png");
  height: 3.08rem;
}
.af-popup-rules {
  background-image: url("//png.pookcdn.net/new_net/activityFootball/popModal.png");
}
.af-popup-ruleTitle {
  top: -0.72rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: 0.4rem;
  font-family: "Adobe Heiti Std";
  color: #fff1bf;
  text-align: center;
  text-shadow: 0 0 0.16rem #a50900;
}
.af-rules-content {
  padding: 0.66rem 0.4rem 0.66rem 0.8rem ;
  font-size: 0.35rem;
  font-family: "Adobe Heiti Std";
  color: #fcdc6d;
  text-align: left;
  text-shadow: 0 0 0.16rem #a50900;
} /* Footer：第 4 个吸附点 */
.af-scroll-inner > .footer {
  position: relative;
  z-index: 10;
  width: 100%;
  padding: 0.3rem 0.4rem 0.4rem;
  text-align: center;
  line-height: 1.6;
  font-size: 0.16rem;
  color: rgba(255, 255, 255, 0.55);
}
.af-scroll-inner > .footer a {
  color: rgba(255, 255, 255, 0.55);
}
.af-scroll-inner > .footer a:hover {
  text-decoration: underline;
}
.af-scroll-inner > .footer img {
  vertical-align: middle;
  width: 0.24rem;
  height: 0.24rem;
}
.af-scroll-inner > .footer p {
  margin: 0.06rem 0;
}
