/*
 * Author: clovis(706706)
 * Version: 0.1.0
 * Compile Date: 2025-10-16 15:34
*/ 
blockquote,
body,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
iframe,
input,
li,
object,
ol,
p,
pre,
span,
td,
textarea,
th,
ul {
  padding: 0;
  margin: 0;
}

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

fieldset,
img {
  border: 0
}

ol,
ul {
  list-style: none
}

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

body {
  font: 12px/1.6;
  font-family: "Microsoft YaHei"
}

a {
  text-decoration: none
}

a:hover {
  filter: brightness(1.2);
  -webkit-filter: brightness(1.2)
}

a:active {
  outline: 0
}

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

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

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

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #b9b9b9
}

input {
  outline: 0;
  border: 0;
  font-family: "Microsoft YaHei"
}

textarea {
  overflow: auto;
  resize: none
}

* {
  box-sizing: border-box
}

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

@font-face {
  font-family: "shsrf";
  src: url("https://zfvideo.99.com/games/zf/act/2025/pupper/font/SourceHanSerifCN-Heavy.eot"), url("https://zfvideo.99.com/games/zf/act/2025/pupper/font/SourceHanSerifCN-Heavy.woff") format("woff"), url("https://zfvideo.99.com/games/zf/act/2025/pupper/font/SourceHanSerifCN-Heavy.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

.page {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -99;
  opacity: 0;
  transition: opacity linear .4s;
  -webkit-transition: opacity linear .4s
}

.page.active {
  opacity: 1;
  z-index: 1
}

.page .set-table1 table {
  margin-top: 0
}

.login-content {
  position: absolute;
  right: 195px;
  top: 60px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.before-login,
.after-login {
  display: none;
  align-items: flex-start;
  justify-content: flex-end;
  flex-direction: row-reverse;
}

.after-login.show,
.before-login.show {
  display: flex;
}

.login-btn {
  z-index: 5;
  display: block;
  width: 116px;
  height: 38px;
  line-height: 38px;
  background: url(https://img5.99.com/zf/activity/2025/10/pupper/img/login.png) no-repeat center center;
  color: #f9e49f;
  text-align: center;
  font-size: 20px;
  padding-left: 5px;
}

.user-info {
  position: relative;
  z-index: 2;
  text-align: right;
  width: 315px;
  height: 36px;
  line-height: 36px;
  padding: 0 5px;
  font-size: 16px;
  color: #f9e49f;
  margin: 0px 0 0 -10px;
  text-shadow: 0 1px 10px #080712;
}

.sect {
  width: 1177px;
  margin: 0 auto;
  position: relative;
  height: 100%;
  z-index: 3
}

.page-first {
  background: url(https://img5.99.com/zf/activity/2025/10/pupper/img/page-first.jpg) no-repeat center/cover
}

.page-con {
  background: url(https://img5.99.com/zf/activity/2025/10/pupper/img/page-con.jpg) no-repeat bottom center/cover
}

.page-con.page6 {
  background: url(https://img5.99.com/zf/activity/2025/10/pupper/img/page-last.jpg) no-repeat bottom center/cover
}

.list {
  display: flex;
  justify-items: center;
  justify-content: center;
  flex-direction: row
}

.nav {
  position: absolute;
  top: 50%;
  margin-top: 280px;
  pointer-events: none;
  z-index: 2;
  margin-right: -648px;
  right: 50%;
  width: 980px;
  text-align: center;
}

.nav a {
  position: relative;
  pointer-events: initial;
  display: inline-block;
  width: 210px;
  height: 89px;
  line-height: 128px;
  font-size: 24px;
  color: #4c29dc;
  text-align: center;
  background: url(https://img5.99.com/zf/activity/2025/10/pupper/img/nav2.png) no-repeat;
  margin: 0 15px;
  font-family: 'shsrf';
  font-style: italic;
}

.nav a:hover span,
.nav a.active span {
  display: block;
  color: #ffffff;
  background-color: #4c29dc;
  -webkit-background-clip: text;
  -webkit-text-fill-color: #ffffff;
  -webkit-text-stroke: 3px transparent;
}

.nav a:hover {
  top: -1px;
  height: 49px;
  line-height: 49px;
  background: url(https://img5.99.com/zf/activity/2025/10/pupper/img/nav-on.png) no-repeat;
}

.nav a:hover::after {
  content: '';
  position: absolute;
  top: 0;
  right: 50%;
  margin-right: -33px;
  width: 67px;
  height: 50px;
  background: url(https://img5.99.com/zf/activity/2025/10/pupper/img/pumpkin.png) no-repeat center;
  z-index: 10;
  animation: bounceAnimation 2s ease-in-out infinite;
}

/* 定义弹跳动画 */
@keyframes bounceAnimation {

  0%,
  100% {
    transform: translateY(-52px);
    animation-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    /* 上升时较快 */
  }

  50% {
    transform: translateY(-40px);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    /* 下降时较慢 */
  }
}

.nav.nav1 {
  width: 188px;
  height: 607px;
  background: url(https://img5.99.com/zf/activity/2025/10/pupper/img/navbg.png) no-repeat;
  top: 50%;
  right: 50%;
  margin-top: -304px;
  margin-right: -730px;
  padding-top: 160px;
  text-align: center;
}

.nav.nav1::before {
  content: '';
  position: absolute;
  top: 0px;
  right: 0px;
  width: 380px;
  height: 430px;
  background: url(https://img5.99.com/zf/activity/2025/10/pupper/img/shan2.png) no-repeat center;
  animation: containedFloat 20s ease-in-out infinite;
  z-index: 10;
  pointer-events: none;
}

.nav.nav1::after {
  content: '';
  position: absolute;
  top: 57px;
  right: 24px;
  width: 152px;
  height: 107px;
  background: url(https://img5.99.com/zf/activity/2025/10/pupper/img/shan.png) no-repeat center;
  animation: twinkle 2s ease-in-out infinite;
}

.nav.nav1 a {
  background: url(https://img5.99.com/zf/activity/2025/10/pupper/img/nav1.png) no-repeat center;
  width: 140px;
  height: 63px;
  line-height: 72px;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px;
  color: #3543aa;
  text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff;
  font-style: normal;
}

.nav.nav1 a:hover,
.nav.nav1 a.active {
  background: url(https://img5.99.com/zf/activity/2025/10/pupper/img/nav1-on.png) no-repeat center;
  color: #5432ff
}

.nav.nav1 a:hover span,
.nav.nav1 a.active span {
  color: #5432ff;
  background-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: #5432ff;
  -webkit-text-stroke: 4px transparent;
}

.nav.nav1 a.n1 span,
.nav.nav1 a.n2 span {
  display: block;
  width: 100px;
  margin: 0 auto;
  line-height: 34px;
  padding-top: 16px;
}

.nav.nav1 a.n5 {
  transform: rotate(0deg);
  top: 0px;
}

.nav.nav1 a::after {
  display: none;
}

@keyframes twinkle {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0.3;
  }
}

@keyframes containedFloat {
  0% {
    transform: translate(70px, -150px);
  }

  16% {
    transform: translate(120px, -100px);

  }

  32% {
    transform: translate(170px, -140px);
  }

  48% {
    transform: translate(170px, -80px);

  }

  64% {
    transform: translate(130px, -90px);
  }

  80% {
    transform: translate(90px, -80px);
  }

  100% {
    transform: translate(70px, -150px);
  }

}

.lang-table {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -94px 0 32px
}

.lang-table a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(https://img5.99.com/zf/activity/2025/10/pupper/img/langtb.png) no-repeat center;
  width: 160px;
  height: 60px;
  color: #3847c5;
  font-size: 18px;
  margin: 0 30px
}

.lang-table a.on,
.lang-table a:hover {
  background: url(https://img5.99.com/zf/activity/2025/10/pupper/img/langtb-on.png) no-repeat center
}

.lang-table a.on strong,
.lang-table a:hover strong {
  color: #fff;
  width: 182px;
  display: block;
  background-color: #4033b2;
  -webkit-background-clip: text;
  -webkit-text-fill-color: #fff;
  -webkit-text-stroke: 3px transparent
}

.logo-bg {
  text-align: center;
  margin-top: 20px;
  width: 705px;
  height: 300px;
}

.logo-bg a {
  display: inline-block;
  width: 243px;
  height: 78px;
  margin: 10px 40px;
}

.logo-bg a img {
  width: 100%;
}

.slg {
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 3;
  pointer-events: none;
  display: block;
}

.slg1 {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -113px;
  margin-left: -389px;
  width: 1040px;
  height: 440px;
  background: url(https://img5.99.com/zf/activity/2025/10/pupper/img/slg.png) no-repeat;
  z-index: 5;
  padding-top: 42px;
  padding-left: 315px;
}

.slg1 p {
  font-size: 30px;
  font-style: italic;
  color: #fdfdfe;
  text-shadow: -1px -1px 0 #5310ff, 1px -1px 0 #5310ff, -1px 1px 0 #5310ff, 1px 1px 0 #5310ff;
  font-family: '宋体';
  font-weight: bolder;
  height: 45px;
  line-height: 45px;
}

.slg.slg1 {
  animation: zoomInDown 1s linear both
}

.logo {
  position: absolute;
  left: 110px;
  top: 100px;
  display: block;
  text-align: center;
  width: 210px;
  z-index: 10;
}

.logo img {
  width: 100%;
  display: block;
}

.cont {
  width: 1115px;
  height: 630px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -557px;
  margin-top: -266px;
  text-align: center;
  font-size: 18px
}

.p2-con {
  background: url(https://img5.99.com/zf/activity/2025/10/pupper/img/p2-con.png) no-repeat center;
  width: 1147px;
  height: 682px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -573px;
  margin-top: -301px
}

.p2-con .cont {
  height: 490px;
  margin-top: -300px
}

.dang {
  position: absolute;
  top: 230px;
  left: -26px;
  width: 1162px;
  height: 413px;
  background: url(https://img5.99.com/zf/activity/2025/10/pupper/img/gl-d.png) no-repeat center;
  z-index: 10;
}

.page4 .cont {
  margin-left: -600px;
}

.title {
  font-size: 0;
  margin: 80px auto 20px;
  width: 839px;
  height: 110px;
}

.title.tit1 {
  background: url(https://img5.99.com/zf/activity/2025/10/pupper/img/tit1.png) no-repeat center;
}

.title.tit2 {
  background: url(https://img5.99.com/zf/activity/2025/10/pupper/img/tit2.png) no-repeat center;
}

.title.tit3 {
  background: url(https://img5.99.com/zf/activity/2025/10/pupper/img/tit3.png) no-repeat center;
}

.title.tit4 {
  background: url(https://img5.99.com/zf/activity/2025/10/pupper/img/tit4.png) no-repeat center;
}

.set-table i {
  display: inline-block;
  text-align: center;
  line-height: 20px;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
  font-style: normal;
  background: #453279
}

.set-table table {
  width: 98%;
  margin: 0 auto;
  color: #fff;
  font-size: 20px
}

.set-table td {
  line-height: 46px;
  border-bottom: 1px dashed rgba(69, 79, 154, 0.5);
  border-right: 1px dashed rgba(69, 79, 154, 0.5);
  color: #02092e;
  min-width: 90px;
  position: relative;
  font-size: 16px;
}

.set-table td:last-child {
  border-left: 0;
  border-right: 0;
}

.set-table td p {
  max-width: 140px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 auto
}

.set-table th {
  font-size: 26px;
  line-height: 48px;
  padding: 1px 0 5px;
  font-weight: 600;
  color: #ffffff;
}

.set-table .my {
  background: #607d8b
}

.set-table .my td {
  color: #fff4c3
}

.set-table .num1 {
  background-color: #d28efd;
  border-bottom: 2px solid #f3f2fe;
}

.set-table .num2 {
  background-color: #b2a0ff;
  border-bottom: 2px solid #f3f2fe;
}

.set-table .num3 {
  background-color: #aee0f9;
  border-bottom: 2px solid #f3f2fe;
}

.set-table .num1 td:first-child {
  background: url(https://img5.99.com/zf/activity/2025/10/pupper/img/1.png) no-repeat center;
  font-size: 0;
}

.set-table .num2 td:first-child {
  background: url(https://img5.99.com/zf/activity/2025/10/pupper/img/2.png) no-repeat center;
  font-size: 0;
}

.set-table .num3 td:first-child {
  background: url(https://img5.99.com/zf/activity/2025/10/pupper/img/3.png) no-repeat center;
  font-size: 0;
}

.set-table .num1 td,
.set-table .num2 td,
.set-table .num3 td {
  border-bottom: 0;
}

.set-table .h-pop {
  display: none
}

.set-table .box {
  background: url(https://img5.99.com/zf/activity/2025/10/pupper/img/box.png) no-repeat center;
  width: 37px;
  height: 42px;
  display: block;
  margin: 0 auto;
  position: relative
}

.set-table .h-pop {
  display: none;
  position: absolute;
  white-space: normal;
  top: 3px;
  right: 63px;
  color: #fff;
  background: rgba(1, 11, 55, .8);
  ;
  width: 190px;
  height: auto;
  padding: 10px 10px;
  font-size: 16px;
  line-height: 20px;
  text-align: left;
  border: 1px solid #320c81;
  border-radius: 20px;
  box-shadow: 0 0 4px #dcc37a;
  border-radius: 20px
}

.set-table .jp-td:hover .h-pop {
  display: block;
  z-index: 50
}

.pagination {
  font-size: 16px;
  position: absolute;
  top: 50%;
  text-align: center;
  margin-top: 235px;
  margin-left: -489px;
  padding-top: 10px;
  width: 995px;
  left: 50%
}

.pagination a,
.pagination span {
  padding: 0 8px;
  color: #3545e1;
  margin: 0 3px;
  font-weight: 700
}

.pagination span,
.pagination a:hover {
  color: #9929ff;
}

.cards-decoration a {
  width: 400px;
  background: url(https://img5.99.com/zf/activity/2025/10/pupper/img/detail.png) no-repeat center;
  font-size: 0;
  display: block;
  margin: -184px auto 0;
  height: 45px;
  position: relative;
  z-index: 10;
}

.cards-decoration a:hover {
  background: url(https://img5.99.com/zf/activity/2025/10/pupper/img/detail-on.png) no-repeat center;
}

.cards-container {
  width: 1137px;
  height: 736px;
  background: url(https://img5.99.com/zf/activity/2025/10/pupper/img/gl.png) no-repeat center top;
}

.cards-container .card {
  display: inline-block;
  width: 317px;
  height: 522px;
  margin: 0 10px;
  padding: 0 30px 0 14px;
  overflow: hidden;
}

.cards-container .card:nth-child(1) {
  transform: rotate(-8deg);
  margin: 35px 0 0 41px;
}

.cards-container .card:nth-child(2) {
  transform: rotate(0deg);
  margin-left: 30px;
}

.cards-container .card:nth-child(3) {
  transform: rotate(9deg);
  margin: 47px 0 0 18px;
}

.cards-container .card-title {
  height: 50px;
  line-height: 50px;
  font-weight: 700;
  color: #332eb9;
  font-size: 26px;
  margin: 45px 0 25px 0;
}

.cards-container .card .card-title.c2 {
  margin: 27px 0 25px 0px;
}

.cards-container .card .card-title.c3 {
  margin-top: 48px;
}

.cards-container .card p {
  color: #4c34ca;
  line-height: 40px;
  height: 312px;
  font-size: 22px;
  width: 260px;
  margin: 50px auto 0;
  text-align: left;
  text-indent: 2em;
}

.cards-container p::-webkit-scrollbar {
  width: 6px;
  height: 6px
}

.cards-container p::-webkit-scrollbar-button {
  display: none
}

.cards-container p::-webkit-scrollbar-thumb {
  background-color: #2493e9;
  cursor: pointer
}

.cards-container p::-webkit-scrollbar-corner {
  display: none
}

.cards-container p::-webkit-resizer {
  display: none
}

.tab-reward,
.tab-creation {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: 213px;
  margin-top: -293px;
  width: 237px;
  height: 202px;
  z-index: 20;
}

.tab-reward a,
.tab-creation a {
  position: relative;
  display: inline-block;
  width: 165px;
  height: 90px;
  line-height: 109px;
  font-weight: bold;
  text-align: center;
  color: #2628d9;
  font-size: 18px;
  background: url(https://img5.99.com/zf/activity/2025/10/pupper/img/tab.png) no-repeat;
}

.tab-reward a.on,
.tab-reward a:hover,
.tab-creation a.on,
.tab-creation a:hover {
  background: url(https://img5.99.com/zf/activity/2025/10/pupper/img/tab-on.png) no-repeat;
  color: #c91dd4
}

.tab-reward a:nth-child(2) {
  left: 64px;
}

.tab-content {
  position: absolute;
  top: 15px;
  left: 0;
  width: 100%;
  height: 350px;
  display: none;
}

.tab-content.t1 {
  display: block;
}

.tab-content video {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -258px;
  margin-top: -285px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tab-content .g2 video {
  margin-top: -215px;
}

.tab-content.t1 video {
  margin-top: -277px;
}

.tab-content.t3 video {
  margin-top: -205px;
  width: 88%;
}

.name {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -585px;
  margin-top: -147px;
  width: 415px;
  height: 509px;
  color: #fff;
  object-fit: cover;
  z-index: 50;
  background: url(https://img5.99.com/zf/activity/2025/10/pupper/img/rwbg.png) no-repeat;
  padding: 36px 26px 10px 76px;
}

.name h3 {
  font-size: 30px;
  line-height: 50px;
  padding-left: 5px;
  margin-bottom: 18px;
  font-weight: bold;
  background-image: -webkit-linear-gradient(90deg, #7a62da 30%, #3a2dbd 10%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.name p {
  text-align: left;
  font-size: 22px;
  height: 185px;
  line-height: 30px;
  padding: 25px 20px
}

.name p:last-child {
  line-height: 24px;
  text-align: center;
}

.name strong {
  font-size: 26px;
  text-shadow: 0 0 10px #5300ff;
  margin: 0 auto;
  width: 169px;
  display: block;
}

.tab-garment {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -158px;
  margin-top: 203px;
  z-index: 50;
  width: 159px;
  height: 44px;
  color: #fff
}

.tab-garment a {
  position: relative;
  background: none;
  display: inline-block;
  width: 104px;
  height: 83px;
  padding: 0;
  margin: 0;
  color: #fff;
  left: 0;
  line-height: 83px;
  font-size: 18px;
  background: url(https://img5.99.com/zf/activity/2025/10/pupper/img/tab_gar.png) no-repeat;
}

.tab-garment a.on,
.tab-garment a:hover {
  background: url(https://img5.99.com/zf/activity/2025/10/pupper/img/tab_gar-on.png) no-repeat;
  color: #c91dd4;
  filter: brightness(1);
}

.tab-garment a[ data-tab="g2"] {
  top: -18px;
  left: 70px
}

.cont-gar {
  display: none;
}

.cont-gar.g1 {
  display: block;
}

.hdscroll {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -125px;
  margin-top: -166px;
  width: 597px;
  height: 610px;
  padding: 25px;
}

.hdcont {
  margin: 8px 0 0 -2px;
  height: 510px;
  overflow: hidden;
  width: 530px;
  border-radius: 50%;
}

.tempWrap {
  margin: 0 auto;
  z-index: 5;
}

.hdcont ul {
  position: relative;
  z-index: 5;
}

.hdcont::before {
  content: '';
  position: absolute;
  top: -13px;
  left: 0;
  width: 597px;
  height: 610px;
  background: url(https://img5.99.com/zf/activity/2025/10/pupper/img/gifbg.png) no-repeat;
  z-index: 10;
}

.hdcont::after {
  content: '';
  position: absolute;
  top: 16px;
  left: 27px;
  width: 530px;
  height: 530px;
  background: #000;
  border-radius: 50%;
  z-index: 1;
}

.hdcont li {
  width: 522px;
  height: 522px;
  border-radius: 50%;
  overflow: hidden;
}

.hdcont li img {
  width: 100%;
}

.hdcont li.gifli img {
  width: 130%;
  margin-left: -15%;
}

.hdcont .left-btn,
.hdcont .right-btn {
  width: 80px;
  height: 90px;
  overflow: hidden;
  position: absolute;
  left: 45px;
  top: -66px;
  bottom: 0;
  z-index: 50;
  margin: auto;
  background: url(https://img5.99.com/zf/activity/2025/10/pupper/img/left.png) no-repeat 0 0/100%;
  cursor: pointer;
}

.hdcont .right-btn {
  left: auto;
  right: 62px;
  background: url(https://img5.99.com/zf/activity/2025/10/pupper/img/right.png) no-repeat 0 0/100%;
}

.creation {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -207px;
  margin-top: -13px;
  width: 237px;
  height: 202px;
  z-index: 20;
}

.tab-creation {
  margin-left: -152px;
  margin-top: -400px;
  width: 100px;
}

.tab-creation a:nth-child(2) {
  left: -45px;
  top: -4px;
}

.cre-content {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -265px;
  margin-top: -265px;
  width: 531px;
  height: 531px;
  display: none;
}

.cre-content.t1 {
  display: block;
}

.cre-content .name {
  margin-top: -428px;
  margin-left: -671px;
}

.cre-img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -109px;
  margin-top: -387px;
  width: 866px;
  overflow: hidden;
  border-radius: 50%;
}

.cre-img img {
  width: 100%;
  height: 100%;
  margin-top: -10px;
  margin-left: -157px;
}

.tip {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -352px;
  margin-top: -15px;
  width: 390px;
  height: 390px;
  object-fit: cover;
  z-index: 50;
  cursor: pointer;
  background: url(https://img5.99.com/zf/activity/2025/10/pupper/img/tipbg.png) no-repeat 0 0/100%;
}

.tip img {
  width: 76%;
  border-radius: 50%;
  margin: 47px 0;
}

.page5 .note,
.page6 .note {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: 22px;
  margin-top: 275px;
  font-size: 18px;
  width: 465px;
  height: 45px;
  object-fit: cover;
  z-index: 50;
  color: #fbfbfb;
  text-shadow: 0 0 5px rgba(107, 68, 241, 0.8), 0 0 10px rgba(107, 68, 241, 0.8), 0 0 15px rgba(107, 68, 241, 0.8), 0 0 20px rgba(107, 68, 241, 0.6), 0 0 30px rgba(107, 68, 241, 0.4);
}

.page5 .note {
  margin-left: -63px;
  margin-top: 312px;
}

.butterfly {
  position: fixed;
  display: none;
  top: 50%;
  left: 50%;
  margin-top: 143px;
  margin-left: -787px;
  width: 150px;
  height: 150px;
  z-index: 1
}

#butterfly3 {
  margin-left: -736px;
  width: 158px;
  margin-top: 304px;
  transform: rotate(-5deg) scale(.6);
  background: url(https://img5.99.com/zf/activity/2025/10/pupper/img/butterfly/1.png) no-repeat 0 0/100%
}

.butterfly.butterfly1 {
  display: block;
}

.more {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -436px;
  margin-top: 247px;
  width: 169px;
  height: 74px;
  line-height: 152px;
  background: url(https://img5.99.com/zf/activity/2025/10/pupper/img/more.png) no-repeat 0 0/100%;
  cursor: pointer;
}

.more span {
  position: absolute;
  top: 89px;
  left: 50%;
  margin-left: -12px;
  width: 24px;
  height: 19px;
  background: url(https://img5.99.com/zf/activity/2025/10/pupper/img/bottom.png) no-repeat 0 0/100%;
  animation: bounceAnimation 2s ease-in-out infinite;
}

.more strong {
  background-image: -webkit-linear-gradient(90deg, #cddbff 0%, #e8f0ff 50%, #fff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-filter: drop-shadow(0 1px 3px #3c6aff);
  font-size: 18px;
}

.pop {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
  background: rgba(0, 0, 0, .8);
  z-index: -99;
  opacity: 0
}

.pop.active {
  display: block;
  z-index: 99;
  opacity: 1
}

.pop h2.logo-tit {
  text-align: center;
  font-size: 40px;
  color: #fff;
  position: absolute;
  top: 4%;
  left: 26%;
  width: 50%;
  height: 80px;
  line-height: 80px;
}

.pop .close,
.tip_t a.close {
  position: absolute;
  top: 26px;
  right: 56px;
  padding-left: 4px;
  font-size: 0px;
  width: 31px;
  height: 31px;
  background: url(https://img5.99.com/zf/activity/2025/10/pupper/img/close.png) no-repeat;
}

.pop .close:hover,
.tip_t a.close:hover {
  filter: brightness(1.2);
}

.pop .close::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 36px
}

.pop .pop-cont {
  background: url(https://img5.99.com/zf/activity/2025/10/pupper/img/pop.png) no-repeat center;
  width: 858px;
  height: 468px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 9px 55px 30px 35px
}

.pop .pop-cont p {
  color: #391b8f;
  font-size: 18px;
  text-align: left;
  line-height: 30px;
  padding: 0 20px
}

.pop .spop .con {
  width: 90%;
  height: 380px;
  margin: 30px auto 0
}

.pop .spop p {
  display:flex;
  align-items: center;
  justify-content: center;
  height: 340px;
  width: 100%;
  line-height: 44px;
  text-align: center;
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  padding: 0
}

.pop .btn-box {
  position: absolute;
  width: 100%;
  bottom: 100px;
  left: 0;
  text-align: center;
  font-size: 0
}

.pop .btn-box a {
  background: #607d8b;
  width: 219px;
  height: 60px;
  line-height: 60px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 30px;
  font-size: 25px;
  color: #fff;
  border-radius: 20px
}

.pop .tac {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin-top: 30px;
  margin-top: 90px !important
}

.go-footer {
  position: fixed;
  bottom: 30px;
  right: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #000;
  background: rgba(255, 255, 255, .75);
  z-index: 60;
  padding: 0 20px;
  border-radius: 15px
}

.go-footer.show i {
  transform: rotate(180deg)
}

.go-footer i {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url(https://img5.99.com/zf/activity/2025/10/pupper/img/icon-arrow.png) no-repeat;
  margin-left: 5px;
  vertical-align: middle;
  transition: all .3s
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 20px auto;
  font-size: 12px;
  color: #fff;
  background: #000;
  z-index: 50;
  transform: translateY(100%);
  transition: transform .2s linear
}

.footer.show {
  transform: translateY(0)
}

.footer a {
  color: #fff
}

.nav .go-back {
  display: none
}

.nav .go-back.show {
  display: inline-flex;
  justify-content: center;
}

.notes {
  position: absolute;
  top: 50%;
  margin-top: 368px;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  line-height: 20px;
  width: 995px;
  margin-left: -505px;
  left: 50%;
  text-shadow: 0 0 5px #3f20ff, 0 0 10px #3f20ff, 0 0 15px #3f20ff;
}

.pop-cont {
  color: azure
}

.pop .video-pop {
  width: 673px;
  height: 652px;
  background: url(https://img5.99.com/zf/activity/2025/10/pupper/img/pop-co.png) no-repeat center;
  padding: 31px 84px 30px 13px;
}

.pop .video-pop .video-bg {
  width: 564px;
  height: 594px;
}

.pop .video-pop .video-bg img {
  width: 576px;
  height: auto;
  border-radius: 32px;
}

#videoPop .close {
  top: 41px;
  right: 93px;
}

@media screen and (min-height:970px) {
  .topbar {
    position: absolute !important;
    top: 0
  }
}

@media screen and (max-height:970px) {
  .topbar {
    position: absolute !important;
    top: 0
  }

  .p2-con {
    margin-top: -305px;
    transform: scale(.9);
  }

  .notes {
    margin-top: 333px;
  }
}

@media screen and (max-height:940px) {
  .p2-con {
    margin-top: -300px;
    transform: scale(.9);
  }
}

@media screen and (max-height:870px) {
  .nav.nav1 {
    margin-right: -665px
  }

  .logo {
    margin-top: -40px
  }

  .title {
    transform: scale(.7);
    margin-top: 40px
  }

  .p2-con {
    margin-top: -324px;
    transform: scale(.8);
  }

  .notes {
    margin-top: 333px;
  }

  .page4 .cont {
    margin-top: -274px;
    transform: scale(.9);
  }

  .page5 .cont {
    margin-top: -274px;
    transform: scale(.9);
  }

  .page6 .cont {
    margin-top: -274px;
    transform: scale(.8);
  }
}