﻿#app {
  height: 100vh;
  height: 100dvh;
}

.top-header {
  position: fixed;
  z-index: 5;
  top: 32px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 37px 0 48px;
  box-sizing: border-box;
  pointer-events: none;
}

.top-header .logo {
  width: 282px;
  height: 78px;
  background: url('https://img.fhyx.com/fxegames/sgm/htbyrfh/logo.png') no-repeat;
  background-size: 100% 100%;
  pointer-events: visible;
}

.top-header .right-actions {
  display: flex;
  align-items: center;
  gap: 22px;
  pointer-events: visible;
  /* width: 220px; */
}

.account-con {
  display: flex;
  align-items: center;
  background: url(https://img.fxegames.com/fxegames/sgm/s10xfyy/btna3.png) no-repeat center;
  background-size: cover;
  width: 220px;
  height: 78px;
  justify-content: center;
  padding-bottom: 5px;
  box-sizing: border-box;
}

.top-header .account-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.top-header .account-name {
  /* max-width: 180px; */
  /* font-size: 18px; */
  /* line-height: 1; */
  /* color: #ffcd8a; */
  /* font-weight: bold; */
  /* white-space: nowrap; */
  /* overflow: hidden; */
  /* text-overflow: ellipsis; */
  /* text-shadow: 0 2px 6px rgba(0, 0, 0, 0.45); */
}

.top-header .account-name,
.top-header .account-btn {
  height: 40px;
  color: #665c3d;
  font-size: 18px;
  cursor: pointer;
  pointer-events: auto;
  line-height: 40px;
}


.top-header .right-actions :is(.home-btn, .down-btn) {
  position: relative;
  width: 68px;
  height: 68px;
  /* background: url('https://img.fhyx.com/fxegames/sgm/htbyrfh/btnabg.png')
    center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center; */
}

.top-header .right-actions :is(.home-btn, .down-btn)::before {
  content: '';
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  width: 68px;
  height: 68px;
}

.top-header .right-actions .home-btn::before {
  background-image: url('https://img.fxegames.com/fxegames/sgm/s10xfyy/btna1.png');
}

.top-header .right-actions .down-btn::before {
  background-image: url('https://img.fxegames.com/fxegames/sgm/s10xfyy/btna2.png');

}

.outer-swiper {
  width: 100%;
  height: 100%;
}

.outer-swiper>.swiper-wrapper>.swiper-slide {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
  background-image: url('https://img.fxegames.com/fxegames/sgm/s10xfyy/bg1.jpg');
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.swiper-content {
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  height: 480px;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-y;
}


.swiper-content::-webkit-scrollbar,
.s8-con::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.swiper-content::-webkit-scrollbar-thumb {
  border-radius: 4px !important;
  background: #621508 !important;
}

.swiper-content::-webkit-scrollbar-track {
  border-radius: 4px !important;
  background: #FBCE91 !important;
}

.swiper-content h1 {
  width: 446px;
  height: 83px;
  background: url('https://img.fxegames.com/fxegames/sgm/s10xfyy/btbg1.png') center/cover no-repeat;
  font-size: 24px;
  text-indent: 86px;
  color: #ffe19b;
  line-height: 77px;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 5px;
}

.swiper-content h1:first-child {
  margin-top: 0;
}

.swiper-content p {
  font-size: 14px;
  line-height: 24px;
  color: #774e34;
  padding-left: 20px;
}

.swiper-content p label {
  color: #ff470e;
}

.part-menus {
  position: fixed;
  z-index: 10;
  top: 50%;
  left: 48px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.part-menus.hide {
  display: none;
}

.part-menus::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 16px;
  width: 1px;
  height: 94%;
  background-color: #ffffff;
  z-index: -1;
}

.part-menus .part-menu {
  display: flex;
  align-items: center;
  gap: 5px;
}

.part-menus .part-menu .icon {
  width: 33px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.part-menus .part-menu .icon::before {
  content: '';
  width: 13px;
  height: 13px;
  background-image:
    linear-gradient(#574024, #574024), linear-gradient(#ffffff, #ffffff);
  background-blend-mode: normal, normal;
  border: solid 2px #ffffff;
  border-radius: 50%;
  box-sizing: border-box;
}

.part-menus .part-menu .name {
  font-size: 18px;
  letter-spacing: 1px;
  color: #ffcd8a;
  cursor: pointer;
  user-select: none;
}

.part-menus .part-menu.active .icon::before {
  width: 33px;
  height: 32px;
  background: url('https://img.fhyx.com/fxegames/sgm/htbyrfh/now.png') center/contain no-repeat;
  border: none;
  border-radius: none;
}

.part-menus .part-menu.active .name,
.part-menus .part-menu:hover .name {
  color: #ffffff;
  font-weight: bold;
}

.part-menus .part-menu.home .icon::before {
  width: 27px;
  height: 27px;
  background: url('https://img.fhyx.com/fxegames/sgm/htbyrfh/up.png') center/15px 9px no-repeat;
  background-color: #574024;
  border: solid 1px #ffffff;
}

.part-title {
  width: 851px;
  height: 283px;
  background: url('https://img.fxegames.com/fxegames/sgm/s10xfyy/btbg.png') center/cover no-repeat;
  font-size: 46px;
  font-weight: bold;
  letter-spacing: 7px;
  color: #ffe292;
  /* text-shadow: 0px 5px 10.0px #000000; */
  /* display: flex; */
  /* align-items: center; */
  /* justify-content: center; */
  /* padding-bottom: 15px; */
  box-sizing: border-box;
  text-align: center;
  line-height: 303px;
  z-index: 2;
}

.part-content {
  position: relative;
  width: 1513px;
  height: 759px;
  background: url('https://img.fxegames.com/fxegames/sgm/s10xfyy/bg.png') center/cover no-repeat;
  padding: 156px 65px 75px 65px;
  box-sizing: border-box;
  top: -80px;
}

.part-swiper-wrap {
  position: relative;
  width: 1120px;
  height: 480px;
  /* border: 3px solid #a45340; */
  box-sizing: border-box;
  /* border-radius: 10.0px; */
  margin: 0 auto 42px;
  padding: 0 10px 0 100px;
}
.warning{
      width: 950px;
      text-align: left;
      font-size: 14px;
      color: #fff;
      margin: 0 auto;
}
.part-swiper-wrap .swiper-container {
  width: 100%;
  height: 100%;
}

.part-swiper-wrap .swiper-slide {
  display: block;
  /* align-items: center; */
  justify-content: center;
}

.part-swiper-wrap .swiper-slide img {
  width: 600px;
  height: 334px;
  object-fit: cover;
}


.part-1 {
  position: relative;
  background-image: url(https://img.fxegames.com/fxegames/sgm/s10xfyy/bg.jpg) !important;
  display: flex;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-end !important;
}

.part-1 .slogan {
  position: absolute;
  width: 1180px;
  height: 227px;
  background: url('https://img.fxegames.com/fxegames/sgm/s10xfyy/slg.png') center/contain no-repeat;
  /* mask: url('https://img.fhyx.com/fxegames/sgm/htbyrfh/slg1.png') 0 0 / 100%; */
  margin-bottom: 89px;
  box-sizing: border-box;
  padding-top: 200px;
  top: 75px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.part-1 .slogan-time {
  position: relative;
  width: 626px;
  height: 63px;
  background: url('https://img.fxegames.com/fxegames/sgm/s10xfyy/slg1.png') center/contain no-repeat;
  margin: 0 auto;
}

.part-1 .join-btn {
  position: relative;
  width: 345px;
  height: 114px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  transition: transform 0.2s;
  /* margin-bottom: 25px; */
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 7px;
  color: #ead367;
  background: url('https://img.fxegames.com/fxegames/sgm/s10xfyy/btn.png') center/contain no-repeat;
  /* line-height: 64px; */
}

.part-1 .join-btn:hover {
  background-image: url('https://img.fxegames.com/fxegames/sgm/s10xfyy/btn1.png');
}



.gift-ul {
  font-size: 0;
  width: 100%;
  text-align: center;
  /* margin-top: 0px; */
}

.gift-li {
  width: 212px;
  display: inline-block;
  vertical-align: top;
  height: 163px;
  background: url(https://img.fxegames.com/fxegames/sgm/s10xfyy/icobg.png) no-repeat center;
  background-size: 100%;
}

.gift-li .img {
  width: 78px;
  height: 78px;
  background: url(https://img.fxegames.com/fxegames/sgm/s10xfyy/icotop.png) no-repeat center top;
  background-size: auto 100%;
  margin: 0 auto 8px;
  overflow: hidden;
  border-radius: 50%;
  float: left;
  margin: 29px 0 9px 58px;
}

.img img {
  float: left;
  width: 96%;
  height: 96%;
  margin: 2%;
  border-radius: 50%;
}

.gift-li .name {
  text-align: center;
  line-height: 20px;
  font-size: 14px;
  /* color: #ffffff; */
  clear: both;
  color: #ead367;
  font-weight: bold;
  width: 92%;
}

.jin-du {
  width: 850px;
  height: 83px;
  margin: 5px auto 0;
  position: relative;
}

.booking-time {
  font-size: 14px;
  color: #ead367;
  display: block;
  text-align: center;
  margin-bottom: -6px;
}

.jin-num {
  font-size: 16px;
  color: #ead367;
  font-weight: bold;
  text-align: left;
}

.jin-tiao {
  width: 100%;
  width: 881px;
  height: 17px;
  background-color: #3e1812;
  border-radius: 9px;
  margin-top: 30px;
  position: relative;
  border-radius: 10px;
  border: solid 2px #ead367;
}

.jin-tnum {
  max-width: 100%;
  height: 17px;
  border-radius: 9px;
  background: url(https://img.fxegames.com/fxegames/sgm/s10xfyy/wload.png) no-repeat left center;
  background-size: 881px 100%;
  position: absolute;
  left: 0;
}

.jin-dan {
  width: 33px;
  height: 32px;
  background-image: url(https://img.fxegames.com/fxegames/sgm/s10xfyy/dian.png);
  background-size: 100% 100%;
  position: absolute;
  z-index: 4;
  top: 50%;
  transform: translate(-50%, -50%);
}

.jin-dan.active {
  background-image: url(https://img.fxegames.com/fxegames/sgm/s10xfyy/dian1.png);
}

.jin-dan span {
  position: absolute;
  left: 50%;
  top: -24px;
  transform: translateX(-50%);
  color: #ead367;
  font-size: 16px;
  white-space: nowrap;
}

.tishi {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #ead367;
  margin-top: 8px;
  margin-bottom: 22px;
}

.btns-ul {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  margin-bottom: 24px;
}

.btns-li {
  width: 272px;
  height: 100px;
  background: url('https://img.fxegames.com/fxegames/sgm/s10xfyy/btnb2.png') no-repeat center/contain;
  width: 270px;
  font-size: 24px;
  font-weight: bold;
  color: #5c4930;
  cursor: pointer;
  margin: 0 0px;
  text-align: center;
  line-height: 85px;
}

.btns-li.active,
.btns-li:hover {
  background-image: url('https://img.fxegames.com/fxegames/sgm/s10xfyy/btnb1.png');
  color: #ffffc3;
  transition: background-image 0.2s, color 0.2s;
}


.text-shadow {
  text-shadow:
    -1px 0 #000000,
    0 1px #000000,
    1px 0 #000000,
    0 -1px #000000;
}

