/*
 * Author: clovis(706706)
 * Version: 0.1.0
 * Compile Date: 2025-06-11 22:46
*/ 
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box; }

html, body, .main, .swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden; }

a {
  text-decoration: none; }

.logo {
  width: 500px;
  height: 73px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 45px;
  z-index: 2; }
  .logo img {
    width: 180px; }
  .logo:after {
    content: '';
    background: url(https://img7.99.com/yhkd/image/act/2025/66/img/66.png) no-repeat center/contain;
    width: 86px;
    height: 59px;
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 340px; }

.btn {
  font-size: 36px;
  color: #57320f;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 4px;
  width: 340px;
  height: 79px; }

.gw {
  width: 220px;
  height: 40px;
  font-size: 20px;
  position: absolute;
  top: 70px;
  right: 70px;
  z-index: 2; }

.btns {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  left: 0;
  bottom: 80px;
  position: absolute; }
  .btns a + a {
    margin-left: 100px; }
  .btns a:after {
    content: '';
    width: 36px;
    height: 36px;
    margin-left: 8px; }

.more {
  background: url("https://img7.99.com/yhkd/image/act/2025/66/img/more.png") no-repeat center bottom/auto 102px;
  width: 100%;
  position: absolute;
  bottom: 20px;
  left: 0;
  color: #625342;
  font-size: 0;
  font-weight: bold;
  animation: next ease 0.8s infinite;
  padding-bottom: 102px;
  text-align: center; }

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

a {
  cursor: pointer; }

.h5-tt {
  background: url(https://img7.99.com/yhkd/image/act/2025/66/img/tt1.png) no-repeat center/contain;
  width: 100%;
  font-size: 0;
  height: 227px; }
  .h5-tt.t2 {
    background: url(https://img7.99.com/yhkd/image/act/2025/66/img/tt2.png) no-repeat center/contain; }

.page {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px; }
  .page a, .page span {
    color: #d5ab92;
    font-size: 18px;
    padding: 0 2px; }
  .page .prev, .page .next {
    width: 22px;
    height: 20px;
    font-size: 0;
    color: transparent;
    margin: 0 20px; }

.adv-list {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  flex-wrap: wrap;
  padding: 0 180px 0 30px; }
  .adv-list li {
    background: url("https://img7.99.com/yhkd/image/act/2025/66/img/adv-bg.png") no-repeat center/contain;
    width: 187px;
    height: 237px;
    margin: -20px 25px 0;
    padding-left: 10px;
    list-style: none;
    cursor: pointer; }
  .adv-list .box {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 128px;
    margin: 60px auto 5px;
    width: 57%; }
  .adv-list img {
    max-width: 80%;
    max-height: 80%; }
  .adv-list p {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #080404;
    font-size: 20px;
    height: 42px; }

.pop-box {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center; }
  .pop-box.pop-code .pop {
    background: url("https://img7.99.com/yhkd/image/act/2025/66/img/pop-code.png") no-repeat center top/100% 100%;
    padding-left: 10px; }

.pop {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: url("https://img7.99.com/yhkd/image/act/2025/66/img/pop-con.png") no-repeat center top/100% 100%;
  width: 573px;
  height: 363px;
  padding: 70px 0;
  position: relative; }
  .pop .box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px; }
    .pop .box img {
      max-width: 100%;
      max-height: 100%; }
  .pop .box {
    width: 130px;
    height: 130px; }
    .pop .box img {
      width: 100%;
      height: 100%; }
  .pop .tit {
    margin-top: 5px;
    margin-bottom: 35px;
    font-size: 22px; }

.pop-small {
  height: auto; }

.wait {
  color: #7d450f;
  font-size: 36px;
  text-align: center;
  background: url("https://img7.99.com/yhkd/image/act/2025/66/img/wait.png") no-repeat center/contain;
  height: 255px; }

.close {
  background: url("https://img7.99.com/yhkd/image/act/2025/66/img/close.png") no-repeat center/contain;
  width: 31px;
  height: 41px;
  position: absolute;
  right: 20px;
  top: 20px;
  display: block; }

@keyframes next {
  from {
    transform: translateY(0); }

  to {
    transform: translateY(20px); } }

.pop-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 64px;
  position: absolute;
  left: 50%;
  top: 60px; }
  .pop-logo img {
    max-width: 100%; }

.adv-pic {
  position: relative; }

.adv-tab {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  bottom: 24px;
  right: -117px;
  width: 162px;
  height: 537px; }
  .adv-tab a {
    background: url(https://img7.99.com/yhkd/image/act/2025/66/img/adv-tab.png) no-repeat center/contain;
    width: 67px;
    height: 175px;
    display: flex;
    align-items: center;
    color: #e1b973;
    font-size: 16px;
    margin: 5px;
    writing-mode: vertical-lr;
    justify-content: center;
    position: absolute;
    padding-right: 5px;
    transform: rotate(5deg); }
    .adv-tab a.on {
      background: url(https://img7.99.com/yhkd/image/act/2025/66/img/adv-tab-on.png) no-repeat center/contain;
      color: #634c21; }
    .adv-tab a:nth-child(1) {
      top: 98px;
      left: 55px;
      z-index: 2; }
      .adv-tab a:nth-child(1):after {
        content: '';
        width: 15px;
        height: 47px;
        position: absolute;
        left: 25px;
        bottom: -20px;
        background: url(https://img7.99.com/yhkd/image/act/2025/66/img/adv-tab-i2.png) no-repeat center top/contain; }
    .adv-tab a:nth-child(2) {
      top: 268px;
      left: 37px;
      z-index: 1; }
  .adv-tab:before {
    content: '';
    width: 162px;
    height: 137px;
    position: absolute;
    left: 0;
    z-index: 3;
    top: -5px;
    background: url(https://img7.99.com/yhkd/image/act/2025/66/img/adv-tab-i1.png) no-repeat center top/contain; }
  .adv-tab:after {
    content: '';
    width: 162px;
    height: 149px;
    position: absolute;
    left: 0;
    z-index: 3;
    bottom: -29px;
    background: url(https://img7.99.com/yhkd/image/act/2025/66/img/adv-tab-i3.png) no-repeat center top/contain; }

.logo {
  left: 50%;
  margin-left: -90px;
  transform: translate(-50%); }
  .logo:after {
    left: 340px;
    top: -5px; }

.gw {
  display: none; }

.main {
  height: 100%; }

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

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

.slg {
  background: url("https://img7.99.com/yhkd/image/act/2025/66/img/m-slg.png") no-repeat center/auto 100%;
  display: flex;
  color: #3f3127;
  font-size: 24px;
  align-items: end;
  justify-content: center;
  position: absolute;
  width: 100%;
  height: 494px;
  left: 0;
  top: 50%;
  padding: 0 8px 20px 0;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  margin-top: -150px; }

.btns {
  top: 50%;
  margin-top: 250px;
  height: 79px; }
  .btns a + a {
    margin-left: 15px; }

.more {
  display: none; }

.page2:before {
  content: '';
  width: 492px;
  height: 178px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  margin-top: -320px; }

.page-con {
  background: url("https://img7.99.com/yhkd/image/act/2025/66/img/m-cont.png") no-repeat center/auto 100%;
  width: 100%;
  height: 566px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0px;
  padding-bottom: 30px; }
  .page-con.p2 {
    padding-bottom: 90px; }
  .page-con .m-h4 {
    width: 61px;
    height: 336px;
    position: absolute;
    top: 10px;
    right: 10px;
    display: none;
    align-items: center;
    justify-content: center;
    padding-left: 13px;
    color: #deb69c;
    font-size: 34px;
    padding-bottom: 75px;
    line-height: 36px;
    z-index: 1; }

.nav-btn {
  background: url("https://img7.99.com/yhkd/image/act/2025/66/img/nav-btn.png") no-repeat center/contain;
  width: 206px;
  height: 207px;
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translateX(-50%);
  margin-top: 340px;
  color: #ebd6b9;
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: center; }

.adv-list {
  width: 100%;
  padding: 0 60px 0 20px; }
  .adv-list li {
    background: url(https://img7.99.com/yhkd/image/act/2025/66/img/m-adv-bg.png) no-repeat center/contain;
    margin: 0 10px;
    width: 188px;
    height: 193px;
    padding-left: 19px; }
  .adv-list .box {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 90px;
    margin-top: 60px;
    margin-bottom: 0;
    margin-left: 35px;
    width: 60%; }
    .adv-list .box img {
      max-width: 95%; }
  .adv-list .adv-cont {
    font-size: 19px; }

.tab {
  display: block; }

.shou {
  background: url("https://img7.99.com/yhkd/image/act/2025/66/img/shou.png") no-repeat center/contain;
  width: 106px;
  height: 206px;
  position: absolute;
  top: 50%;
  left: 279px;
  transform: translateY(-50%); }

.nav {
  position: fixed;
  z-index: 9;
  width: 100%;
  height: 100%;
  background: url("https://img7.99.com/yhkd/image/act/2025/66/img/nav-line.png") no-repeat 5px center/35px 100%, url("https://img7.99.com/yhkd/image/act/2025/66/img/m-nav.png") no-repeat left center/279px 100%, rgba(0, 0, 0, 0.5);
  top: 0;
  left: -100%;
  transition: all ease 0.4s; }
  .nav.show {
    left: 0; }
  .nav ul {
    width: 279px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%; }
  .nav li {
    color: #c07c6b;
    font-size: 28px;
    min-height: 60px;
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    background: url("https://img7.99.com/yhkd/image/act/2025/66/img/m-dot2.png") no-repeat 19px center/12px;
    width: 100%;
    padding-left: 40px; }
    .nav li.on {
      color: #ffe4d3;
      background: url("https://img7.99.com/yhkd/image/act/2025/66/img/m-dot2-on.png") no-repeat 19px center/12px; }
    .nav li:nth-child(2) {
      background: none; }

.tab {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  width: 100%;
  margin-left: -22px;
  margin-top: 10px; }
  .tab a {
    width: 100%;
    padding: 25px 0;
    color: #c07c6b;
    font-size: 28px;
    display: flex;
    align-items: center;
    justify-content: start;
    text-align: left;
    padding-left: 15px;
    position: relative;
    background: url("https://img7.99.com/yhkd/image/act/2025/66/img/m-dot2.png") no-repeat 0px center/13px; }
    .tab a.on {
      color: #feeaab;
      background: url("https://img7.99.com/yhkd/image/act/2025/66/img/m-dot2-on.png") no-repeat 0px center/13px; }

.m-sub-nav {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  z-index: 2;
  left: 0;
  width: 100%;
  height: 65px;
  margin-top: -380px; }
  .m-sub-nav a {
    width: 267px;
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px 20px;
    font-size: 0; }
    .m-sub-nav a:nth-child(1) {
      background: url(https://img7.99.com/yhkd/image/act/2025/66/img/m-sub-nav1.png) no-repeat; }
      .m-sub-nav a:nth-child(1).on {
        background: url(https://img7.99.com/yhkd/image/act/2025/66/img/m-sub-nav1-on.png) no-repeat; }
    .m-sub-nav a:nth-child(2) {
      background: url(https://img7.99.com/yhkd/image/act/2025/66/img/m-sub-nav2.png) no-repeat; }
      .m-sub-nav a:nth-child(2).on {
        background: url(https://img7.99.com/yhkd/image/act/2025/66/img/m-sub-nav2-on.png) no-repeat; }

.h5-tt {
  margin-top: 80px; }

.side {
  display: none !important; }

.pop {
  transform: scale(0.9); }

.adv-pic {
  padding: 28px 0px 5px;
  box-sizing: border-box;
  height: 480px; }
  .adv-pic img {
    max-width: 93%;
    max-height: 98%; }

.adv-tab {
  right: -30px;
  bottom: -20px;
  transform: scale(1.2); }

.btn-join {
  display: none; }

video {
  background: #000; }

.tip {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: #fff;
  font-size: 40px;
  z-index: 9999;
  display: none; }

.pop .box {
  padding: 0; }

/* 竖屏样式 */
@media only screen and (orientation: portrait) {
  .tip {
    display: none; }
 }

/* 横屏样式 */
@media only screen and (orientation: landscape) {
  .tip {
    display: flex; }
 }
