/*
 * Author: clovis(706706)
 * Version: 0.1.0
 * Compile Date: 2025-12-11 18:01
*/ 
/***********************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; }

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

.scroll-container::-webkit-scrollbar {
  width: 8px;
  /* 垂直滚动条的宽度 */
  height: 8px;
  /* 水平滚动条的高度 */
  border-radius: 10px;
  /* 圆角 */
  background-color: #cf7d5f;
  /* 滚动条背景色 */ }

/* 定义滚动条轨道的样式 */
.scroll-container::-webkit-scrollbar-track {
  border-radius: 10px;
  /* 圆角 */
  background-color: #cf7d5f;
  /* 轨道背景色 */ }

/* 定义滚动条滑块的样式 */
.scroll-container::-webkit-scrollbar-thumb {
  border-radius: 10px;
  /* 圆角 */
  background-color: #fff;
  /* 滑块背景色 */ }

/* 可选：定义滚动条按钮的样式 */
.scroll-container::-webkit-scrollbar-button {
  /* 自定义样式 */ }

/* 可选：定义滚动条内层轨道的样式 */
.scroll-container::-webkit-scrollbar-track-piece {
  /* 自定义样式 */ }

/* 可选：定义滚动条边角的样式 */
.scroll-container::-webkit-scrollbar-corner {
  /* 自定义样式 */ }

/* 可选：定义调整元素大小的小控件的样式 */
.scroll-container::-webkit-resizer {
  /* 自定义样式 */ }

/*********** common ***********/
.fl {
  float: left; }

.fr {
  float: right; }

.clearfix:after {
  content: "";
  height: 0;
  visibility: hidden;
  display: block;
  clear: both; }

.clearfix {
  zoom: 1; }

.clear {
  clear: both; }

.ab-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.ab-center-x {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

.ab-center-y {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.hide {
  display: none !important; }

.hide-normal {
  display: none; }

.page, .main, .swiper-container, body {
  width: 100%;
  height: 100%; }

.slg {
  background: url("https://img5.99.com/yhkd/image/act/2025/anniversary/img/slg.png") no-repeat center/cover;
  position: absolute;
  display: none;
  top: 50%;
  left: 50%; }

.tab {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: absolute;
  bottom: 6px;
  left: 0;
  z-index: 2; }
  .tab i {
    width: 189px;
    height: 169px;
    pointer-events: all; }
  .tab a {
    color: #fff2ce;
    font-size: 0px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    pointer-events: none;
    width: 189px;
    height: 169px;
    line-height: 0px; }
    .tab a:nth-child(1) i {
      background: url("https://img5.99.com/yhkd/image/act/2025/anniversary/img/n1.png") no-repeat center;
      background-size: 100% auto; }
    .tab a:nth-child(1):hover i, .tab a:nth-child(1).on i {
      background: url("https://img5.99.com/yhkd/image/act/2025/anniversary/img/n1-on.png") no-repeat center;
      background-size: 100% auto; }
    .tab a:nth-child(2) i {
      background: url("https://img5.99.com/yhkd/image/act/2025/anniversary/img/n2.png") no-repeat center;
      background-size: 100% auto; }
    .tab a:nth-child(2):hover i, .tab a:nth-child(2).on i {
      background: url("https://img5.99.com/yhkd/image/act/2025/anniversary/img/n2-on.png") no-repeat center;
      background-size: 100% auto; }
    .tab a:nth-child(3) i {
      background: url("https://img5.99.com/yhkd/image/act/2025/anniversary/img/n3.png") no-repeat center;
      background-size: 100% auto; }
    .tab a:nth-child(3):hover i, .tab a:nth-child(3).on i {
      background: url("https://img5.99.com/yhkd/image/act/2025/anniversary/img/n3-on.png") no-repeat center;
      background-size: 100% auto; }
    .tab a:nth-child(4) i {
      background: url("https://img5.99.com/yhkd/image/act/2025/anniversary/img/n4.png") no-repeat center;
      background-size: 100% auto; }
    .tab a:nth-child(4):hover i, .tab a:nth-child(4).on i {
      background: url("https://img5.99.com/yhkd/image/act/2025/anniversary/img/n4-on.png") no-repeat center;
      background-size: 100% auto; }
    .tab a:nth-child(5) i {
      background: url("https://img5.99.com/yhkd/image/act/2025/anniversary/img/n5.png") no-repeat center;
      background-size: 100% auto; }
    .tab a:nth-child(5):hover i, .tab a:nth-child(5).on i {
      background: url("https://img5.99.com/yhkd/image/act/2025/anniversary/img/n5-on.png") no-repeat center;
      background-size: 100% auto; }
    .tab a:nth-child(6) i {
      background: url("https://img5.99.com/yhkd/image/act/2025/anniversary/img/n6.png") no-repeat center;
      background-size: 100% auto; }
    .tab a:nth-child(6):hover i, .tab a:nth-child(6).on i {
      background: url("https://img5.99.com/yhkd/image/act/2025/anniversary/img/n6-on.png") no-repeat center;
      background-size: 100% auto; }
    .tab a:nth-child(7) i {
      background: url("https://img5.99.com/yhkd/image/act/2025/anniversary/img/n7.png") no-repeat center;
      background-size: 100% auto; }
    .tab a:nth-child(7):hover i, .tab a:nth-child(7).on i {
      background: url("https://img5.99.com/yhkd/image/act/2025/anniversary/img/n7-on.png") no-repeat center;
      background-size: 100% auto; }
    .tab a:nth-child(1):hover i, .tab a:nth-child(1).on i {
      background: url("https://img5.99.com/yhkd/image/act/2025/anniversary/img/n1-on.png") no-repeat center;
      background-size: 100% auto; }

.logo {
  position: absolute;
  z-index: 2;
  width: 160px;
  left: 50%;
  margin-left: -674px;
  top: 134px; }
  .logo img {
    width: 100%; }
  .logo:after {
    content: '';
    background: url("https://img5.99.com/yhkd/image/act/2025/anniversary/img/9th.png");
    width: 126px;
    height: 106px;
    position: absolute;
    right: -124px;
    top: -11px;
    animation: th8 linear 1s infinite; }

.page2 .txt, .page3 .txt {
  width: 482px;
  height: 540px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -565px;
  margin-top: -220px; }
  .page2 .txt:before, .page3 .txt:before {
    content: '';
    position: absolute;
    left: 12px;
    top: 52px;
    width: 418px;
    height: 150px;
    display: block; }
.page2 .scroll, .page3 .scroll {
  overflow: auto;
  height: 300px;
  width: 434px;
  margin-top: 206px;
  margin-left: 33px;
  color: #ac6951;
  font-size: 18px; }
  .page2 .scroll p, .page3 .scroll p {
    text-indent: 2em; }
.page2 .pic, .page3 .pic {
  display: none; }
.page2 .more, .page3 .more {
  margin: 0 auto;
  margin-top: 430px; }

.page2 .txt:before {
  background: url("https://img5.99.com/yhkd/image/act/2025/anniversary/img/p2-text.png") no-repeat center/100% auto; }

.page3 .txt:before {
  background: url("https://img5.99.com/yhkd/image/act/2025/anniversary/img/p3-text.png") no-repeat center/100% auto;
  left: 13px;
  top: 39px; }
.page3 .scroll {
  line-height: 44px; }
.page3 .video-btn {
  margin-left: -282px; }

.more {
  font-size: 0;
  color: transparent;
  background: url("https://img5.99.com/yhkd/image/act/2025/anniversary/img/btn-more.png");
  width: 208px;
  height: 72px;
  display: block; }

.video-btn {
  background: url("https://img5.99.com/yhkd/image/act/2025/anniversary/img/btn-play.png") no-repeat center/100% auto;
  display: block;
  width: 73px;
  height: 73px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -300px;
  margin-top: -165px;
  transition: all ease 0.4s; }
  .video-btn:hover {
    transform: scale(1.06); }

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

.page4 .list {
  flex-wrap: wrap;
  padding-top: 60px; }
  .page4 .list li {
    text-align: center;
    width: 294px;
    height: 158px;
    margin: 10px 35px;
    background: url("https://img5.99.com/yhkd/image/act/2025/anniversary/img/p3.png") no-repeat center/contain;
    padding: 0px 18px; }
  .page4 .list .date {
    color: #fffaa8;
    font-size: 13px;
    height: 22px;
    line-height: 21px; }
  .page4 .list .tit {
    background: linear-gradient(to bottom, #8b4a0b, #cf9a51);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-size: 24px;
    font-weight: bold;
    line-height: 44px; }
  .page4 .list .detail {
    color: #84604d;
    font-size: 14px;
    line-height: 18px;
    margin-top: 0px; }

.part {
  color: #d3a171;
  font-size: 14px;
  line-height: 12px; }

.page5 .pic {
  height: 532px;
  margin-top: 20px; }
.page5 a {
  background: url("https://img5.99.com/yhkd/image/act/2025/anniversary/img/forward.png");
  width: 256px;
  height: 85px;
  display: none;
  margin: 0 auto;
  margin-top: -40px; }
.page5.wait a {
  display: none; }

.page6 .list {
  flex-wrap: wrap;
  display: flex;
  padding-top: 30px; }
.page6 li {
  background: url("https://img5.99.com/yhkd/image/act/2025/anniversary/img/p5.png") no-repeat center/contain;
  width: 244px;
  height: 239px;
  text-align: center;
  margin: 0 15px 20px;
  cursor: pointer;
  transition: all ease 0.4s; }
  .page6 li:hover {
    transform: scale(1.06); }
.page6 .part {
  margin: 12px 0;
  font-size: 0; }
.page6 .sl {
  width: 176px;
  height: 81px;
  display: flex;
  margin: 0 auto;
  margin-bottom: 10px;
  align-items: center;
  justify-content: center; }
.page6 .detail {
  color: #84604d;
  font-size: 15px;
  padding: 10px 25px; }

.tt {
  margin-bottom: 10px; }

.tt1 {
  background: url("https://img5.99.com/yhkd/image/act/2025/anniversary/img/tt.png") no-repeat center/auto 100%; }

.tt2 {
  background: url("https://img5.99.com/yhkd/image/act/2025/anniversary/img/tt2.png") no-repeat center/auto 100%; }

.tt3 {
  background: url("https://img5.99.com/yhkd/image/act/2025/anniversary/img/tt3.png") no-repeat center/auto 100%; }

.tt4 {
  background: url("https://img5.99.com/yhkd/image/act/2025/anniversary/img/tt4.png") no-repeat center/auto 100%; }

.tt5 {
  background: url("https://img5.99.com/yhkd/image/act/2025/anniversary/img/tt5.png") no-repeat center/auto 100%; }

.tt6 {
  background: url("https://img5.99.com/yhkd/image/act/2025/anniversary/img/tt6.png") no-repeat center/auto 100%; }

.cont {
  transform-origin: center; }

#canvas {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none; }

.pop-box {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -99 }
  .pop-box.show {
    opacity: 1;
   z-index: 99}
  .pop-box .box {
    width: 210px;
    height: 210px;
    margin: 0 auto;
    margin-top: 170px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .pop-box .box img {
      max-width: 90%;
      max-height: 90%; }
  .pop-box .t-acc {
    color: transparent;
    font-size: 0;
    text-align: center;
    margin-top: 88px;
    height: 60px; }
    .pop-box .t-acc.t-acc1 {
      background: url("https://img5.99.com/yhkd/image/act/2025/anniversary/pic/txt.png") no-repeat center; }
    .pop-box .t-acc.t-acc2 {
      background: url("https://img5.99.com/yhkd/image/act/2025/anniversary/pic/txt.png") no-repeat center; }
    .pop-box .t-acc.t-acc3 {
      background: url("https://img5.99.com/yhkd/image/act/2025/anniversary/pic/txt31.png") no-repeat center; }

.pop {
  background: url("https://img5.99.com/yhkd/image/act/2025/anniversary/img/pop.png");
  width: 1040px;
  transition: all ease 0.4s;
  height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 614px;
  transform: translate(-50%, -50%); }
  .pop.msg-pop {
    background: url(https://img5.99.com/yhkd/image/act/2025/anniversary/img/pop1.png); }
    .pop.msg-pop p {
      color: #9b630c;
      font-size: 30px; }

.close {
  background: url("https://img5.99.com/yhkd/image/act/2025/anniversary/img/close.png");
  width: 120px;
  height: 128px;
  display: block;
  position: absolute;
  top: 0;
  right: -20px;
  transition: all ease 0.4s; }
  .close:hover {
    transform: rotate(180deg); }

.pop-logo {
  width: 120px;
  height: 64px;
  margin-left: 30px;
  position: absolute;
  left: 50%;
  top: 38px; }

.lppz {
  background: url(https://img5.99.com/yhkd/image/act/2025/anniversary/img/sl.png) no-repeat center/contain; }

.video-pop {
  background: url("https://img5.99.com/yhkd/image/act/2025/anniversary/img/video-pop.png") no-repeat;
  width: 1205px;
  height: 652px; }

.video-box {
  background: #000;
  width: 896px;
  height: 504px;
  margin: 65px 0 0 144px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px; }

.wps {
  background: url("https://img5.99.com/yhkd/image/act/2025/anniversary/pic/p-wps.png") no-repeat center/contain; }

.wps1 {
  background: url("https://img5.99.com/yhkd/image/act/2025/anniversary/pic/p-wps1.png") no-repeat center/contain; }

.bddc {
  background: url("https://img5.99.com/yhkd/image/act/2025/anniversary/pic/p-bddc.png") no-repeat center/contain; }

.jdwm {
  background: url("https://img5.99.com/yhkd/image/act/2025/anniversary/pic/p-jdwm.png") no-repeat center/contain; }

.tc {
  background: url("https://img5.99.com/yhkd/image/act/2025/anniversary/pic/p-tc.png") no-repeat center/contain; }

.jdkd {
  background: url("https://img5.99.com/yhkd/image/act/2025/anniversary/pic/p-jdkd.png") no-repeat center/contain; }

.shyn {
  background: url("https://img5.99.com/yhkd/image/act/2025/anniversary/pic/p-shyn.png") no-repeat center/contain; }

.shyn1 {
  background: url("https://img5.99.com/yhkd/image/act/2025/anniversary/pic/p-shyn1.png") no-repeat center/contain; }

.yk1 {
  background: url("https://img5.99.com/yhkd/image/act/2025/anniversary/pic/p-yk.png") no-repeat center/contain; }

.badiu {
  background: url("https://img8.99.com/yhkd/image/act/2024/anniversary/pic/p-bd.png") no-repeat center/contain; }

@keyframes th8 {
  from {
    transform: scale(0.9); }

  to {
    transform: scale(1.1); } }

.tip {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  display: none; }

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

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

.swiper-slide {
  background: url("https://img5.99.com/yhkd/image/act/2025/anniversary/img/p-bg.jpg") no-repeat center/cover; }

.page1 {
  background: url("https://image.99.com/yhkd/image/act/2025/anniversary/img/p-bg1.jpg") no-repeat center/cover; }

.page2 {
  background: url("https://image.99.com/yhkd/image/act/2025/anniversary/img/p-bg2.jpg") no-repeat center/cover; }

.page3 {
  background: url("https://image.99.com/yhkd/image/act/2025/anniversary/img/p-bg3.jpg") no-repeat center/cover; }

.page4 {
  background: url("https://img5.99.com/yhkd/image/act/2025/anniversary/img/p-bg4.jpg") no-repeat center/cover; }

.page5 {
  background: url("https://img4.99.com/yhkd/image/act/2025/anniversary/img/p-bg5.jpg") no-repeat center/cover; }
  .page5.wait {
    background: url("https://img5.99.com/yhkd/image/act/2025/anniversary/img/p-wait.jpg") no-repeat center/cover; }

.page6 {
  background: url("https://img5.99.com/yhkd/image/act/2025/anniversary/img/p-bg4.jpg") no-repeat center/cover; }

.page7 {
  background: url("https://img5.99.com/yhkd/image/act/2025/anniversary/img/p-bg6.jpg") no-repeat center/cover; }
  .page7.wait {
    background: url("https://img5.99.com/yhkd/image/act/2025/anniversary/img/p-wait.jpg") no-repeat center/cover; }

.tab a {
  white-space: nowrap;
  flex-direction: row; }
  .tab a br {
    display: none; }
  .tab a i {
    position: absolute;
    top: -36px; }
.tab.ft {
  bottom: 138px; }
  .tab.ft a:nth-child(even) {
    padding-top: 20px; }
    .tab.ft a:nth-child(even) i {
      top: 58px; }

.tt {
  height: 120px; }

.cont {
  width: 1200px;
  height: 800px;
  margin-top: -450px;
  margin-left: -600px; }

.cont {
  position: absolute;
  top: 50%;
  left: 50%; }

.page2 .cont, .page3 .cont, .page5 .cont {
  margin-top: -450px; }

.go-footer {
  position: fixed;
  bottom: 30px;
  right: 30px;
  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://img9.99.com/yhkd/image/guide/edition/240927/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; }

body {
  overflow: hidden; }

.page6 .cont {
  width: 1260px; }

.page6 .list {
  margin-top: 60px; }

.page6 li {
  background: url(https://img5.99.com/yhkd/image/act/2025/anniversary/img/p5.png) no-repeat center;
  width: 244px;
  height: 239px;
  text-align: center;
  cursor: pointer;
  transition: all ease 0.4s;
  /* margin-top: 10px; */ }

@media (max-height: 960px) {
  .page4 .cont, .page6 .cont {
    transform: scale(0.9); }
 }

@media (max-height: 930px) {
  .page2 .cont, .page3 .cont, .page5 .cont {
    transform: scale(0.9); }
 }

@media (max-height: 900px) {
  .page4 .cont, .page6 .cont {
    transform: scale(0.8); }
 }

@media (max-height: 820px) {
  .swiper-slide .cont {
    transform: scale(0.8); }
 }

@media (max-height: 780px) {
  .swiper-slide .cont {
    transform: scale(0.7); }
 }

@media (max-height: 720px) {
  .swiper-slide .cont {
    transform: scale(0.6); }
 }
