/*
 * Author: clovis(706706)
 * Version: 0.1.0
 * Compile Date: 2026-04-21 16:42
*/ 
/***********************reset***********************/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  zoom: 1; }

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

header, footer, article, section, nav, menu, hgroup {
  display: block;
  clear: all; }

html {
  font-family: "Microsoft YaHei", "Helvetica Neue", Helvetica, STHeiTi, Arial, sans-serif;
  -ms-text-size-adjust: auto;
  -webkit-text-size-adjust: auto;
  height: 100%; }

body {
  margin: 0;
  color: #fff;
  background-color: #f6f5e0;
  height: 100%;
  -webkit-overflow-scrolling: touch; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

a {
  background: transparent;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent; }

a:active {
  outline: 0; }

img {
  border: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

input, select, textarea {
  outline: none; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #cccccc; }

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #cccccc; }

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #cccccc; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

textarea {
  overflow: auto;
  resize: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

ul, ol {
  list-style: none outside none; }

i, em {
  font-style: normal; }

.img {
  display: flex;
  align-items: center;
  justify-content: center; }

img {
  max-width: 100%;
  max-height: 100%; }

@font-face {
  font-family: "JCLDS";
  src: url("https://zfvideo.99.com/games/zf/act/2026/23rd/font/JCLDS.eot");
  /* IE9 */
  src: url("https://zfvideo.99.com/games/zf/act/2026/23rd/font/JCLDS.eot?#iefix") format("embedded-opentype"), url("https://zfvideo.99.com/games/zf/act/2026/23rd/font/JCLDS.woff") format("woff"), url("https://zfvideo.99.com/games/zf/act/2026/23rd/font/JCLDS.ttf") format("truetype"), url("https://zfvideo.99.com/games/zf/act/2026/23rd/font/JCLDS.svg#RZYZ") format("svg");
  /* iOS 4.1- */
  font-style: normal;
  font-weight: normal; }

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #87dcec;
  border-radius: 3px; }

::-webkit-scrollbar-button {
  display: none; }

::-webkit-scrollbar-thumb {
  background-color: #006da1;
  border-radius: 3px;
  cursor: pointer; }

::-webkit-scrollbar-corner {
  display: none; }

::-webkit-resizer {
  display: none; }

/*display-inline*/
/*margin-left-half*/
/*圆角*/
@-webkit-keyframes aniPopEle {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

@keyframes aniPopEle {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

@-webkit-keyframes aniPopNor {
  from {
    opacity: 0;
    -webkit-transform: translate(-52%, -50%) scale(var(--popShareScale), 0); }

  to {
    opacity: 1;
    -webkit-transform: translate(-52%, -50%) scale(var(--popShareScale), var(--popShareScale)); } }

@keyframes aniPopNor {
  from {
    opacity: 0;
    transform: translate(-52%, -50%) scale(var(--popShareScale), 0); }

  to {
    opacity: 1;
    transform: translate(-52%, -50%) scale(var(--popShareScale), var(--popShareScale)); } }

@keyframes aniPopSce {
  from {
    opacity: 0;
    transform: translate(-50%, -50%) scale(var(--popScenicScale), 0); }

  to {
    opacity: 1;
    transform: translate(-50%, -50%) scale(var(--popScenicScale), var(--popScenicScale)); } }

@-webkit-keyframes aniPopSce {
  from {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(var(--popScenicScale), 0); }

  to {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(var(--popScenicScale), var(--popScenicScale)); } }

@-webkit-keyframes aniPop {
  from {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(var(--popScale), 0); }

  to {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(var(--popScale), var(--popScale)); } }

@keyframes aniPop {
  from {
    opacity: 0;
    transform: translate(-50%, -50%) scale(var(--popScale), 0); }

  to {
    opacity: 1;
    transform: translate(-50%, -50%) scale(var(--popScale), var(--popScale)); } }

@-webkit-keyframes aniPopNor2 {
  from {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%); }

  to {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%); } }

@keyframes aniPopNor2 {
  from {
    opacity: 0;
    transform: translate(-50%, -50%); }

  to {
    opacity: 1;
    transform: translate(-50%, -50%); } }

@keyframes span_y {
  0% {
    transform: rotate(0deg); }

  33% {
    transform: rotate(-20deg); }

  66% {
    transform: rotate(0deg); }

  100% {
    transform: rotate(10deg); } }

@keyframes bubble_y {
  100% {
    top: -512px; } }

@keyframes bubble_s {
  0% {
    transform: scale(0.5); }

  33% {
    transform: scale(0.8); }

  66% {
    transform: scale(1); }

  100% {
    transform: scale(1); } }

@keyframes bubble_o {
  40% {
    opacity: 1; }

  80% {
    opacity: 0; }

  100% {
    opacity: 0; } }

@keyframes bubble_swing_1 {
  0% {
    margin-left: 0; }

  33% {
    margin-left: -30px; }

  66% {
    margin-left: 30px; }

  100% {
    margin-left: 0; } }

@keyframes bubble_swing_2 {
  0% {
    margin-left: 0; }

  33% {
    margin-left: 30px; }

  66% {
    margin-left: -30px; }

  100% {
    margin-left: 0; } }

@-webkit-keyframes zoomInDown {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0); }

  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0); } }

@keyframes zoomInDown {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0); }

  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0); } }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
    visibility: visible; }

  90% {
    opacity: 1;
    visibility: visible; }

  100% {
    opacity: 0;
    visibility: hidden;
    display: none; } }

@keyframes fadeOut {
  0% {
    opacity: 1;
    visibility: visible; }

  90% {
    opacity: 1;
    visibility: visible; }

  100% {
    opacity: 0;
    visibility: hidden;
    display: none; } }

@-webkit-keyframes move {
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes move {
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3); }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1); }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98); }

  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995); }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3); }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1); }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98); }

  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995); }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3); }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1); }

  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98); }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995); }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes bounceInRight {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3); }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1); }

  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98); }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995); }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@-webkit-keyframes aniArrowDown {
  to {
    -webkit-transform: translate(0, 5px);
    transform: translate(0, 5px); } }

@keyframes aniArrowDown {
  to {
    -webkit-transform: translate(0, 5px);
    transform: translate(0, 5px); } }

@-webkit-keyframes jump {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0); }

  10% {
    -webkit-transform: translateY(5px) scaleX(1.2) scaleY(0.8);
    transform: translateY(5px) scaleX(1.2) scaleY(0.8); }

  30% {
    -webkit-transform: translateY(-13px) scaleX(1) scaleY(1) rotateZ(5deg);
    transform: translateY(-13px) scaleX(1) scaleY(1) rotateZ(5deg); }

  50% {
    -webkit-transform: translateY(0) scale(1) rotateZ(0);
    transform: translateY(0) scale(1) rotateZ(0); }

  55% {
    -webkit-transform: translateY(0) scaleX(1.1) scaleY(0.9) rotateZ(0);
    transform: translateY(0) scaleX(1.1) scaleY(0.9) rotateZ(0); }

  70% {
    -webkit-transform: translateY(-4px) scaleX(1) scaleY(1) rotateZ(-2deg);
    transform: translateY(-4px) scaleX(1) scaleY(1) rotateZ(-2deg); }

  80% {
    -webkit-transform: translateY(0) scaleX(1) scaleY(1) rotateZ(0);
    transform: translateY(0) scaleX(1) scaleY(1) rotateZ(0); }

  85% {
    -webkit-transform: translateY(0) scaleX(1.05) scaleY(0.95) rotateZ(0);
    transform: translateY(0) scaleX(1.05) scaleY(0.95) rotateZ(0); }

  100% {
    -webkit-transform: translateY(0) scaleX(1) scaleY(1);
    transform: translateY(0) scaleX(1) scaleY(1); } }

@keyframes jump {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0); }

  10% {
    -webkit-transform: translateY(5px) scaleX(1.2) scaleY(0.8);
    transform: translateY(5px) scaleX(1.2) scaleY(0.8); }

  30% {
    -webkit-transform: translateY(-13px) scaleX(1) scaleY(1) rotateZ(5deg);
    transform: translateY(-13px) scaleX(1) scaleY(1) rotateZ(5deg); }

  50% {
    -webkit-transform: translateY(0) scale(1) rotateZ(0);
    transform: translateY(0) scale(1) rotateZ(0); }

  55% {
    -webkit-transform: translateY(0) scaleX(1.1) scaleY(0.9) rotateZ(0);
    transform: translateY(0) scaleX(1.1) scaleY(0.9) rotateZ(0); }

  70% {
    -webkit-transform: translateY(-4px) scaleX(1) scaleY(1) rotateZ(-2deg);
    transform: translateY(-4px) scaleX(1) scaleY(1) rotateZ(-2deg); }

  80% {
    -webkit-transform: translateY(0) scaleX(1) scaleY(1) rotateZ(0);
    transform: translateY(0) scaleX(1) scaleY(1) rotateZ(0); }

  85% {
    -webkit-transform: translateY(0) scaleX(1.05) scaleY(0.95) rotateZ(0);
    transform: translateY(0) scaleX(1.05) scaleY(0.95) rotateZ(0); }

  100% {
    -webkit-transform: translateY(0) scaleX(1) scaleY(1);
    transform: translateY(0) scaleX(1) scaleY(1); } }

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }

  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.05, 1.05, 1.05) rotate3d(0, 0, 1, 3deg); }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.05, 1.05, 1.05) rotate3d(0, 0, 1, -3deg); }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }

  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.05, 1.05, 1.05) rotate3d(0, 0, 1, 3deg); }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.05, 1.05, 1.05) rotate3d(0, 0, 1, -3deg); }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes mask-right {
  to {
    -webkit-mask-position: 100% 100%; } }

@keyframes mask-left {
  to {
    -webkit-mask-position: 0 0;
    visibility: hidden; } }

@-webkit-keyframes aniPopEle {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

@keyframes aniPopEle {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

.mist, .mask {
  z-index: 10;
  opacity: 1 !important; }

.mist {
  -webkit-mask-image: url("https://wjdown.99.com/games/zf/act/2025/lx/mask-right.png");
  -webkit-mask-size: 3000% 100%;
  -webkit-mask-position: 0 0;
  animation: mask-right 0.8s steps(29) forwards 1; }

.mask {
  -webkit-mask-image: url("https://wjdown.99.com/games/zf/act/2025/lx/mask-left.png");
  -webkit-mask-size: 3000% 100%;
  -webkit-mask-position: 100% 0;
  animation: mask-left 0.8s steps(29, end) forwards 1; }

.nav a.go-back:hover::after {
  -webkit-animation: jump ease 1.2s 1;
  animation: jump ease 1.2s 1; }

.slide1.active .slg, .slide1.active .main-title {
  -webkit-animation: zoomInDown ease 0.8s;
  animation: zoomInDown ease 0.8s; }
.slide1.active .scroll-tip {
  -webkit-animation: aniArrowDown 1s linear infinite;
  animation: aniArrowDown 1s linear infinite; }

.slide2.active .video-play {
  -webkit-animation: tada 1.2s linear infinite;
  animation: tada 1.2s linear infinite; }

.slide3.active .btn-rule:hover {
  -webkit-animation: jump ease 1.2s 1;
  animation: jump ease 1.2s 1; }
.slide3.active .p3-boat a span {
  pointer-events: all; }
.slide3.active .p3-boat a:hover {
  -webkit-animation: tada ease 0.8s;
  animation: tada ease 0.8s; }

.slide4.active .p4-nav {
  -webkit-animation: bounceInRight ease-in-out 1s 0.2s;
  animation: bounceInRight ease-in-out 1s 0.2s; }

.slide7 .act-info {
  opacity: 0;
  -webkit-transform: translate3d(-10%, 0, 0);
  transform: translate3d(-10%, 0, 0); }

.slide7.active .act-info {
  -webkit-animation: move ease-in-out 0.3s 0.6s forwards;
  animation: move ease-in-out 0.3s 0.6s forwards; }
.slide7.active .rw {
  -webkit-animation: bounceInRight ease-in-out 1s 0.2s;
  animation: bounceInRight ease-in-out 1s 0.2s; }

html, body {
  overflow: hidden;
  transition: all ease 0.4s;
  min-width: 1400px; }

html, body, #main {
  height: 100%;
  overflow: hidden;
  min-width: 1200px;
  background: #fff; }

.contain {
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  top: 50%;
  bottom: 0; }

.fullbg {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -540px 0 0 -960px;
  width: 1920px;
  height: 1080px; }

.nav {
  position: absolute;
  top: 0;
  left: 52px;
  bottom: 0;
  display: flex;
  pointer-events: none;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 214px;
  height: 100%;
  background: url(https://img8.99.com/zf/activity/2026/04/23rd/img/nav-bg.png) no-repeat 94px center;
  padding-left: 0px;
  padding-top: 110px;
  opacity: 0;
  transform: translateX(-100%);
  transition: all 0.3s;
  z-index: 8; }
  .nav.show {
    opacity: 1;
    transform: translateX(0%); }
  .nav a {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    pointer-events: auto;
    width: 170px;
    height: 43px;
    line-height: 43px;
    font-size: 24px;
    color: #eee3a8;
    font-family: 'JCLDS';
    margin: 13px 0; }
    .nav a span {
      font-weight: bold;
      background-image: -webkit-linear-gradient(90deg, #53699c 10%, #b1c9f6 50%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-image: -webkit-linear-gradient(90deg, #53699c 30%, #fff 90%);
      -webkit-filter: drop-shadow(0 0px 13px #0b0f2d) drop-shadow(0 0px 25px #2b79c2);
      filter: drop-shadow(0 0px 13px #0b0f2d) drop-shadow(0 0px 25px #2b79c2);
      position: relative;
      z-index: 5;
      margin-right: 10px; }
    .nav a::after {
      content: '';
      width: 24px;
      height: 23px;
      background: url(https://img8.99.com/zf/activity/2026/04/23rd/img/nav-icon.png) no-repeat center; }
    .nav a.on span, .nav a:hover span {
      font-weight: bold;
      background-image: -webkit-linear-gradient(90deg, #80bcde 10%, #e3f6ff 50%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      -webkit-filter: drop-shadow(0 0px 4px rgba(11, 15, 45, 0.7));
      -webkit-filter: drop-shadow(0 0px 6px rgba(43, 121, 194, 0.83));
      position: relative;
      z-index: 5; }
    .nav a.on::after, .nav a:hover::after {
      content: '';
      position: absolute;
      top: 50%;
      margin-top: -21.5px;
      left: -20px;
      width: 170px;
      height: 43px;
      z-index: 2;
      background: url(https://img8.99.com/zf/activity/2026/04/23rd/img/nav-on.png) no-repeat center/cover; }
    .nav a.go-back {
      font-size: 0; }
      .nav a.go-back::after {
        position: absolute;
        top: 50%;
        margin-top: -24px;
        left: 94px;
        content: '';
        width: 48px;
        height: 48px;
        background: url(https://img8.99.com/zf/activity/2026/04/23rd/img/home.png) no-repeat center; }
      .nav a.go-back:hover::after {
        transform: scale(1.1);
        filter: brightness(1.2); }
    .nav a.btn-down span {
      font-weight: normal;
      background-image: -webkit-linear-gradient(90deg, #a04b09 10%, #350707 50%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-image: -webkit-linear-gradient(90deg, #a04b09 40%, #350707 90%);
      -webkit-filter: drop-shadow(0 0px 1px rgba(255, 255, 255, 0.9));
      position: relative;
      z-index: 5; }
    .nav a.btn-down::after {
      position: absolute;
      top: 50%;
      margin-top: -39px;
      left: -50px;
      content: '';
      width: 214px;
      height: 78px;
      background: url(https://img8.99.com/zf/activity/2026/04/23rd/img/btn-down.png) no-repeat center; }
    .nav a.btn-down:hover::after {
      transform: scale(1.1);
      filter: brightness(1.1); }

.go-footer {
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #000;
  background: rgba(255, 255, 255, 0.75);
  z-index: 40;
  padding: 0 20px;
  border-radius: 15px; }
  .go-footer.open i {
    transform: rotate(180deg); }
  .go-footer i {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 22px;
    height: 22px;
    background: url(https://img8.99.com/zf/activity/2026/04/23rd/img/icon-arrow.png) no-repeat;
    margin-left: 5px;
    vertical-align: middle;
    transition: all 0.3s; }

.footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 12px;
  color: #fff;
  background: #000;
  padding: 10px 0;
  z-index: 12;
  visibility: hidden;
  -webkit-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  .footer.show {
    visibility: visible;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  .footer a {
    color: #fff; }

.swiper-container {
  position: relative;
  width: 100%;
  height: 100%; }
  .swiper-container .swiper-wrapper, .swiper-container .swiper-slide {
    position: relative;
    width: 100%;
    height: 100%; }
  .swiper-container .swiper-slide-main .wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
    width: 1600px;
    height: 1000px; }
    .swiper-container .swiper-slide-main .wrapper::before {
      content: "";
      position: absolute;
      pointer-events: none;
      opacity: 0; }

.wrapper {
  width: 1400px;
  height: 1000px;
  position: relative;
  margin: 0 auto; }

.user-info {
  position: absolute;
  display: flex;
  top: -8px;
  right: 130px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  z-index: 2; }
  .user-info.show {
    display: flex; }
  .user-info span {
    font-size: 18px;
    background-image: -webkit-linear-gradient(90deg, #9cd8fb 10%, #e3f6ff 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-filter: drop-shadow(0 1px 3px #0b0f2d); }
  .user-info .btn-login {
    width: 101px;
    height: 34px;
    background: url(https://img8.99.com/zf/activity/2026/04/23rd/img/btn-login.png) no-repeat center;
    display: inline-block;
    text-align: center;
    line-height: 34px;
    margin-left: 10px; }

.slide1 {
  background: url(https://img8.99.com/zf/activity/2026/04/23rd/img/page-1.jpg) no-repeat center/cover; }
  .slide1 .logo {
    position: absolute;
    top: 110px;
    left: 240px; }
    .slide1 .logo:after {
      content: '';
      background: url(https://img8.99.com/zf/activity/2026/04/23rd/img/logo-cz.png);
      width: 206px;
      height: 171px;
      position: absolute;
      right: -166px;
      top: -34px; }
  .slide1 .slg {
    width: 1313px;
    height: 435px;
    background: url(https://img8.99.com/zf/activity/2026/04/23rd/img/slg.png) no-repeat center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 60px;
    margin-left: -706px;
    font-size: 0; }
  .slide1 .scroll-tip {
    width: 320px;
    height: 55px;
    background: url(https://img8.99.com/zf/activity/2026/04/23rd/img/scroll-tip.png) no-repeat center;
    position: absolute;
    bottom: 50px;
    left: 50%;
    margin-left: -160px;
    font-size: 0; }

.tit {
  font-size: 0;
  background: url(https://img8.99.com/zf/activity/2026/04/23rd/img/tit1.png) no-repeat center;
  width: 100%;
  height: 256px;
  margin-top: 26px; }
  .tit.t2 {
    background: url(https://img8.99.com/zf/activity/2026/04/23rd/img/tit2.png) no-repeat center; }
  .tit.t3 {
    background: url(https://img8.99.com/zf/activity/2026/04/23rd/img/tit3.png) no-repeat center; }
  .tit.t4 {
    background: url(https://img8.99.com/zf/activity/2026/04/23rd/img/tit4.png) no-repeat center; }
  .tit.t5 {
    background: url(https://img8.99.com/zf/activity/2026/04/23rd/img/tit5.png) no-repeat center; }
  .tit.t6 {
    background: url(https://img8.99.com/zf/activity/2026/04/23rd/img/tit6.png) no-repeat center; }

.slide2 {
  background: url(https://img8.99.com/zf/activity/2026/04/23rd/img/page-2.jpg) no-repeat center/cover; }
  .slide2 .cont {
    width: 1299px;
    height: 664px;
    background: url(https://img8.99.com/zf/activity/2026/04/23rd/img/p2-cont.png) no-repeat center;
    margin: -93px auto 0;
    padding-top: 90px; }
  .slide2 .video-box {
    width: 838px;
    height: 473px;
    background: url(https://img8.99.com/zf/activity/2026/04/23rd/img/video-bg.jpg) no-repeat;
    margin: 0 auto;
    position: relative; }
    .slide2 .video-box video {
      width: 100%;
      height: 100%; }
  .slide2 .video-play {
    width: 126px;
    height: 126px;
    background: url(https://img8.99.com/zf/activity/2026/04/23rd/img/video-play.png) no-repeat center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -63px;
    margin-left: -63px; }
  .slide2 .pp-intro {
    width: 882px;
    height: 470px;
    margin: 0 auto; }
  .slide2 .lunbo {
    width: 882px;
    height: 300px;
    position: relative; }
  .slide2 .pp-txt {
    color: #143d70;
    font-size: 20px;
    line-height: 1.6;
    text-align: justify;
    padding: 0 10px;
    margin-top: 10px; }
    .slide2 .pp-txt p {
      text-indent: 2em; }
  .slide2 .pagination {
    position: absolute;
    bottom: 0px;
    left: 0;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 20px;
    width: 882px; }
    .slide2 .pagination .swiper-pagination-bullet {
      width: 12px;
      height: 12px;
      background: #c5ebec;
      border-radius: 50%;
      opacity: 1; }
    .slide2 .pagination .swiper-pagination-bullet-active {
      background: #5c86b4; }
  .slide2 .xc-intro {
    width: 946px;
    height: 562px;
    margin: 0 auto;
    position: relative; }
    .slide2 .xc-intro span {
      width: 946px;
      height: 408px;
      display: block;
      background: url(https://img8.99.com/zf/activity/2026/04/23rd/img/xc-bg.png) no-repeat center;
      position: absolute;
      left: 0;
      top: 40px;
      z-index: 2; }
    .slide2 .xc-intro a {
      position: absolute;
      left: 0;
      top: 0;
      z-index: 3; }
      .slide2 .xc-intro a.img-0 {
        top: -30px;
        left: 35px; }
      .slide2 .xc-intro a.img-1 {
        top: 14px;
        left: 335px; }
      .slide2 .xc-intro a.img-2 {
        top: -26px;
        left: 631px; }
      .slide2 .xc-intro a.img-3 {
        top: 235px;
        left: 583px; }
      .slide2 .xc-intro a.img-4 {
        top: 282px;
        left: 330px; }
      .slide2 .xc-intro a.img-5 {
        top: 217px;
        left: 21px; }
  .slide2 .wf-intro {
    width: 951px;
    height: 500px;
    margin: 0 auto;
    position: relative; }
    .slide2 .wf-intro .ans-list {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 440px;
      margin: -20px 0 20px;
      position: relative; }
      .slide2 .wf-intro .ans-list > div {
        width: 220px;
        height: 408px;
        position: relative;
        perspective: 1000px;
        /* 添加透视效果 */
        cursor: pointer;
        margin: 0px 5px; }
    .slide2 .wf-intro .ans-ico {
      width: 67px;
      height: 171px;
      background: url(https://img8.99.com/zf/activity/2026/04/23rd/img/btn-all.png) no-repeat center;
      position: absolute;
      left: -10px;
      top: 45px;
      z-index: 5; }
    .slide2 .wf-intro .zm {
      width: 220px;
      height: 408px;
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      z-index: 5;
      transform-style: preserve-3d;
      /* 支持3D变换 */
      transition: transform 0.6s ease;
      /* 翻转过渡动画 */
      backface-visibility: hidden;
      /* 隐藏背面 */ }
      .slide2 .wf-intro .zm.flipped {
        transform: rotateY(180deg);
        /* 翻转180度 */ }
      .slide2 .wf-intro .zm.z0 {
        background: url(https://img8.99.com/zf/activity/2026/04/23rd/img/z1.png) no-repeat center; }
      .slide2 .wf-intro .zm.z1 {
        background: url(https://img8.99.com/zf/activity/2026/04/23rd/img/z2.png) no-repeat center;
        top: 30px; }
      .slide2 .wf-intro .zm.z2 {
        background: url(https://img8.99.com/zf/activity/2026/04/23rd/img/z3.png) no-repeat center; }
      .slide2 .wf-intro .zm.z3 {
        background: url(https://img8.99.com/zf/activity/2026/04/23rd/img/z4.png) no-repeat center;
        top: 30px; }
    .slide2 .wf-intro .fm {
      width: 220px;
      height: 408px;
      display: flex;
      position: absolute;
      left: 0;
      top: 0;
      z-index: 4;
      /* 调整层级，确保在zm翻转后能显示 */
      padding: 0 55px 0 25px;
      align-items: center;
      justify-content: center;
      transform-style: preserve-3d;
      /* 支持3D变换 */
      transform: rotateY(180deg);
      /* 初始旋转180度，隐藏在zm后面 */
      backface-visibility: hidden;
      /* 隐藏背面 */
      transition: transform 0.6s ease;
      /* 翻转过渡动画 */ }
      .slide2 .wf-intro .fm.flipped {
        transform: rotateY(0deg);
        /* 翻转0度，显示正面 */ }
      .slide2 .wf-intro .fm.f0 {
        background: url(https://img8.99.com/zf/activity/2026/04/23rd/img/f1.png) no-repeat center; }
      .slide2 .wf-intro .fm.f1 {
        background: url(https://img8.99.com/zf/activity/2026/04/23rd/img/f2.png) no-repeat center;
        top: 30px; }
      .slide2 .wf-intro .fm.f2 {
        background: url(https://img8.99.com/zf/activity/2026/04/23rd/img/f3.png) no-repeat center; }
      .slide2 .wf-intro .fm.f3 {
        background: url(https://img8.99.com/zf/activity/2026/04/23rd/img/f4.png) no-repeat center;
        top: 30px; }
      .slide2 .wf-intro .fm p {
        text-shadow: 0px 0px 3px rgba(6, 23, 56, 0.4);
        font-size: 18px;
        line-height: 1.6;
        color: #fff;
        text-align: justify; }
    .slide2 .wf-intro .btn-more {
      width: 172px;
      height: 43px;
      background: url(https://img8.99.com/zf/activity/2026/04/23rd/img/btn-more.png) no-repeat center;
      display: block;
      margin: 0 auto;
      font-size: 0; }
      .slide2 .wf-intro .btn-more:hover {
        transform: scale(1.2); }
  .slide2 .p2-nav {
    width: 100%;
    height: 87px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 10;
    margin-top: -23px; }
    .slide2 .p2-nav a {
      width: 237px;
      height: 87px;
      background: url(https://img8.99.com/zf/activity/2026/04/23rd/img/p2-nav.png) no-repeat center;
      text-align: center;
      pointer-events: none;
      color: #fff;
      font-size: 24px;
      margin: 0 20px;
      z-index: 10;
      padding: 25px 20px 17px; }
      .slide2 .p2-nav a span {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        pointer-events: all;
        font-family: 'JCLDS';
        background-image: -webkit-linear-gradient(90deg, #80bcde 10%, #e3f6ff 50%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        -webkit-filter: drop-shadow(0 0px 2px rgba(11, 15, 45, 0.93)); }
      .slide2 .p2-nav a.active, .slide2 .p2-nav a:hover {
        background: url(https://img8.99.com/zf/activity/2026/04/23rd/img/p2-nav-on.png) no-repeat center; }
        .slide2 .p2-nav a.active span, .slide2 .p2-nav a:hover span {
          background-image: -webkit-linear-gradient(90deg, #a04b09 10%, #350707 50%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          background-image: -webkit-linear-gradient(90deg, #a04b09 40%, #350707 90%);
          -webkit-filter: drop-shadow(0 0px 1px rgba(255, 255, 255, 0.9)); }

.slide3 {
  background: url(https://img8.99.com/zf/activity/2026/04/23rd/img/page-2.jpg) no-repeat center/cover; }
  .slide3 .cont {
    width: 1354px;
    height: 789px;
    background: url(https://img8.99.com/zf/activity/2026/04/23rd/img/p3-cont.png) no-repeat center;
    margin: -141px 0 0 171px;
    position: relative;
    padding: 115px 152px 0px 62px;
    z-index: 1; }
  .slide3 .story {
    width: 889px;
    height: 105px;
    background: url(https://img8.99.com/zf/activity/2026/04/23rd/img/story-bg.png) no-repeat center;
    position: absolute;
    margin: 0px auto;
    left: 50%;
    margin-left: -444px;
    top: 120px;
    padding: 10px 0;
    z-index: 2;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s ease; }
    .slide3 .story.hide {
      animation: fadeOut 0.1s forwards; }
    .slide3 .story p {
      font-size: 18px;
      width: 560px;
      text-align: justify;
      margin: 0 auto;
      line-height: 1.2;
      color: #fafeff; }
  .slide3 .btn-story {
    width: 88px;
    height: 98px;
    background: url(https://img8.99.com/zf/activity/2026/04/23rd/img/btn-bj.png) no-repeat center top;
    display: flex;
    align-items: flex-end;
    text-align: center;
    justify-content: center;
    position: absolute;
    top: 525px;
    left: 111px;
    z-index: 5; }
    .slide3 .btn-story span {
      background-image: -webkit-linear-gradient(90deg, #2b6a8e 10%, #0c3244 50%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      font-weight: bold;
      -webkit-filter: drop-shadow(0 1px 3px #ffffff); }
    .slide3 .btn-story:hover {
      background: url(https://img8.99.com/zf/activity/2026/04/23rd/img/btn-bj-on.png) no-repeat center top; }
  .slide3 .boat-line {
    position: absolute;
    width: 813px;
    height: 478px;
    top: 105px;
    left: 160px; }
  .slide3 .boat {
    width: 52px;
    height: 48px;
    position: absolute;
    transform: rotate(10deg);
    z-index: 2; }
    .slide3 .boat.bt1 {
      background: url(https://img8.99.com/zf/activity/2026/04/23rd/img/chuan-1.png) no-repeat center/cover; }
    .slide3 .boat.bt2 {
      background: url(https://img8.99.com/zf/activity/2026/04/23rd/img/chuan-2.png) no-repeat center/cover; }
    .slide3 .boat.bt3 {
      background: url(https://img8.99.com/zf/activity/2026/04/23rd/img/chuan-3.png) no-repeat center/cover; }
    .slide3 .boat.bt4 {
      background: url(https://img8.99.com/zf/activity/2026/04/23rd/img/chuan-4.png) no-repeat center/cover; }
    .slide3 .boat.bt5 {
      background: url(https://img8.99.com/zf/activity/2026/04/23rd/img/chuan-5.png) no-repeat center/cover; }
    .slide3 .boat.seld {
      width: 100px;
      height: 95px;
      z-index: 10; }
      .slide3 .boat.seld:hover {
        transform: rotate(10deg) scale(1); }
    .slide3 .boat:hover {
      transform: rotate(10deg) scale(1.4); }
  .slide3 .h-pop {
    width: 141px;
    height: 71px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: url(https://img8.99.com/zf/activity/2026/04/23rd/img/h-pop.png) no-repeat;
    position: absolute;
    padding: 10px 10px 15px;
    top: -60px;
    left: 50%;
    margin-left: -70px;
    transform: rotate(-10deg); }
    .slide3 .h-pop b {
      font-weight: normal;
      font-size: 18px;
      background-image: -webkit-linear-gradient(90deg, #ffffff 10%, #ffe851 50%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-image: -webkit-linear-gradient(90deg, #ffffff 40%, #ffe851 90%); }
    .slide3 .h-pop em {
      font-style: normal;
      color: #fff462;
      font-size: 22px; }
  .slide3 .boat-txt {
    background: url(https://img8.99.com/zf/activity/2026/04/23rd/img/b-txt.png) no-repeat center;
    width: 160px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    position: absolute;
    left: 50%;
    margin-left: -80px;
    bottom: -30px;
    transform: rotate(-10deg); }
  .slide3 .btn-rule {
    width: 118px;
    height: 113px;
    background: url(https://img8.99.com/zf/activity/2026/04/23rd/img/btn-rule.png) no-repeat center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    pointer-events: none;
    top: 0;
    right: 42px; }
    .slide3 .btn-rule span {
      font-size: 16px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      pointer-events: all;
      width: 79px;
      height: 71px; }
      .slide3 .btn-rule span b {
        background-image: -webkit-linear-gradient(90deg, #80bcde 10%, #e3f6ff 50%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        -webkit-filter: drop-shadow(0 0px 4px rgba(11, 15, 45, 0.7)); }
    .slide3 .btn-rule.r1 {
      top: 70px; }
    .slide3 .btn-rule.r2 {
      top: 157px; }
  .slide3 .p3-boat {
    margin-top: 500px;
    position: relative;
    width: 100%;
    height: 133px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 0px;
    z-index: 2; }
    .slide3 .p3-boat > div {
      width: 190px;
      height: 189px;
      position: relative;
      margin: 0 10px; }
      .slide3 .p3-boat > div.ed .img, .slide3 .p3-boat > div.ed a {
        filter: grayscale(1); }
        .slide3 .p3-boat > div.ed .img:hover, .slide3 .p3-boat > div.ed a:hover {
          animation: none; }
    .slide3 .p3-boat .img {
      background: url(https://img8.99.com/zf/activity/2026/04/23rd/img/b-img.png) no-repeat center;
      width: 190px;
      height: 189px; }
    .slide3 .p3-boat .h-pop2 {
      background: url(https://img8.99.com/zf/activity/2026/04/23rd/img/h-pop2.png) no-repeat center;
      width: 165px;
      height: 71px;
      position: absolute;
      z-index: 5;
      top: 30px;
      left: 50%;
      margin-left: -82.5px;
      text-align: center;
      padding: 8px 10px 15px;
      font-size: 18px; }
      .slide3 .p3-boat .h-pop2 p {
        background-image: -webkit-linear-gradient(90deg, #80bcde 10%, #e3f6ff 50%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        -webkit-filter: drop-shadow(0 0px 4px rgba(11, 15, 45, 0.7)); }
    .slide3 .p3-boat a {
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      width: 171px;
      height: 72px;
      background: url(https://img8.99.com/zf/activity/2026/04/23rd/img/btn-zl.png) no-repeat center;
      pointer-events: none;
      margin-top: -88px;
      margin-left: 10px;
      z-index: 2;
      padding: 22px 10px 18px; }
      .slide3 .p3-boat a span {
        width: 100%;
        height: 100%;
        align-items: center;
        justify-content: center;
        display: flex;
        font-size: 18px;
        font-weight: bold;
        background-image: -webkit-linear-gradient(90deg, #a04b09 10%, #350707 50%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        -webkit-filter: drop-shadow(0px 1px 1px #fff);
        filter: drop-shadow(0px 1px 1px #fff); }
  .slide3 .tips {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 93%;
    text-align: center;
    font-size: 18px;
    color: #9ac9e2; }

.slide4 {
  background: url(https://img8.99.com/zf/activity/2026/04/23rd/img/page-4.jpg) no-repeat center/cover; }
  .slide4 .p4-nav {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: 324px;
    margin-top: -322px;
    width: 342px;
    height: 458px;
    z-index: 5; }
    .slide4 .p4-nav a {
      position: relative;
      display: flex;
      flex-direction: column;
      justify-content: center;
      width: 264px;
      height: 113px;
      text-align: center;
      font-size: 24px;
      background: url(https://img8.99.com/zf/activity/2026/04/23rd/img/p4-nav.png) no-repeat;
      padding: 35px 0px 30px;
      font-family: 'JCLDS'; }
      .slide4 .p4-nav a + a {
        margin-top: -8px; }
      .slide4 .p4-nav a span {
        background-image: -webkit-linear-gradient(90deg, #80bcde 10%, #e3f6ff 50%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        -webkit-filter: drop-shadow(1px 1px 4px #0b0f2d) drop-shadow(1px 1px 25px #2b79c2);
        filter: drop-shadow(1px 1px 4px #0b0f2d) drop-shadow(1px 1px 25px #2b79c2); }
      .slide4 .p4-nav a.on, .slide4 .p4-nav a:hover {
        background: url(https://img8.99.com/zf/activity/2026/04/23rd/img/p4-nav-on.png) no-repeat; }
        .slide4 .p4-nav a.on span, .slide4 .p4-nav a:hover span {
          font-size: 26px;
          background-image: -webkit-linear-gradient(90deg, #a04b09 10%, #350707 50%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          background-image: -webkit-linear-gradient(90deg, #a04b09 40%, #350707 90%);
          -webkit-filter: drop-shadow(0 1px 2px #ffffff); }
      .slide4 .p4-nav a:nth-child(1) {
        left: -72px; }
      .slide4 .p4-nav a:nth-child(2) {
        left: -30px; }
      .slide4 .p4-nav a:nth-child(4) {
        left: -5px; }
      .slide4 .p4-nav a:nth-child(5) {
        left: -30px; }
      .slide4 .p4-nav a:nth-child(6) {
        left: -72px; }
  .slide4 .cont {
    width: 748px;
    height: 624px;
    margin-top: -95px;
    margin-left: 380px;
    background: url(https://img8.99.com/zf/activity/2026/04/23rd/img/p4-cont.png) no-repeat center;
    position: relative; }
    .slide4 .cont .img {
      width: 748px;
      height: 624px;
      padding-left: 93px;
      position: relative; }
      .slide4 .cont .img .bg {
        display: block;
        width: 748px;
        height: 624px;
        background: url(https://img8.99.com/zf/activity/2026/04/23rd/img/p4-cont-on.png) no-repeat center;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 5;
        pointer-events: none; }
      .slide4 .cont .img video {
        width: 539px;
        height: 539px;
        border-radius: 50%; }
    .slide4 .cont .zj-lunbo {
      width: 748px;
      height: 624px;
      margin: 86px 0 0 59px;
      position: relative; }
      .slide4 .cont .zj-lunbo .pagination {
        position: absolute;
        top: 480px;
        left: 70px;
        z-index: 10;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 30px;
        width: 400px; }
        .slide4 .cont .zj-lunbo .pagination .swiper-pagination-bullet {
          width: 23px;
          height: 23px;
          background: url(https://img8.99.com/zf/activity/2026/04/23rd/img/p-lb.png) no-repeat center;
          opacity: 1; }
        .slide4 .cont .zj-lunbo .pagination .swiper-pagination-bullet-active {
          background: url(https://img8.99.com/zf/activity/2026/04/23rd/img/p-lb-on.png) no-repeat center; }
    .slide4 .cont .ts-tab {
      width: 488px;
      height: 548px;
      background: url(https://img8.99.com/zf/activity/2026/04/23rd/img/ts-tab.png) no-repeat center;
      position: absolute;
      top: 32px;
      left: -227px;
      z-index: 4;
      display: flex;
      flex-direction: column;
      cursor: url(https://img8.99.com/zf/activity/2026/04/23rd/img/pen1.png), auto;
      /* 自定义鼠标指针 */ }
      .slide4 .cont .ts-tab a {
        width: 132px;
        height: 126px;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: flex-end;
        position: absolute;
        padding-bottom: 5px;
        cursor: url(https://img8.99.com/zf/activity/2026/04/23rd/img/pen1.png), auto;
        /* 自定义鼠标指针 */ }
        .slide4 .cont .ts-tab a span {
          background-image: -webkit-linear-gradient(90deg, #80bcde 10%, #e3f6ff 50%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent; }
        .slide4 .cont .ts-tab a:nth-child(1) {
          background: url(https://img8.99.com/zf/activity/2026/04/23rd/img/lan.png) no-repeat center top;
          top: 89px;
          left: 167px; }
        .slide4 .cont .ts-tab a:nth-child(2) {
          background: url(https://img8.99.com/zf/activity/2026/04/23rd/img/lv.png) no-repeat center top;
          top: 163px;
          left: 91px; }
        .slide4 .cont .ts-tab a:nth-child(3) {
          background: url(https://img8.99.com/zf/activity/2026/04/23rd/img/hong.png) no-repeat center top;
          top: 264px;
          left: 91px; }
        .slide4 .cont .ts-tab a:nth-child(4) {
          background: url(https://img8.99.com/zf/activity/2026/04/23rd/img/jin.png) no-repeat center top;
          top: 334px;
          left: 167px; }
        .slide4 .cont .ts-tab a.on::before, .slide4 .cont .ts-tab a:hover::before {
          content: '';
          width: 101px;
          height: 92px;
          position: absolute;
          top: 17px;
          left: 15px;
          z-index: 2;
          background: url(https://img8.99.com/zf/activity/2026/04/23rd/img/ts-tab-on.png) no-repeat center; }
    .slide4 .cont .s-tab {
      width: 557px;
      height: 797px;
      background: url(https://img8.99.com/zf/activity/2026/04/23rd/img/s-tab.png) no-repeat right center;
      position: absolute;
      top: -94px;
      left: -175px;
      pointer-events: none;
      z-index: 5;
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding-top: 15px;
      padding-left: 3px; }
      .slide4 .cont .s-tab a {
        width: 216px;
        height: 58px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-end;
        pointer-events: all;
        font-size: 24px;
        padding-right: 65px;
        position: relative; }
        .slide4 .cont .s-tab a span {
          font-family: 'JCLDS';
          background-image: -webkit-linear-gradient(90deg, #80bcde 10%, #e3f6ff 50%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent; }
        .slide4 .cont .s-tab a p {
          position: absolute;
          font-size: 18px;
          color: #c5d8ff;
          left: 24px;
          bottom: -15px; }
          .slide4 .cont .s-tab a p em {
            font-style: normal;
            color: #ffd52d; }
        .slide4 .cont .s-tab a.on, .slide4 .cont .s-tab a:hover {
          background: url(https://img8.99.com/zf/activity/2026/04/23rd/img/s-tab-on.png) no-repeat center; }
          .slide4 .cont .s-tab a.on span, .slide4 .cont .s-tab a:hover span {
            font-family: 'JCLDS';
            background-image: -webkit-linear-gradient(90deg, #80bcde 10%, #e3f6ff 50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            -webkit-filter: drop-shadow(1px 1px 4px #0b0f2d) drop-shadow(1px 1px 25px #2b79c2);
            filter: drop-shadow(1px 1px 4px #0b0f2d) drop-shadow(1px 1px 25px #2b79c2); }
        .slide4 .cont .s-tab a + a {
          margin-top: 7px; }
    .slide4 .cont .i-tab {
      width: 176px;
      height: 163px;
      position: absolute;
      bottom: 15px;
      left: 150px;
      z-index: 5; }
      .slide4 .cont .i-tab a {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        width: 118px;
        height: 113px;
        background: url(https://img8.99.com/zf/activity/2026/04/23rd/img/i-tab.png) no-repeat center;
        font-size: 18px;
        font-weight: 500;
        pointer-events: none;
        padding: 20px 25px; }
        .slide4 .cont .i-tab a span {
          background-image: -webkit-linear-gradient(90deg, #5ee1ff 10%, #66aefe 50%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          display: flex;
          align-items: center;
          justify-content: center;
          width: 100%;
          height: 100%;
          pointer-events: all; }
        .slide4 .cont .i-tab a.on, .slide4 .cont .i-tab a:hover {
          background: url(https://img8.99.com/zf/activity/2026/04/23rd/img/i-tab-on.png) no-repeat center;
          filter: brightness(1.2); }
          .slide4 .cont .i-tab a.on span, .slide4 .cont .i-tab a:hover span {
            background-image: -webkit-linear-gradient(90deg, #80bcde 10%, #e3f6ff 50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            -webkit-filter: drop-shadow(0px 1px 4px #0b0f2d);
            filter: drop-shadow(0px 1px 4px #0b0f2d); }
        .slide4 .cont .i-tab a + a {
          top: -65px;
          left: 59px; }
    .slide4 .cont .btn-dp {
      position: absolute;
      top: 35px;
      left: 550px;
      z-index: 6;
      width: 118px;
      height: 113px;
      display: flex;
      align-items: center;
      flex-direction: column;
      justify-content: center;
      background: url(https://img8.99.com/zf/activity/2026/04/23rd/img/btn-dp.png) no-repeat center; }
      .slide4 .cont .btn-dp span {
        background-image: -webkit-linear-gradient(90deg, #80bcde 10%, #e3f6ff 50%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        -webkit-filter: drop-shadow(0px 1px 4px #0b0f2d);
        filter: drop-shadow(0px 1px 4px #0b0f2d);
        display: flex;
        align-items: center;
        justify-content: center; }
      .slide4 .cont .btn-dp:hover {
        -webkit-animation: jump ease 1.2s 1;
        animation: jump ease 1.2s 1; }
    .slide4 .cont .pr-intro {
      width: 530px;
      margin-left: 155px;
      text-align: center; }
      .slide4 .cont .pr-intro .p-tit {
        font-size: 30px;
        font-weight: bold; }
        .slide4 .cont .pr-intro .p-tit p {
          background-image: -webkit-linear-gradient(90deg, #ffbe21 10%, #fffee3 50%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          -webkit-filter: drop-shadow(0 0px 13px #0b0f2d) drop-shadow(0 0px 25px #2b79c2);
          filter: drop-shadow(0 0px 13px #0b0f2d) drop-shadow(0 0px 25px #2b79c2); }
      .slide4 .cont .pr-intro .p-txt {
        font-size: 22px;
        line-height: 1.2; }
        .slide4 .cont .pr-intro .p-txt p {
          background-image: -webkit-linear-gradient(90deg, #80bcde 10%, #e3f6ff 50%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          -webkit-filter: drop-shadow(0px 1px 4px #0b0f2d);
          filter: drop-shadow(0px 1px 4px #0b0f2d); }
    .slide4 .cont .tips {
      width: 530px;
      color: #79adc3;
      font-size: 18px;
      margin-left: 155px;
      text-align: center;
      margin-top: 10px; }

.slide5, .slide6 {
  background: url(https://img8.99.com/zf/activity/2026/04/23rd/img/page-2.jpg) no-repeat center/cover; }
  .slide5 .cont, .slide6 .cont {
    width: 1305px;
    height: 737px;
    background: url(https://img8.99.com/zf/activity/2026/04/23rd/img/p5-cont.png) no-repeat center;
    margin: -98px auto 0;
    position: relative;
    padding: 88px 120px 0px 120px;
    z-index: 1; }
    .slide5 .cont::after, .slide6 .cont::after {
      content: '';
      width: 1283px;
      height: 672px;
      position: absolute;
      pointer-events: none;
      top: 16px;
      left: -20px;
      background: url(https://img8.99.com/zf/activity/2026/04/23rd/img/yu-bg.png) no-repeat center; }
  .slide5 .lan-tab, .slide6 .lan-tab {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0px; }
    .slide5 .lan-tab a, .slide6 .lan-tab a {
      display: flex;
      align-items: center;
      justify-content: center;
      background: url(https://img8.99.com/zf/activity/2026/04/23rd/img/lan-tab.png) no-repeat center;
      width: 158px;
      height: 73px;
      font-family: 'JCLDS';
      margin: 0 60px;
      font-size: 24px;
      padding-top: 5px; }
      .slide5 .lan-tab a span, .slide6 .lan-tab a span {
        display: flex;
        align-items: center;
        justify-content: center;
        background-image: -webkit-linear-gradient(90deg, #80bcde 10%, #e3f6ff 50%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        -webkit-filter: drop-shadow(0px 1px 4px #0b0f2d);
        filter: drop-shadow(0px 1px 4px #0b0f2d); }
      .slide5 .lan-tab a.on, .slide5 .lan-tab a:hover, .slide6 .lan-tab a.on, .slide6 .lan-tab a:hover {
        background: url(https://img8.99.com/zf/activity/2026/04/23rd/img/lan-tab-on.png) no-repeat center; }
        .slide5 .lan-tab a.on span, .slide5 .lan-tab a:hover span, .slide6 .lan-tab a.on span, .slide6 .lan-tab a:hover span {
          background-image: -webkit-linear-gradient(90deg, #a04b09 10%, #350707 50%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          background-image: -webkit-linear-gradient(90deg, #a04b09 40%, #350707 90%);
          -webkit-filter: drop-shadow(0 0px 1px rgba(255, 255, 255, 0.9)); }
  .slide5 .rank, .slide6 .rank {
    width: 1054px;
    margin: 0 auto;
    background: url(https://img8.99.com/zf/activity/2026/04/23rd/img/rank.png) no-repeat center top; }
  .slide5 .setb, .slide6 .setb {
    width: 95%;
    margin: 0 auto;
    text-align: center; }
    .slide5 .setb th, .slide6 .setb th {
      height: 60px;
      color: #fff7c9;
      font-size: 22px; }
    .slide5 .setb td, .slide6 .setb td {
      height: 44px;
      color: #39407c;
      font-size: 18px; }
    .slide5 .setb th:nth-child(1), .slide5 .setb td:nth-child(1), .slide6 .setb th:nth-child(1), .slide6 .setb td:nth-child(1) {
      width: 10%; }
    .slide5 .setb th:nth-child(2), .slide5 .setb td:nth-child(2), .slide6 .setb th:nth-child(2), .slide6 .setb td:nth-child(2) {
      width: 16%; }
    .slide5 .setb th:nth-child(3), .slide5 .setb td:nth-child(3), .slide6 .setb th:nth-child(3), .slide6 .setb td:nth-child(3) {
      width: 18%; }
    .slide5 .setb th:nth-child(4), .slide5 .setb td:nth-child(4), .slide6 .setb th:nth-child(4), .slide6 .setb td:nth-child(4) {
      width: 18%; }
    .slide5 .setb th:nth-child(5), .slide5 .setb td:nth-child(5), .slide6 .setb th:nth-child(5), .slide6 .setb td:nth-child(5) {
      width: 15%; }
    .slide5 .setb th:nth-child(6), .slide5 .setb td:nth-child(6), .slide6 .setb th:nth-child(6), .slide6 .setb td:nth-child(6) {
      width: 15%; }
    .slide5 .setb .num0, .slide6 .setb .num0 {
      background: url(https://img8.99.com/zf/activity/2026/04/23rd/img/one.png) no-repeat center;
      font-size: 0; }
    .slide5 .setb .num1, .slide6 .setb .num1 {
      background: url(https://img8.99.com/zf/activity/2026/04/23rd/img/two.png) no-repeat center;
      font-size: 0; }
    .slide5 .setb .num2, .slide6 .setb .num2 {
      background: url(https://img8.99.com/zf/activity/2026/04/23rd/img/three.png) no-repeat center;
      font-size: 0; }
    .slide5 .setb .box, .slide6 .setb .box {
      background: url(https://img8.99.com/zf/activity/2026/04/23rd/img/box.png) no-repeat center;
      width: 44px;
      height: 40px;
      display: block;
      margin: 0 auto;
      position: relative;
      cursor: pointer; }
    .slide5 .setb .h-pop, .slide6 .setb .h-pop {
      display: none;
      position: absolute;
      white-space: normal;
      top: -4px;
      left: -250px;
      color: #754b2e;
      width: 270px;
      background: #fdfaef;
      font-size: 14px;
      align-items: center;
      justify-content: center;
      text-align: justify;
      padding: 5px;
      line-height: 1.2;
      border: 1px solid #cfb494; }
    .slide5 .setb .jp-td:hover .h-pop, .slide6 .setb .jp-td:hover .h-pop {
      display: flex;
      z-index: 50; }
  .slide5 .pagination, .slide6 .pagination {
    width: 1054px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 110px;
    left: 50%;
    margin-left: -527px; }
    .slide5 .pagination a, .slide6 .pagination a {
      color: #2b478c;
      font-size: 16px;
      padding: 5px 10px;
      margin: 0px 7px; }
    .slide5 .pagination span, .slide6 .pagination span {
      color: #3a68ff;
      padding: 5px 10px;
      margin: 0px 7px; }
  .slide5 .tips, .slide6 .tips {
    width: 1054px;
    color: #dcfcff;
    font-size: 16px;
    position: absolute;
    bottom: 5px;
    left: 50%;
    line-height: 1.2;
    text-align: center;
    margin-left: -527px; }

.slide7 {
  background: url(https://img8.99.com/zf/activity/2026/04/23rd/img/page-2.jpg) no-repeat center/cover; }
  .slide7 .cont {
    width: 1299px;
    height: 664px;
    background: url(https://img8.99.com/zf/activity/2026/04/23rd/img/p2-cont.png) no-repeat center;
    margin: -65px auto 0;
    padding-top: 87px;
    position: relative; }
  .slide7 .rw {
    width: 1204px;
    height: 860px;
    background: url(https://img8.99.com/zf/activity/2026/04/23rd/img/rw.png) no-repeat center;
    position: absolute;
    left: -95px;
    top: -62px;
    z-index: 3; }
  .slide7 .act-info {
    margin-left: 600px;
    color: #182455;
    position: relative;
    z-index: 5; }
    .slide7 .act-info .act-time {
      width: 534px;
      background: url(https://img8.99.com/zf/activity/2026/04/23rd/img/act-time.png) no-repeat center;
      text-align: center;
      font-size: 24px; }
    .slide7 .act-info .act-tt {
      width: 169px;
      height: 40px;
      background: url(https://img8.99.com/zf/activity/2026/04/23rd/img/act-tt.png) no-repeat center;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 24px;
      font-family: 'JCLDS';
      margin: 11px 0 10px 37px; }
      .slide7 .act-info .act-tt span {
        display: flex;
        align-items: center;
        justify-content: center;
        background-image: -webkit-linear-gradient(90deg, #80bcde 10%, #e3f6ff 50%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        -webkit-filter: drop-shadow(0px 1px 4px #0b0f2d);
        filter: drop-shadow(0px 1px 4px #0b0f2d); }
    .slide7 .act-info .act-desc {
      font-size: 20px;
      margin-left: 37px;
      width: 470px;
      line-height: 1.6; }
    .slide7 .act-info .act-list {
      display: flex;
      justify-content: start;
      align-items: center;
      margin-top: -20px; }
    .slide7 .act-info .pr {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      font-size: 20px;
      margin-right: -17px; }
      .slide7 .act-info .pr .img {
        width: 190px;
        height: 189px;
        background: url(https://img8.99.com/zf/activity/2026/04/23rd/img/pr-bg.png) no-repeat center; }
      .slide7 .act-info .pr p {
        margin-top: -20px; }
    .slide7 .act-info .tips {
      width: 540px;
      font-size: 20px;
      color: #79adc3;
      margin-top: 10px;
      text-align: center; }

.slg {
  display: none; }

@media screen and (max-height: 920px) {
  .slide1 .logo {
    top: 150px; }
 }

.pop-box, .pulbic-pop {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7); }
  .pop-box.active, .pulbic-pop.active {
    display: block; }

.pop {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 13;
  background: url(https://img8.99.com/zf/activity/2026/04/23rd/img/pop.png) no-repeat center top;
  width: 674px;
  height: 384px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 18px; }
  .pop > * {
    opacity: 0;
    animation: aniPopEle 0.2s 0.1s forwards; }
  .pop .pop-close {
    right: 20px;
    top: 0px;
    position: absolute;
    background: url(https://img8.99.com/zf/activity/2026/04/23rd/img/pop-close.png) no-repeat;
    width: 48px;
    height: 53px;
    display: block;
    font-size: 0;
    z-index: 14; }
    .pop .pop-close:hover {
      -webkit-transition: transform 0.2s;
      transition: transform 0.2s;
      transform: rotate(180deg); }
  .pop .pop-m {
    width: 100%;
    height: 100%;
    padding: 10px 97px 0 85px;
    color: #354588; }

.pop-title {
  padding: 50px 0 0; }
  .pop-title span, .pop-title h3 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    color: #182455;
    font-family: "JCLDS"; }
    .pop-title span::before, .pop-title span::after, .pop-title h3::before, .pop-title h3::after {
      content: '';
      width: 84px;
      height: 10px;
      margin: 0 10px; }
    .pop-title span::before, .pop-title h3::before {
      background: url(https://img8.99.com/zf/activity/2026/04/23rd/img/pop-tit-l.png) no-repeat center/cover; }
    .pop-title span::after, .pop-title h3::after {
      background: url(https://img8.99.com/zf/activity/2026/04/23rd/img/pop-tit-r.png) no-repeat center/cover; }

.tac {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin-top: 20px; }
  .tac .pop-btn {
    width: 174px;
    height: 49px;
    line-height: 52px;
    background: url(https://img8.99.com/zf/activity/2026/04/23rd/img/pop-btn.png) no-repeat center/cover;
    margin: 0px 20px;
    text-align: center;
    font-size: 20px;
    font-family: "JCLDS"; }
    .tac .pop-btn span {
      background-image: -webkit-linear-gradient(90deg, #80bcde 10%, #e3f6ff 50%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      -webkit-filter: drop-shadow(0 0px 2px rgba(11, 15, 45, 0.93)); }
    .tac .pop-btn:hover {
      background: url(https://img8.99.com/zf/activity/2026/04/23rd/img/pop-btn-on.png) no-repeat center/cover; }
      .tac .pop-btn:hover span {
        background-image: -webkit-linear-gradient(90deg, #a04b09 10%, #350707 50%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-image: -webkit-linear-gradient(90deg, #a04b09 40%, #350707 90%);
        -webkit-filter: drop-shadow(0 0px 1px rgba(255, 255, 255, 0.9)); }
  .tac .pop-btn1 {
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(https://img8.99.com/zf/activity/2026/04/23rd/img/pop-btn1.png) no-repeat center;
    width: 158px;
    height: 73px;
    font-size: 20px; }
    .tac .pop-btn1 span {
      display: flex;
      align-items: center;
      justify-content: center;
      background-image: -webkit-linear-gradient(90deg, #80bcde 10%, #e3f6ff 50%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      -webkit-filter: drop-shadow(0px 1px 4px #0b0f2d);
      filter: drop-shadow(0px 1px 4px #0b0f2d); }
    .tac .pop-btn1.on, .tac .pop-btn1:hover {
      background: url(https://img8.99.com/zf/activity/2026/04/23rd/img/pop-btn1-on.png) no-repeat center; }
      .tac .pop-btn1.on span, .tac .pop-btn1:hover span {
        background-image: -webkit-linear-gradient(90deg, #a04b09 10%, #350707 50%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-image: -webkit-linear-gradient(90deg, #a04b09 40%, #350707 90%);
        -webkit-filter: drop-shadow(0 0px 1px rgba(255, 255, 255, 0.9)); }

.pop-scenic {
  background: url(https://img8.99.com/zf/activity/2026/04/23rd/img/pop-scenic.png) no-repeat center;
  width: 1019px;
  height: 575px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  .pop-scenic .pop-close {
    top: 5px;
    right: 47px; }
  .pop-scenic .pop-m {
    width: 100%;
    height: 100%;
    padding: 60px 108px 0 83px; }
  .pop-scenic .pop-cont {
    height: 460px;
    display: flex;
    flex-direction: column; }
  .pop-scenic .img {
    width: 750px;
    height: 292px;
    margin: 0 auto; }
  .pop-scenic .intro {
    padding: 50px 35px 0;
    font-size: 17px;
    color: #143d70;
    line-height: 1.6;
    position: relative;
    display: flex; }
    .pop-scenic .intro .lh14 {
      line-height: 1.4; }
    .pop-scenic .intro::before {
      content: '';
      display: block;
      width: 128px;
      height: 50px;
      background: url(https://img8.99.com/zf/activity/2026/04/23rd/img/sc-info.png) no-repeat left;
      position: absolute;
      left: 30px;
      top: 5px; }
    .pop-scenic .intro .qr-code {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      width: 300px;
      cursor: pointer; }
  .pop-scenic .btn-buy {
    text-align: center;
    font-size: 18px;
    text-decoration: underline;
    color: #143d70; }

.pop-rule .pop-m {
  width: 75%;
  height: 255px;
  line-height: 1.5;
  margin: 0px auto 0;
  overflow-y: auto;
  padding: 10px 10px 0 10px; }
.pop-rule table {
  width: 400px;
  margin: 10px auto 0;
  font-size: 16px;
  text-align: center; }
  .pop-rule table th, .pop-rule table td {
    border: 1px solid #354588; }

.pop-code .pop-m {
  padding: 40px 100px; }
.pop-code .pop-cont {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  .pop-code .pop-cont .img {
    width: 90%;
    height: 90%; }

.bp-pop .pop-m {
  width: 75%;
  padding: 0px 30px 0 10px;
  height: 245px;
  overflow-y: auto;
  margin: 0px auto 0; }
.bp-pop table {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-size: 18px; }
  .bp-pop table th {
    height: 50px;
    font-size: 20px; }
  .bp-pop table td {
    padding: 5px; }

.pop-common .pop-m {
  width: 100%;
  height: 100%;
  padding: 60px 97px 60px 85px;
  color: #354588; }
.pop-common .msg {
  display: flex;
  flex-direction: column;
  height: 200px;
  justify-content: center;
  font-size: 24px;
  text-align: center; }

.pop-video {
  background: url(https://img8.99.com/zf/activity/2026/04/23rd/img/pop-video.png) no-repeat center;
  width: 991px;
  height: 679px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  .pop-video .pop-close {
    top: 5px;
    right: 97px; }
  .pop-video .pop-m {
    padding: 60px 160px 0 90px; }
  .pop-video .pop-video-box {
    width: 100%;
    height: 495px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .pop-video .pop-video-box video {
      max-width: 279px;
      margin: 0 auto;
      border: 2px solid #087db1; }
  .pop-video .tac {
    margin-top: -5px; }

.sev-pop .pop-m {
  width: 100%;
  height: 100%;
  padding: 60px 97px 60px 85px;
  color: #354588; }
.sev-pop ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 260px;
  height: 180px;
  margin: 0 auto;
  font-size: 26px; }
  .sev-pop ul li {
    height: 60px;
    line-height: 60px;
    display: flex;
    align-items: center; }
    .sev-pop ul li label {
      width: 4em; }

.pulbic-pop .pop-cont {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 13;
  background: url(https://img8.99.com/zf/activity/2026/04/23rd/img/pop.png) no-repeat center top;
  width: 674px;
  height: 384px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #354588; }
.pulbic-pop .pop-close {
  right: 20px;
  top: 0px;
  position: absolute;
  background: url(https://img8.99.com/zf/activity/2026/04/23rd/img/pop-close.png) no-repeat;
  width: 48px;
  height: 53px;
  display: block;
  font-size: 0;
  z-index: 14; }
  .pulbic-pop .pop-close:hover {
    -webkit-transition: transform 0.2s;
    transition: transform 0.2s;
    transform: rotate(180deg); }
.pulbic-pop ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 260px;
  height: 170px;
  margin: 0 auto;
  font-size: 26px; }
  .pulbic-pop ul li {
    height: 50px;
    line-height: 50px;
    display: flex;
    align-items: center; }
    .pulbic-pop ul li label {
      width: 4em; }
.pulbic-pop .table {
  width: 470px;
  margin: 20px auto 0;
  line-height: 40px;
  font-size: 20px; }
  .pulbic-pop .table th, .pulbic-pop .table td {
    height: 60px; }
  .pulbic-pop .table label {
    float: left;
    width: 6em;
    line-height: 40px;
    text-align: right;
    color: #354588; }
  .pulbic-pop .table span {
    float: left;
    width: 260px;
    height: 35px;
    background: #ced9ed;
    overflow: hidden;
    line-height: 35px;
    border: 1px solid #535684;
    border-radius: 20px; }
  .pulbic-pop .table input, .pulbic-pop .table select {
    display: block;
    width: 250px;
    height: 100%;
    padding: 0 16px;
    background: transparent;
    border: none;
    color: #354588;
    line-height: 35px;
    font-size: 20px; }
    .pulbic-pop .table input option, .pulbic-pop .table select option {
      color: #354588; }
    .pulbic-pop .table input::placeholder, .pulbic-pop .table select::placeholder {
      color: #354588; }
